/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
npm-profile
/
/usr/local/lib/node_modules/npm/node_modules/npm-profile
mkdir
upload
Name
Size
Mode
Actions
lib/
-
0755
rm
LICENSE.md
798
0644
edit
dl
rm
package.json
1243
0644
edit
dl
rm
Edit:
/usr/local/lib/node_modules/npm/node_modules/npm-profile/package.json
(1243B)
{ "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 } }
Save
cmd:
run