package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "node-gyp@^7.1.0",
  3. "_id": "node-gyp@7.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IagQrrsYcSAlHDvOyXmvFYexiK4=",
  6. "_location": "/node-gyp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-gyp@^7.1.0",
  12. "name": "node-gyp",
  13. "escapedName": "node-gyp",
  14. "rawSpec": "^7.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.0"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/node-gyp/download/node-gyp-7.1.2.tgz?cache=0&sync_timestamp=1637570154596&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fnode-gyp%2Fdownload%2Fnode-gyp-7.1.2.tgz",
  22. "_shasum": "21a810aebb187120251c3bcec979af1587b188ae",
  23. "_spec": "node-gyp@^7.1.0",
  24. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/node-sass",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "nathan@tootallnate.net",
  28. "url": "http://tootallnate.net"
  29. },
  30. "bin": {
  31. "node-gyp": "bin/node-gyp.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/nodejs/node-gyp/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "env-paths": "^2.2.0",
  39. "glob": "^7.1.4",
  40. "graceful-fs": "^4.2.3",
  41. "nopt": "^5.0.0",
  42. "npmlog": "^4.1.2",
  43. "request": "^2.88.2",
  44. "rimraf": "^3.0.2",
  45. "semver": "^7.3.2",
  46. "tar": "^6.0.2",
  47. "which": "^2.0.2"
  48. },
  49. "deprecated": false,
  50. "description": "Node.js native addon build tool",
  51. "devDependencies": {
  52. "bindings": "^1.5.0",
  53. "nan": "^2.14.2",
  54. "require-inject": "^1.4.4",
  55. "standard": "^14.3.4",
  56. "tap": "^12.7.0"
  57. },
  58. "engines": {
  59. "node": ">= 10.12.0"
  60. },
  61. "homepage": "https://github.com/nodejs/node-gyp#readme",
  62. "installVersion": 9,
  63. "keywords": [
  64. "native",
  65. "addon",
  66. "module",
  67. "c",
  68. "c++",
  69. "bindings",
  70. "gyp"
  71. ],
  72. "license": "MIT",
  73. "main": "./lib/node-gyp.js",
  74. "name": "node-gyp",
  75. "preferGlobal": true,
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/nodejs/node-gyp.git"
  79. },
  80. "scripts": {
  81. "lint": "standard */*.js test/**/*.js",
  82. "test": "npm run lint && tap --timeout=120 test/test-*"
  83. },
  84. "version": "7.1.2"
  85. }