1{ 2 "name": "@npmcli/installed-package-contents", 3 "version": "2.0.2", 4 "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", 5 "author": "GitHub Inc.", 6 "main": "lib/index.js", 7 "bin": { 8 "installed-package-contents": "lib/index.js" 9 }, 10 "license": "ISC", 11 "scripts": { 12 "test": "tap", 13 "snap": "tap", 14 "lint": "eslint \"**/*.js\"", 15 "postlint": "template-oss-check", 16 "template-oss-apply": "template-oss-apply --force", 17 "lintfix": "npm run lint -- --fix", 18 "posttest": "npm run lint" 19 }, 20 "devDependencies": { 21 "@npmcli/eslint-config": "^4.0.0", 22 "@npmcli/template-oss": "4.11.4", 23 "require-inject": "^1.4.4", 24 "tap": "^16.3.0" 25 }, 26 "dependencies": { 27 "npm-bundled": "^3.0.0", 28 "npm-normalize-package-bin": "^3.0.0" 29 }, 30 "repository": { 31 "type": "git", 32 "url": "https://github.com/npm/installed-package-contents.git" 33 }, 34 "files": [ 35 "bin/", 36 "lib/" 37 ], 38 "engines": { 39 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 40 }, 41 "templateOSS": { 42 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 43 "version": "4.11.4" 44 }, 45 "tap": { 46 "nyc-arg": [ 47 "--exclude", 48 "tap-snapshots/**" 49 ] 50 } 51} 52