a zip code crypto-currency system good for red ONLY

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "path-to-regexp@^1.0.1",
  3. "_id": "path-to-regexp@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Wf3g9DW62suhA6hOnTvGTpa5k30=",
  6. "_location": "/path-to-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-to-regexp@^1.0.1",
  12. "name": "path-to-regexp",
  13. "escapedName": "path-to-regexp",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/sw-toolbox"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.7.0.tgz",
  22. "_shasum": "59fde0f435badacba103a84e9d3bc64e96b9937d",
  23. "_spec": "path-to-regexp@^1.0.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/sw-toolbox",
  25. "bugs": {
  26. "url": "https://github.com/pillarjs/path-to-regexp/issues"
  27. },
  28. "bundleDependencies": false,
  29. "component": {
  30. "scripts": {
  31. "path-to-regexp": "index.js"
  32. }
  33. },
  34. "dependencies": {
  35. "isarray": "0.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "Express style path to RegExp utility",
  39. "devDependencies": {
  40. "chai": "^2.3.0",
  41. "istanbul": "~0.3.0",
  42. "mocha": "~2.2.4",
  43. "standard": "~3.7.3",
  44. "ts-node": "^0.5.5",
  45. "typescript": "^1.8.7",
  46. "typings": "^1.0.4"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.d.ts",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/pillarjs/path-to-regexp#readme",
  54. "keywords": [
  55. "express",
  56. "regexp",
  57. "route",
  58. "routing"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "path-to-regexp",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/pillarjs/path-to-regexp.git"
  66. },
  67. "scripts": {
  68. "lint": "standard",
  69. "prepublish": "typings install",
  70. "test": "npm run lint && npm run test-cov",
  71. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require ts-node/register -R spec test.ts",
  72. "test-spec": "mocha --require ts-node/register -R spec --bail test.ts"
  73. },
  74. "typings": "index.d.ts",
  75. "version": "1.7.0"
  76. }