package.json 2.1 KB

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