a zip code crypto-currency system good for red ONLY

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "normalize-path@^2.0.0",
  3. "_id": "normalize-path@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
  6. "_location": "/normalize-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "normalize-path@^2.0.0",
  12. "name": "normalize-path",
  13. "escapedName": "normalize-path",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/micromatch",
  21. "/watchpack/anymatch",
  22. "/watchpack/chokidar"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
  25. "_shasum": "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9",
  26. "_spec": "normalize-path@^2.0.0",
  27. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/anymatch",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/normalize-path/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Blaine Bublitz",
  39. "email": "blaine.bublitz@gmail.com",
  40. "url": "https://twitter.com/BlaineBublitz"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "email": "jon.schlinkert@sellside.com",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "remove-trailing-separator": "^1.0.1"
  50. },
  51. "deprecated": false,
  52. "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
  53. "devDependencies": {
  54. "benchmarked": "^0.1.1",
  55. "gulp-format-md": "^0.1.11",
  56. "minimist": "^1.2.0",
  57. "mocha": "*"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/jonschlinkert/normalize-path",
  66. "keywords": [
  67. "backslash",
  68. "file",
  69. "filepath",
  70. "fix",
  71. "forward",
  72. "fp",
  73. "fs",
  74. "normalize",
  75. "path",
  76. "slash",
  77. "slashes",
  78. "trailing",
  79. "unix",
  80. "urix"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "normalize-path",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/normalize-path.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "related": {
  94. "list": [
  95. "contains-path",
  96. "ends-with",
  97. "is-absolute",
  98. "is-relative",
  99. "parse-filepath",
  100. "path-ends-with",
  101. "path-segments",
  102. "rewrite-ext",
  103. "unixify"
  104. ],
  105. "description": "Other useful libraries for working with paths in node.js:"
  106. },
  107. "toc": false,
  108. "layout": "default",
  109. "tasks": [
  110. "readme"
  111. ],
  112. "plugins": [
  113. "gulp-format-md"
  114. ],
  115. "lint": {
  116. "reflinks": true
  117. }
  118. },
  119. "version": "2.1.1"
  120. }