{
  "_args": [
    [
      "@npmcli/package-json@1.0.1",
      "/app"
    ]
  ],
  "_from": "@npmcli/package-json@1.0.1",
  "_id": "@npmcli/package-json@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-y6jnu76E9C23osz8gEMBayZmaZ69vFOIk8vR1FJL/wbEJ54+9aVG9rLTjQKSXfgYZEr50nw1txBBFfBZZe+bYg==",
  "_location": "/@npmcli/package-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@npmcli/package-json@1.0.1",
    "name": "@npmcli/package-json",
    "escapedName": "@npmcli%2fpackage-json",
    "scope": "@npmcli",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/@npmcli/arborist"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/app",
  "author": {
    "name": "GitHub Inc."
  },
  "dependencies": {
    "json-parse-even-better-errors": "^2.3.1"
  },
  "description": "Programmatic API to update package.json",
  "devDependencies": {
    "@npmcli/lint": "^1.0.1",
    "tap": "^15.0.9"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "npm",
    "oss"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/package-json",
  "scripts": {
    "lint": "npm run npmclilint -- \"lib/*.*js\" \"test/*.*js\"",
    "lintfix": "npm run lint -- --fix",
    "npmclilint": "npmcli-lint",
    "postsnap": "npm run lintfix --",
    "posttest": "npm run lint --",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "version": "1.0.1"
}
