UnknownSec Bypass
403
:
/
home
/
ubuntu
/
.nvm
/
versions
/
node
/
v16.13.1
/
lib
/
node_modules
/
npm
/
node_modules
/
libnpmhook
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
package.json
{ "name": "libnpmhook", "version": "6.0.3", "description": "programmatic API for managing npm registry hooks", "main": "index.js", "files": [ "*.js", "lib" ], "scripts": { "prerelease": "npm t", "postrelease": "npm publish && git push --follow-tags", "pretest": "standard", "release": "standard-version -s", "test": "tap" }, "tap": { "check-coverage": true }, "repository": "https://github.com/npm/libnpmhook", "keywords": [ "npm", "hooks", "registry", "npm api" ], "author": "Kat Marchán <kzm@sykosomatic.org>", "license": "ISC", "dependencies": { "aproba": "^2.0.0", "npm-registry-fetch": "^11.0.0" }, "devDependencies": { "nock": "^9.6.1", "standard": "^11.0.1", "standard-version": "^4.4.0", "tap": "^14.10.6" }, "engines": { "node": ">=10" } }
Copyright © 2025 - UnknownSec