package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "node-gyp",
  3. "description": "Node.js native addon build tool",
  4. "license": "MIT",
  5. "keywords": [
  6. "native",
  7. "addon",
  8. "module",
  9. "c",
  10. "c++",
  11. "bindings",
  12. "gyp"
  13. ],
  14. "version": "3.8.0",
  15. "installVersion": 9,
  16. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/nodejs/node-gyp.git"
  20. },
  21. "preferGlobal": true,
  22. "bin": "./bin/node-gyp.js",
  23. "main": "./lib/node-gyp.js",
  24. "dependencies": {
  25. "fstream": "^1.0.0",
  26. "glob": "^7.0.3",
  27. "graceful-fs": "^4.1.2",
  28. "mkdirp": "^0.5.0",
  29. "nopt": "2 || 3",
  30. "npmlog": "0 || 1 || 2 || 3 || 4",
  31. "osenv": "0",
  32. "request": "^2.87.0",
  33. "rimraf": "2",
  34. "semver": "~5.3.0",
  35. "tar": "^2.0.0",
  36. "which": "1"
  37. },
  38. "engines": {
  39. "node": ">= 0.8.0"
  40. },
  41. "devDependencies": {
  42. "tape": "~4.2.0",
  43. "bindings": "~1.2.1",
  44. "nan": "^2.0.0",
  45. "require-inject": "~1.3.0"
  46. },
  47. "scripts": {
  48. "test": "tape test/test-*"
  49. },
  50. "__npminstall_done": "Thu Dec 24 2020 20:21:08 GMT+0800 (CST)",
  51. "_from": "node-gyp@3.8.0",
  52. "_resolved": "https://registry.npm.taobao.org/node-gyp/download/node-gyp-3.8.0.tgz?cache=0&sync_timestamp=1602898431432&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fnode-gyp%2Fdownload%2Fnode-gyp-3.8.0.tgz"
  53. }