a zip code crypto-currency system good for red ONLY

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "path-is-absolute@^1.0.0",
  3. "_id": "path-is-absolute@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
  6. "_location": "/path-is-absolute",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-is-absolute@^1.0.0",
  12. "name": "path-is-absolute",
  13. "escapedName": "path-is-absolute",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/glob",
  21. "/true-case-path/glob",
  22. "/watchpack/chokidar"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
  25. "_shasum": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f",
  26. "_spec": "path-is-absolute@^1.0.0",
  27. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/chokidar",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/path-is-absolute/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Node.js 0.12 path.isAbsolute() ponyfill",
  39. "devDependencies": {
  40. "xo": "^0.16.0"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/path-is-absolute#readme",
  49. "keywords": [
  50. "path",
  51. "paths",
  52. "file",
  53. "dir",
  54. "absolute",
  55. "isabsolute",
  56. "is-absolute",
  57. "built-in",
  58. "util",
  59. "utils",
  60. "core",
  61. "ponyfill",
  62. "polyfill",
  63. "shim",
  64. "is",
  65. "detect",
  66. "check"
  67. ],
  68. "license": "MIT",
  69. "name": "path-is-absolute",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
  73. },
  74. "scripts": {
  75. "test": "xo && node test.js"
  76. },
  77. "version": "1.0.1"
  78. }