package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "node-gyp@3.8.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-gyp@3.8.0",
  10. "_id": "node-gyp@3.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VAMEJhwzDoDQ1e3OJTpoyzlkIYw=",
  13. "_location": "/node-gyp",
  14. "_phantomChildren": {
  15. "block-stream": "0.0.9",
  16. "fstream": "1.0.12",
  17. "inherits": "2.0.4"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "node-gyp@3.8.0",
  23. "name": "node-gyp",
  24. "escapedName": "node-gyp",
  25. "rawSpec": "3.8.0",
  26. "saveSpec": null,
  27. "fetchSpec": "3.8.0"
  28. },
  29. "_requiredBy": [
  30. "/node-sass"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/node-gyp/download/node-gyp-3.8.0.tgz?cache=0&sync_timestamp=1602898466165&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-gyp%2Fdownload%2Fnode-gyp-3.8.0.tgz",
  33. "_spec": "3.8.0",
  34. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  35. "author": {
  36. "name": "Nathan Rajlich",
  37. "email": "nathan@tootallnate.net",
  38. "url": "http://tootallnate.net"
  39. },
  40. "bin": {
  41. "node-gyp": "bin/node-gyp.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/nodejs/node-gyp/issues"
  45. },
  46. "dependencies": {
  47. "fstream": "^1.0.0",
  48. "glob": "^7.0.3",
  49. "graceful-fs": "^4.1.2",
  50. "mkdirp": "^0.5.0",
  51. "nopt": "2 || 3",
  52. "npmlog": "0 || 1 || 2 || 3 || 4",
  53. "osenv": "0",
  54. "request": "^2.87.0",
  55. "rimraf": "2",
  56. "semver": "~5.3.0",
  57. "tar": "^2.0.0",
  58. "which": "1"
  59. },
  60. "description": "Node.js native addon build tool",
  61. "devDependencies": {
  62. "bindings": "~1.2.1",
  63. "nan": "^2.0.0",
  64. "require-inject": "~1.3.0",
  65. "tape": "~4.2.0"
  66. },
  67. "engines": {
  68. "node": ">= 0.8.0"
  69. },
  70. "homepage": "https://github.com/nodejs/node-gyp#readme",
  71. "installVersion": 9,
  72. "keywords": [
  73. "native",
  74. "addon",
  75. "module",
  76. "c",
  77. "c++",
  78. "bindings",
  79. "gyp"
  80. ],
  81. "license": "MIT",
  82. "main": "./lib/node-gyp.js",
  83. "name": "node-gyp",
  84. "preferGlobal": true,
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/nodejs/node-gyp.git"
  88. },
  89. "scripts": {
  90. "test": "tape test/test-*"
  91. },
  92. "version": "3.8.0"
  93. }