a zip code crypto-currency system good for red ONLY

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "to-object-path@^0.3.0",
  3. "_id": "to-object-path@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  6. "_location": "/to-object-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "to-object-path@^0.3.0",
  12. "name": "to-object-path",
  13. "escapedName": "to-object-path",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/cache-base",
  20. "/union-value/set-value"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  23. "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  24. "_spec": "to-object-path@^0.3.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/cache-base",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "kind-of": "^3.0.2"
  36. },
  37. "deprecated": false,
  38. "description": "Create an object path from a list or array of strings.",
  39. "devDependencies": {
  40. "base": "^0.6.7",
  41. "mocha": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/jonschlinkert/to-object-path",
  50. "keywords": [
  51. "dot",
  52. "nested",
  53. "notation",
  54. "object",
  55. "path",
  56. "stringify"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "to-object-path",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "verb": {
  69. "related": {
  70. "list": [
  71. "get-value",
  72. "set-value",
  73. "has-value",
  74. "omit-value",
  75. "unset-value"
  76. ]
  77. }
  78. },
  79. "version": "0.3.0"
  80. }