package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "node-gyp-build@4.8.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "node-gyp-build@4.8.1",
  9. "_id": "node-gyp-build@4.8.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==",
  12. "_location": "/node-gyp-build",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "node-gyp-build@4.8.1",
  18. "name": "node-gyp-build",
  19. "escapedName": "node-gyp-build",
  20. "rawSpec": "4.8.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.8.1"
  23. },
  24. "_requiredBy": [
  25. "/bufferutil",
  26. "/utf-8-validate"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/node-gyp-build/-/node-gyp-build-4.8.1.tgz",
  29. "_spec": "4.8.1",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Mathias Buus",
  33. "url": "@mafintosh"
  34. },
  35. "bin": {
  36. "node-gyp-build": "bin.js",
  37. "node-gyp-build-optional": "optional.js",
  38. "node-gyp-build-test": "build-test.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/prebuild/node-gyp-build/issues"
  42. },
  43. "description": "Build tool and bindings loader for node-gyp that supports prebuilds",
  44. "devDependencies": {
  45. "array-shuffle": "^1.0.1",
  46. "standard": "^14.0.0",
  47. "tape": "^5.0.0"
  48. },
  49. "homepage": "https://github.com/prebuild/node-gyp-build",
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "node-gyp-build",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/prebuild/node-gyp-build.git"
  56. },
  57. "scripts": {
  58. "test": "standard && node test"
  59. },
  60. "version": "4.8.1"
  61. }