11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "@npmcli/installed-package-contents", 31cb0ef41Sopenharmony_ci "version": "2.0.2", 41cb0ef41Sopenharmony_ci "description": "Get the list of files installed in a package in node_modules, including bundled dependencies", 51cb0ef41Sopenharmony_ci "author": "GitHub Inc.", 61cb0ef41Sopenharmony_ci "main": "lib/index.js", 71cb0ef41Sopenharmony_ci "bin": { 81cb0ef41Sopenharmony_ci "installed-package-contents": "lib/index.js" 91cb0ef41Sopenharmony_ci }, 101cb0ef41Sopenharmony_ci "license": "ISC", 111cb0ef41Sopenharmony_ci "scripts": { 121cb0ef41Sopenharmony_ci "test": "tap", 131cb0ef41Sopenharmony_ci "snap": "tap", 141cb0ef41Sopenharmony_ci "lint": "eslint \"**/*.js\"", 151cb0ef41Sopenharmony_ci "postlint": "template-oss-check", 161cb0ef41Sopenharmony_ci "template-oss-apply": "template-oss-apply --force", 171cb0ef41Sopenharmony_ci "lintfix": "npm run lint -- --fix", 181cb0ef41Sopenharmony_ci "posttest": "npm run lint" 191cb0ef41Sopenharmony_ci }, 201cb0ef41Sopenharmony_ci "devDependencies": { 211cb0ef41Sopenharmony_ci "@npmcli/eslint-config": "^4.0.0", 221cb0ef41Sopenharmony_ci "@npmcli/template-oss": "4.11.4", 231cb0ef41Sopenharmony_ci "require-inject": "^1.4.4", 241cb0ef41Sopenharmony_ci "tap": "^16.3.0" 251cb0ef41Sopenharmony_ci }, 261cb0ef41Sopenharmony_ci "dependencies": { 271cb0ef41Sopenharmony_ci "npm-bundled": "^3.0.0", 281cb0ef41Sopenharmony_ci "npm-normalize-package-bin": "^3.0.0" 291cb0ef41Sopenharmony_ci }, 301cb0ef41Sopenharmony_ci "repository": { 311cb0ef41Sopenharmony_ci "type": "git", 321cb0ef41Sopenharmony_ci "url": "https://github.com/npm/installed-package-contents.git" 331cb0ef41Sopenharmony_ci }, 341cb0ef41Sopenharmony_ci "files": [ 351cb0ef41Sopenharmony_ci "bin/", 361cb0ef41Sopenharmony_ci "lib/" 371cb0ef41Sopenharmony_ci ], 381cb0ef41Sopenharmony_ci "engines": { 391cb0ef41Sopenharmony_ci "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 401cb0ef41Sopenharmony_ci }, 411cb0ef41Sopenharmony_ci "templateOSS": { 421cb0ef41Sopenharmony_ci "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 431cb0ef41Sopenharmony_ci "version": "4.11.4" 441cb0ef41Sopenharmony_ci }, 451cb0ef41Sopenharmony_ci "tap": { 461cb0ef41Sopenharmony_ci "nyc-arg": [ 471cb0ef41Sopenharmony_ci "--exclude", 481cb0ef41Sopenharmony_ci "tap-snapshots/**" 491cb0ef41Sopenharmony_ci ] 501cb0ef41Sopenharmony_ci } 511cb0ef41Sopenharmony_ci} 52