/
snap
/
node
/
11691
/
lib
/
node_modules
/
npm
/
node_modules
/
libnpmpublish
/
/snap/node/11691/lib/node_modules/npm/node_modules/libnpmpublish
mkdir
upload
Name
Size
Mode
Actions
lib/
-
0755
rm
LICENSE
717
0644
edit
dl
rm
package.json
1747
0644
edit
dl
rm
README.md
4494
0644
edit
dl
rm
Edit:
/snap/node/11691/lib/node_modules/npm/node_modules/libnpmpublish/package.json
(1747B)
{ "name": "libnpmpublish", "version": "10.0.2", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js", "contributors": [ "Kat Marchán <kzm@zkat.tech>", "Claudia Hernández <claudia@npmjs.com>" ], "files": [ "bin/", "lib/" ], "license": "ISC", "scripts": { "lint": "npm run eslint", "lintfix": "npm run eslint -- --fix", "test": "tap", "posttest": "npm run lint", "postlint": "template-oss-check", "snap": "tap", "template-oss-apply": "template-oss-apply --force", "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" }, "devDependencies": { "@npmcli/eslint-config": "^5.0.1", "@npmcli/mock-globals": "^1.0.0", "@npmcli/mock-registry": "^1.0.0", "@npmcli/template-oss": "4.29.0", "nock": "^13.3.3", "tap": "^16.3.8" }, "repository": { "type": "git", "url": "git+https://github.com/npm/cli.git", "directory": "workspaces/libnpmpublish" }, "bugs": "https://github.com/npm/cli/issues", "homepage": "https://npmjs.com/package/libnpmpublish", "dependencies": { "ci-info": "^4.0.0", "normalize-package-data": "^7.0.0", "npm-package-arg": "^12.0.0", "npm-registry-fetch": "^18.0.1", "proc-log": "^5.0.0", "semver": "^7.3.7", "sigstore": "^3.0.0", "ssri": "^12.0.0" }, "engines": { "node": "^18.17.0 || >=20.5.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.29.0", "content": "../../scripts/template-oss/index.js" }, "tap": { "nyc-arg": [ "--exclude", "tap-snapshots/**" ] } }
Save
cmd:
run