a zip code crypto-currency system good for red ONLY

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_from": "base@^0.11.1",
  3. "_id": "base@0.11.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
  6. "_location": "/base",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "base@^0.11.1",
  12. "name": "base",
  13. "escapedName": "base",
  14. "rawSpec": "^0.11.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.1"
  17. },
  18. "_requiredBy": [
  19. "/snapdragon"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
  22. "_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
  23. "_spec": "base@^0.11.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/snapdragon",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/node-base/base/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "John O'Donnell",
  40. "url": "https://github.com/criticalmash"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "tunnckoCore",
  48. "url": "https://i.am.charlike.online"
  49. },
  50. {
  51. "url": "https://github.com/wtgtybhertgeghgtwtg"
  52. }
  53. ],
  54. "dependencies": {
  55. "cache-base": "^1.0.1",
  56. "class-utils": "^0.3.5",
  57. "component-emitter": "^1.2.1",
  58. "define-property": "^1.0.0",
  59. "isobject": "^3.0.1",
  60. "mixin-deep": "^1.2.0",
  61. "pascalcase": "^0.1.1"
  62. },
  63. "deprecated": false,
  64. "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
  65. "devDependencies": {
  66. "gulp": "^3.9.1",
  67. "gulp-eslint": "^4.0.0",
  68. "gulp-format-md": "^1.0.0",
  69. "gulp-istanbul": "^1.1.2",
  70. "gulp-mocha": "^3.0.1",
  71. "helper-coverage": "^0.1.3",
  72. "mocha": "^3.5.0",
  73. "should": "^13.0.1",
  74. "through2": "^2.0.3",
  75. "verb-generate-readme": "^0.6.0"
  76. },
  77. "engines": {
  78. "node": ">=0.10.0"
  79. },
  80. "files": [
  81. "index.js"
  82. ],
  83. "homepage": "https://github.com/node-base/base",
  84. "keywords": [
  85. "base",
  86. "boilerplate",
  87. "cache",
  88. "del",
  89. "get",
  90. "inherit",
  91. "methods",
  92. "set",
  93. "starter",
  94. "unset",
  95. "visit"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "maintainers": [
  100. {
  101. "name": "Brian Woodward",
  102. "url": "https://github.com/doowb"
  103. },
  104. {
  105. "name": "Jon Schlinkert",
  106. "url": "https://github.com/jonschlinkert"
  107. }
  108. ],
  109. "name": "base",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/node-base/base.git"
  113. },
  114. "scripts": {
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "run": true,
  119. "toc": false,
  120. "layout": "default",
  121. "tasks": [
  122. "readme"
  123. ],
  124. "plugins": [
  125. "gulp-format-md"
  126. ],
  127. "helpers": [
  128. "helper-coverage"
  129. ],
  130. "related": {
  131. "description": "There are a number of different plugins available for extending base. Let us know if you create your own!",
  132. "hightlight": "generate",
  133. "list": [
  134. "base-cwd",
  135. "base-data",
  136. "base-fs",
  137. "base-generators",
  138. "base-option",
  139. "base-pipeline",
  140. "base-pkg",
  141. "base-plugins",
  142. "base-questions",
  143. "base-store",
  144. "base-task"
  145. ]
  146. },
  147. "reflinks": [
  148. "assemble",
  149. "boilerplate",
  150. "cache-base",
  151. "class-utils",
  152. "generate",
  153. "scaffold",
  154. "static-extend",
  155. "verb"
  156. ],
  157. "lint": {
  158. "reflinks": true
  159. }
  160. },
  161. "version": "0.11.2"
  162. }