a zip code crypto-currency system good for red ONLY

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "preserve@^0.2.0",
  3. "_id": "preserve@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=",
  6. "_location": "/preserve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "preserve@^0.2.0",
  12. "name": "preserve",
  13. "escapedName": "preserve",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/braces"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
  22. "_shasum": "815ed1f6ebc65926f865b310c0713bcb3315ce4b",
  23. "_spec": "preserve@^0.2.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/braces",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/preserve/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
  35. "devDependencies": {
  36. "benchmarked": "^0.1.3",
  37. "chalk": "^0.5.1",
  38. "js-beautify": "^1.5.4",
  39. "mocha": "*",
  40. "should": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "homepage": "https://github.com/jonschlinkert/preserve",
  46. "keywords": [
  47. "escape",
  48. "format",
  49. "placeholder",
  50. "placeholders",
  51. "prettify",
  52. "regex",
  53. "replace",
  54. "template",
  55. "templates",
  56. "token",
  57. "tokens"
  58. ],
  59. "license": {
  60. "type": "MIT",
  61. "url": "https://github.com/jonschlinkert/preserve/blob/master/LICENSE-MIT"
  62. },
  63. "main": "index.js",
  64. "name": "preserve",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/jonschlinkert/preserve.git"
  68. },
  69. "scripts": {
  70. "test": "mocha -R spec"
  71. },
  72. "version": "0.2.0"
  73. }