a zip code crypto-currency system good for red ONLY

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