a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "glob@^7.1.2",
  3. "_id": "glob@7.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.2",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.2"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts",
  20. "/globule",
  21. "/node-gyp",
  22. "/node-sass",
  23. "/rimraf",
  24. "/sass-graph",
  25. "/tslint"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz",
  28. "_shasum": "c19c9df9a028702d678612384a6552404c636d15",
  29. "_spec": "glob@^7.1.2",
  30. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-glob/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "fs.realpath": "^1.0.0",
  42. "inflight": "^1.0.4",
  43. "inherits": "2",
  44. "minimatch": "^3.0.4",
  45. "once": "^1.3.0",
  46. "path-is-absolute": "^1.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "a little globber",
  50. "devDependencies": {
  51. "mkdirp": "0",
  52. "rimraf": "^2.2.8",
  53. "tap": "^7.1.2",
  54. "tick": "0.0.6"
  55. },
  56. "engines": {
  57. "node": "*"
  58. },
  59. "files": [
  60. "glob.js",
  61. "sync.js",
  62. "common.js"
  63. ],
  64. "homepage": "https://github.com/isaacs/node-glob#readme",
  65. "license": "ISC",
  66. "main": "glob.js",
  67. "name": "glob",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/isaacs/node-glob.git"
  71. },
  72. "scripts": {
  73. "bench": "bash benchmark.sh",
  74. "benchclean": "node benchclean.js",
  75. "prepublish": "npm run benchclean",
  76. "prof": "bash prof.sh && cat profile.txt",
  77. "profclean": "rm -f v8.log profile.txt",
  78. "test": "tap test/*.js --cov",
  79. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  80. },
  81. "version": "7.1.2"
  82. }