{
  "_id": "@npmcli/installed-package-contents@1.0.7",
  "_inBundle": true,
  "_location": "/npm/@npmcli/installed-package-contents",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm/@npmcli/arborist",
    "/npm/libnpmdiff",
    "/npm/pacote"
  ],
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bin": {
    "installed-package-contents": "index.js"
  },
  "bugs": {
    "url": "https://github.com/npm/installed-package-contents/issues"
  },
  "dependencies": {
    "npm-bundled": "^1.1.1",
    "npm-normalize-package-bin": "^1.0.1"
  },
  "description": "Get the list of files installed in a package in node_modules, including bundled dependencies",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "tap": "^14.11.0"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/npm/installed-package-contents#readme",
  "license": "ISC",
  "main": "index.js",
  "name": "@npmcli/installed-package-contents",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/installed-package-contents.git"
  },
  "scripts": {
    "postpublish": "git push origin --follow-tags",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "color": true
  },
  "version": "1.0.7"
}
