package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "node-gyp@^8.4.1",
  3. "_id": "node-gyp@8.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
  6. "_location": "/node-gyp",
  7. "_phantomChildren": {
  8. "are-we-there-yet": "3.0.1",
  9. "console-control-strings": "1.1.0",
  10. "gauge": "4.0.4",
  11. "set-blocking": "2.0.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "node-gyp@^8.4.1",
  17. "name": "node-gyp",
  18. "escapedName": "node-gyp",
  19. "rawSpec": "^8.4.1",
  20. "saveSpec": null,
  21. "fetchSpec": "^8.4.1"
  22. },
  23. "_requiredBy": [
  24. "/node-sass"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz",
  27. "_shasum": "3d49308fc31f768180957d6b5746845fbd429937",
  28. "_spec": "node-gyp@^8.4.1",
  29. "_where": "G:\\项目\\mobile\\node_modules\\node-sass",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://tootallnate.net"
  34. },
  35. "bin": {
  36. "node-gyp": "bin/node-gyp.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/nodejs/node-gyp/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "env-paths": "^2.2.0",
  44. "glob": "^7.1.4",
  45. "graceful-fs": "^4.2.6",
  46. "make-fetch-happen": "^9.1.0",
  47. "nopt": "^5.0.0",
  48. "npmlog": "^6.0.0",
  49. "rimraf": "^3.0.2",
  50. "semver": "^7.3.5",
  51. "tar": "^6.1.2",
  52. "which": "^2.0.2"
  53. },
  54. "deprecated": false,
  55. "description": "Node.js native addon build tool",
  56. "devDependencies": {
  57. "bindings": "^1.5.0",
  58. "nan": "^2.14.2",
  59. "require-inject": "^1.4.4",
  60. "standard": "^14.3.4",
  61. "tap": "^12.7.0"
  62. },
  63. "engines": {
  64. "node": ">= 10.12.0"
  65. },
  66. "homepage": "https://github.com/nodejs/node-gyp#readme",
  67. "installVersion": 9,
  68. "keywords": [
  69. "native",
  70. "addon",
  71. "module",
  72. "c",
  73. "c++",
  74. "bindings",
  75. "gyp"
  76. ],
  77. "license": "MIT",
  78. "main": "./lib/node-gyp.js",
  79. "name": "node-gyp",
  80. "preferGlobal": true,
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/nodejs/node-gyp.git"
  84. },
  85. "scripts": {
  86. "lint": "standard */*.js test/**/*.js",
  87. "test": "npm run lint && tap --timeout=120 test/test-*"
  88. },
  89. "version": "8.4.1"
  90. }