a zip code crypto-currency system good for red ONLY

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "json5@^0.5.0",
  3. "_id": "json5@0.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
  6. "_location": "/json5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json5@^0.5.0",
  12. "name": "json5",
  13. "escapedName": "json5",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/loader-utils",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
  23. "_shasum": "1eade7acc012034ad84e2396767ead9fa5495821",
  24. "_spec": "json5@^0.5.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/loader-utils",
  26. "author": {
  27. "name": "Aseem Kishore",
  28. "email": "aseem.kishore@gmail.com"
  29. },
  30. "bin": {
  31. "json5": "lib/cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/aseemk/json5/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Max Nanasy",
  40. "email": "max.nanasy@gmail.com"
  41. },
  42. {
  43. "name": "Andrew Eisenberg",
  44. "email": "andrew@eisenberg.as"
  45. },
  46. {
  47. "name": "Jordan Tucker",
  48. "email": "jordanbtucker@gmail.com"
  49. }
  50. ],
  51. "dependencies": {},
  52. "deprecated": false,
  53. "description": "JSON for the ES5 era.",
  54. "devDependencies": {
  55. "gulp": "^3.9.1",
  56. "gulp-jshint": "^2.0.1",
  57. "jshint": "^2.9.3",
  58. "jshint-stylish": "^2.2.1",
  59. "mocha": "^3.1.0"
  60. },
  61. "files": [
  62. "lib/"
  63. ],
  64. "homepage": "http://json5.org/",
  65. "keywords": [
  66. "json",
  67. "es5"
  68. ],
  69. "license": "MIT",
  70. "main": "lib/json5.js",
  71. "name": "json5",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/aseemk/json5.git"
  75. },
  76. "scripts": {
  77. "build": "node ./lib/cli.js -c package.json5",
  78. "test": "mocha --ui exports --reporter spec"
  79. },
  80. "version": "0.5.1"
  81. }