package.json 2.0 KB

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