package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "node-gyp@3.8.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "node-gyp@3.8.0",
  9. "_id": "node-gyp@3.8.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
  12. "_location": "/node-gyp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-gyp@3.8.0",
  18. "name": "node-gyp",
  19. "escapedName": "node-gyp",
  20. "rawSpec": "3.8.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.8.0"
  23. },
  24. "_requiredBy": [
  25. "/node-sass"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/node-gyp/-/node-gyp-3.8.0.tgz",
  28. "_spec": "3.8.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Nathan Rajlich",
  32. "email": "nathan@tootallnate.net",
  33. "url": "http://tootallnate.net"
  34. },
  35. "bin": {
  36. "node-gyp": "bin/node-gyp.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/nodejs/node-gyp/issues"
  40. },
  41. "dependencies": {
  42. "fstream": "^1.0.0",
  43. "glob": "^7.0.3",
  44. "graceful-fs": "^4.1.2",
  45. "mkdirp": "^0.5.0",
  46. "nopt": "2 || 3",
  47. "npmlog": "0 || 1 || 2 || 3 || 4",
  48. "osenv": "0",
  49. "request": "^2.87.0",
  50. "rimraf": "2",
  51. "semver": "~5.3.0",
  52. "tar": "^2.0.0",
  53. "which": "1"
  54. },
  55. "description": "Node.js native addon build tool",
  56. "devDependencies": {
  57. "bindings": "~1.2.1",
  58. "nan": "^2.0.0",
  59. "require-inject": "~1.3.0",
  60. "tape": "~4.2.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.8.0"
  64. },
  65. "homepage": "https://github.com/nodejs/node-gyp#readme",
  66. "installVersion": 9,
  67. "keywords": [
  68. "native",
  69. "addon",
  70. "module",
  71. "c",
  72. "c++",
  73. "bindings",
  74. "gyp"
  75. ],
  76. "license": "MIT",
  77. "main": "./lib/node-gyp.js",
  78. "name": "node-gyp",
  79. "preferGlobal": true,
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/nodejs/node-gyp.git"
  83. },
  84. "scripts": {
  85. "test": "tape test/test-*"
  86. },
  87. "version": "3.8.0"
  88. }