package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "node-gyp-build@~3.7.0",
  3. "_id": "node-gyp-build@3.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2qd6T1R7mu0+Kqx3nq8VGv1g7I0=",
  6. "_location": "/node-gyp-build",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "node-gyp-build@~3.7.0",
  12. "name": "node-gyp-build",
  13. "escapedName": "node-gyp-build",
  14. "rawSpec": "~3.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.7.0"
  17. },
  18. "_requiredBy": [
  19. "/bufferutil",
  20. "/utf-8-validate"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/node-gyp-build/download/node-gyp-build-3.7.0.tgz",
  23. "_shasum": "daa77a4f547b9aed3e2aac779eaf151afd60ec8d",
  24. "_spec": "node-gyp-build@~3.7.0",
  25. "_where": "E:\\dev\\007\\node10\\node_modules\\bufferutil",
  26. "author": {
  27. "name": "Mathias Buus",
  28. "url": "@mafintosh"
  29. },
  30. "bin": {
  31. "node-gyp-build": "./bin.js",
  32. "node-gyp-build-optional": "./optional.js",
  33. "node-gyp-build-test": "./build-test.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/node-gyp-build/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "Build tool and bindings loader for node-gyp that supports prebuilds",
  41. "devDependencies": {
  42. "standard": "^8.6.0"
  43. },
  44. "homepage": "https://github.com/mafintosh/node-gyp-build",
  45. "license": "MIT",
  46. "main": "index.js",
  47. "name": "node-gyp-build",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/mafintosh/node-gyp-build.git"
  51. },
  52. "scripts": {
  53. "test": "standard"
  54. },
  55. "version": "3.7.0"
  56. }