{
  "_args": [
    [
      "@npmcli/node-gyp@1.0.3",
      "/app"
    ]
  ],
  "_from": "@npmcli/node-gyp@1.0.3",
  "_id": "@npmcli/node-gyp@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==",
  "_location": "/@npmcli/node-gyp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@npmcli/node-gyp@1.0.3",
    "name": "@npmcli/node-gyp",
    "escapedName": "@npmcli%2fnode-gyp",
    "scope": "@npmcli",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/@npmcli/arborist",
    "/@npmcli/run-script"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/app",
  "author": {
    "name": "Brian Jenkins",
    "email": "bonkydog@bonkydog.com"
  },
  "bugs": {
    "url": "https://github.com/npm/node-gyp/issues"
  },
  "description": "Tools for dealing with node-gyp packages",
  "devDependencies": {
    "require-inject": "^1.4.4",
    "tap": "^14.10.6",
    "tmp": "^0.2.1"
  },
  "files": [
    "lib/**/*.js"
  ],
  "homepage": "https://github.com/npm/node-gyp#readme",
  "keywords": [
    "npm",
    "cli",
    "node-gyp"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/node-gyp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/node-gyp.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "1.0.3"
}
