package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "node-gyp@3.8.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "node-gyp@3.8.0",
  10. "_id": "node-gyp@3.8.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-VAMEJhwzDoDQ1e3OJTpoyzlkIYw=",
  13. "_location": "/node-gyp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  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.nlark.com/node-gyp/download/node-gyp-3.8.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-gyp%2Fdownload%2Fnode-gyp-3.8.0.tgz",
  29. "_spec": "3.8.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Nathan Rajlich",
  33. "email": "nathan@tootallnate.net",
  34. "url": "http://tootallnate.net"
  35. },
  36. "bin": {
  37. "node-gyp": "bin/node-gyp.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/nodejs/node-gyp/issues"
  41. },
  42. "dependencies": {
  43. "fstream": "^1.0.0",
  44. "glob": "^7.0.3",
  45. "graceful-fs": "^4.1.2",
  46. "mkdirp": "^0.5.0",
  47. "nopt": "2 || 3",
  48. "npmlog": "0 || 1 || 2 || 3 || 4",
  49. "osenv": "0",
  50. "request": "^2.87.0",
  51. "rimraf": "2",
  52. "semver": "~5.3.0",
  53. "tar": "^2.0.0",
  54. "which": "1"
  55. },
  56. "description": "Node.js native addon build tool",
  57. "devDependencies": {
  58. "bindings": "~1.2.1",
  59. "nan": "^2.0.0",
  60. "require-inject": "~1.3.0",
  61. "tape": "~4.2.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.8.0"
  65. },
  66. "homepage": "https://github.com/nodejs/node-gyp#readme",
  67. "installVersion": 9,
  68. "keywords": [
  69. "native",
  70. "addon",
  71. "module",
  72. "c",
  73. "c++",
  74. "bindings",
  75. "gyp"
  76. ],
  77. "license": "MIT",
  78. "main": "./lib/node-gyp.js",
  79. "name": "node-gyp",
  80. "preferGlobal": true,
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/nodejs/node-gyp.git"
  84. },
  85. "scripts": {
  86. "test": "tape test/test-*"
  87. },
  88. "version": "3.8.0"
  89. }