package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "node-gyp@^3.8.0",
  3. "_id": "node-gyp@3.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
  6. "_location": "/node-gyp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-gyp@^3.8.0",
  12. "name": "node-gyp",
  13. "escapedName": "node-gyp",
  14. "rawSpec": "^3.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.8.0"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
  22. "_shasum": "540304261c330e80d0d5edce253a68cb3964218c",
  23. "_spec": "node-gyp@^3.8.0",
  24. "_where": "D:\\公司项目\\wms\\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. "fstream": "^1.0.0",
  39. "glob": "^7.0.3",
  40. "graceful-fs": "^4.1.2",
  41. "mkdirp": "^0.5.0",
  42. "nopt": "2 || 3",
  43. "npmlog": "0 || 1 || 2 || 3 || 4",
  44. "osenv": "0",
  45. "request": "^2.87.0",
  46. "rimraf": "2",
  47. "semver": "~5.3.0",
  48. "tar": "^2.0.0",
  49. "which": "1"
  50. },
  51. "deprecated": false,
  52. "description": "Node.js native addon build tool",
  53. "devDependencies": {
  54. "bindings": "~1.2.1",
  55. "nan": "^2.0.0",
  56. "require-inject": "~1.3.0",
  57. "tape": "~4.2.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.8.0"
  61. },
  62. "homepage": "https://github.com/nodejs/node-gyp#readme",
  63. "installVersion": 9,
  64. "keywords": [
  65. "native",
  66. "addon",
  67. "module",
  68. "c",
  69. "c++",
  70. "bindings",
  71. "gyp"
  72. ],
  73. "license": "MIT",
  74. "main": "./lib/node-gyp.js",
  75. "name": "node-gyp",
  76. "preferGlobal": true,
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/nodejs/node-gyp.git"
  80. },
  81. "scripts": {
  82. "test": "tape test/test-*"
  83. },
  84. "version": "3.8.0"
  85. }