| Server IP : 198.38.94.67 / Your IP : 216.73.217.178 Web Server : LiteSpeed System : Linux d6054.dxb1.stableserver.net 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64 User : azfilmst ( 1070) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/ |
Upload File : |
{
"name": "@npmcli/installed-package-contents",
"version": "1.0.7",
"description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"main": "index.js",
"bin": {
"installed-package-contents": "index.js"
},
"license": "ISC",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true,
"color": true
},
"devDependencies": {
"require-inject": "^1.4.4",
"tap": "^14.11.0"
},
"dependencies": {
"npm-bundled": "^1.1.1",
"npm-normalize-package-bin": "^1.0.1"
},
"repository": "git+https://github.com/npm/installed-package-contents",
"files": [
"index.js"
],
"engines": {
"node": ">= 10"
}
}