| Server IP : 185.143.234.130 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux jambul.7ho.st 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : renecafe ( 1327) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /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"
}
}