{
  "_from": "node-gyp@^11.2.0",
  "_id": "node-gyp@11.5.0",
  "_inBundle": false,
  "_integrity": "sha512-ra7Kvlhxn5V9Slyus0ygMa2h+UqExPqUIkfk7Pc8QTLT956JLSy51uWFwHtIYy0vI8cB4BDhc/S03+880My/LQ==",
  "_location": "/node-gyp",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "node-gyp@^11.2.0",
    "name": "node-gyp",
    "escapedName": "node-gyp",
    "rawSpec": "^11.2.0",
    "saveSpec": null,
    "fetchSpec": "^11.2.0"
  },
  "_requiredBy": [
    "/ttf2woff2"
  ],
  "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-11.5.0.tgz",
  "_shasum": "82661b5f40647a7361efe918e3cea76d297fcc56",
  "_spec": "node-gyp@^11.2.0",
  "_where": "/var/www/html/moro/node_modules/ttf2woff2",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://tootallnate.net"
  },
  "bin": {
    "node-gyp": "bin/node-gyp.js"
  },
  "bugs": {
    "url": "https://github.com/nodejs/node-gyp/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "env-paths": "^2.2.0",
    "exponential-backoff": "^3.1.1",
    "graceful-fs": "^4.2.6",
    "make-fetch-happen": "^14.0.3",
    "nopt": "^8.0.0",
    "proc-log": "^5.0.0",
    "semver": "^7.3.5",
    "tar": "^7.4.3",
    "tinyglobby": "^0.2.12",
    "which": "^5.0.0"
  },
  "deprecated": false,
  "description": "Node.js native addon build tool",
  "devDependencies": {
    "bindings": "^1.5.0",
    "cross-env": "^7.0.3",
    "eslint": "^9.16.0",
    "mocha": "^11.0.1",
    "nan": "^2.14.2",
    "neostandard": "^0.11.9",
    "require-inject": "^1.4.4"
  },
  "engines": {
    "node": "^18.17.0 || >=20.5.0"
  },
  "homepage": "https://github.com/nodejs/node-gyp#readme",
  "installVersion": 11,
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "gyp"
  ],
  "license": "MIT",
  "main": "./lib/node-gyp.js",
  "name": "node-gyp",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/nodejs/node-gyp.git"
  },
  "scripts": {
    "lint": "eslint \"*/*.js\" \"test/**/*.js\" \".github/**/*.js\"",
    "test": "cross-env NODE_GYP_NULL_LOGGER=true mocha --timeout 15000 test/test-download.js test/test-*"
  },
  "version": "11.5.0"
}
