package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "node-gyp@5.1.0",
  3. "_id": "node-gyp@5.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OUTryc5bt/P8zVgNUmC6xdXiDJxLMAW8cF5tLQOT9E5sOQj+UeQxnnPy74K3CLCa/SOjjBlbuzDLR8ANwA+wmw==",
  6. "_location": "/node-gyp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "node-gyp@5.1.0",
  12. "name": "node-gyp",
  13. "escapedName": "node-gyp",
  14. "rawSpec": "5.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "5.1.0"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/",
  21. "/npm-lifecycle"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-5.1.0.tgz",
  24. "_shasum": "8e31260a7af4a2e2f994b0673d4e0b3866156332",
  25. "_spec": "node-gyp@5.1.0",
  26. "_where": "/Users/darcyclarke/Documents/Repos/npm/cli",
  27. "author": {
  28. "name": "Nathan Rajlich",
  29. "email": "nathan@tootallnate.net",
  30. "url": "http://tootallnate.net"
  31. },
  32. "bin": {
  33. "node-gyp": "bin/node-gyp.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/nodejs/node-gyp/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "env-paths": "^2.2.0",
  41. "glob": "^7.1.4",
  42. "graceful-fs": "^4.2.2",
  43. "mkdirp": "^0.5.1",
  44. "nopt": "^4.0.1",
  45. "npmlog": "^4.1.2",
  46. "request": "^2.88.0",
  47. "rimraf": "^2.6.3",
  48. "semver": "^5.7.1",
  49. "tar": "^4.4.12",
  50. "which": "^1.3.1"
  51. },
  52. "deprecated": false,
  53. "description": "Node.js native addon build tool",
  54. "devDependencies": {
  55. "bindings": "^1.5.0",
  56. "nan": "^2.14.0",
  57. "require-inject": "^1.4.4",
  58. "standard": "^14.3.1",
  59. "tap": "~12.7.0"
  60. },
  61. "engines": {
  62. "node": ">= 6.0.0"
  63. },
  64. "homepage": "https://github.com/nodejs/node-gyp#readme",
  65. "installVersion": 9,
  66. "keywords": [
  67. "native",
  68. "addon",
  69. "module",
  70. "c",
  71. "c++",
  72. "bindings",
  73. "gyp"
  74. ],
  75. "license": "MIT",
  76. "main": "./lib/node-gyp.js",
  77. "name": "node-gyp",
  78. "preferGlobal": true,
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/nodejs/node-gyp.git"
  82. },
  83. "scripts": {
  84. "lint": "standard */*.js test/**/*.js",
  85. "test": "npm run lint && tap --timeout=120 test/test-*"
  86. },
  87. "version": "5.1.0"
  88. }