package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. "brace-expansion": "1.1.8",
  9. "fs.realpath": "1.0.0",
  10. "inflight": "1.0.6",
  11. "inherits": "2.0.3",
  12. "once": "1.3.3",
  13. "path-is-absolute": "1.0.1"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "node-gyp@^3.8.0",
  19. "name": "node-gyp",
  20. "escapedName": "node-gyp",
  21. "rawSpec": "^3.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^3.8.0"
  24. },
  25. "_requiredBy": [
  26. "/node-sass"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
  29. "_shasum": "540304261c330e80d0d5edce253a68cb3964218c",
  30. "_spec": "node-gyp@^3.8.0",
  31. "_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/node-sass",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://tootallnate.net"
  36. },
  37. "bin": {
  38. "node-gyp": "./bin/node-gyp.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/nodejs/node-gyp/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "fstream": "^1.0.0",
  46. "glob": "^7.0.3",
  47. "graceful-fs": "^4.1.2",
  48. "mkdirp": "^0.5.0",
  49. "nopt": "2 || 3",
  50. "npmlog": "0 || 1 || 2 || 3 || 4",
  51. "osenv": "0",
  52. "request": "^2.87.0",
  53. "rimraf": "2",
  54. "semver": "~5.3.0",
  55. "tar": "^2.0.0",
  56. "which": "1"
  57. },
  58. "deprecated": false,
  59. "description": "Node.js native addon build tool",
  60. "devDependencies": {
  61. "bindings": "~1.2.1",
  62. "nan": "^2.0.0",
  63. "require-inject": "~1.3.0",
  64. "tape": "~4.2.0"
  65. },
  66. "engines": {
  67. "node": ">= 0.8.0"
  68. },
  69. "homepage": "https://github.com/nodejs/node-gyp#readme",
  70. "installVersion": 9,
  71. "keywords": [
  72. "native",
  73. "addon",
  74. "module",
  75. "c",
  76. "c++",
  77. "bindings",
  78. "gyp"
  79. ],
  80. "license": "MIT",
  81. "main": "./lib/node-gyp.js",
  82. "name": "node-gyp",
  83. "preferGlobal": true,
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/nodejs/node-gyp.git"
  87. },
  88. "scripts": {
  89. "test": "tape test/test-*"
  90. },
  91. "version": "3.8.0"
  92. }