File Explorer

/var/lang/lib/node_modules/npm/node_modules/npm-profile

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

1 dir
2 files
package.json1.2 KB · 53 lines
{  "name": "npm-profile",  "version": "12.0.1",  "description": "Library for updating an npmjs.com profile",  "keywords": [],  "author": "GitHub Inc.",  "license": "ISC",  "dependencies": {    "npm-registry-fetch": "^19.0.0",    "proc-log": "^6.0.0"  },  "main": "./lib/index.js",  "repository": {    "type": "git",    "url": "git+https://github.com/npm/npm-profile.git"  },  "files": [    "bin/",    "lib/"  ],  "devDependencies": {    "@npmcli/eslint-config": "^5.0.0",    "@npmcli/template-oss": "4.27.1",    "nock": "^13.5.6",    "tap": "^16.0.1"  },  "scripts": {    "posttest": "npm run lint",    "test": "tap",    "snap": "tap",    "lint": "npm run eslint",    "postlint": "template-oss-check",    "lintfix": "npm run eslint -- --fix",    "template-oss-apply": "template-oss-apply --force",    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""  },  "tap": {    "check-coverage": true,    "nyc-arg": [      "--exclude",      "tap-snapshots/**"    ]  },  "engines": {    "node": "^20.17.0 || >=22.9.0"  },  "templateOSS": {    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",    "version": "4.27.1",    "publish": true  }}