a zip code crypto-currency system good for red ONLY

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "vlq@^0.2.2",
  3. "_id": "vlq@0.2.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==",
  6. "_location": "/vlq",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vlq@^0.2.2",
  12. "name": "vlq",
  13. "escapedName": "vlq",
  14. "rawSpec": "^0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/magic-string"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz",
  22. "_shasum": "8f3e4328cf63b1540c0d67e1b2778386f8975b26",
  23. "_spec": "vlq@^0.2.2",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/magic-string",
  25. "author": {
  26. "name": "Rich Harris"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Rich-Harris/vlq/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Generate, and decode, base64 VLQ mappings for source maps and other uses",
  34. "devDependencies": {
  35. "eslint": "^3.19.0",
  36. "rollup": "^0.41.6"
  37. },
  38. "files": [
  39. "README.md",
  40. "LICENSE",
  41. "src/vlq.js",
  42. "dist/vlq.js"
  43. ],
  44. "homepage": "https://github.com/Rich-Harris/vlq#readme",
  45. "license": "MIT",
  46. "main": "dist/vlq.js",
  47. "module": "src/vlq.js",
  48. "name": "vlq",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/Rich-Harris/vlq.git"
  52. },
  53. "scripts": {
  54. "build": "rollup src/vlq.js -n vlq -f umd > dist/vlq.js",
  55. "lint": "eslint src",
  56. "prepublish": "npm test",
  57. "pretest": "npm run build",
  58. "test": "node test"
  59. },
  60. "version": "0.2.3"
  61. }