a zip code crypto-currency system good for red ONLY

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "d@1",
  3. "_id": "d@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=",
  6. "_location": "/d",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "d@1",
  12. "name": "d",
  13. "escapedName": "d",
  14. "rawSpec": "1",
  15. "saveSpec": null,
  16. "fetchSpec": "1"
  17. },
  18. "_requiredBy": [
  19. "/es6-iterator",
  20. "/es6-map",
  21. "/es6-set",
  22. "/es6-symbol",
  23. "/es6-weak-map",
  24. "/event-emitter"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
  27. "_shasum": "754bb5bfe55451da69a58b94d45f4c5b0462d58f",
  28. "_spec": "d@1",
  29. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/es6-map",
  30. "author": {
  31. "name": "Mariusz Nowak",
  32. "email": "medyk@medikoo.com",
  33. "url": "http://www.medikoo.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/medikoo/d/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "es5-ext": "^0.10.9"
  41. },
  42. "deprecated": false,
  43. "description": "Property descriptor factory",
  44. "devDependencies": {
  45. "tad": "^0.2.4",
  46. "xlint": "^0.2.2",
  47. "xlint-jslint-medikoo": "^0.1.4"
  48. },
  49. "homepage": "https://github.com/medikoo/d#readme",
  50. "keywords": [
  51. "descriptor",
  52. "es",
  53. "ecmascript",
  54. "ecma",
  55. "property",
  56. "descriptors",
  57. "meta",
  58. "properties"
  59. ],
  60. "license": "MIT",
  61. "name": "d",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/medikoo/d.git"
  65. },
  66. "scripts": {
  67. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  68. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  69. "test": "node node_modules/tad/bin/tad"
  70. },
  71. "version": "1.0.0"
  72. }