a zip code crypto-currency system good for red ONLY

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "source-list-map@^2.0.0",
  3. "_id": "source-list-map@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==",
  6. "_location": "/source-list-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "source-list-map@^2.0.0",
  12. "name": "source-list-map",
  13. "escapedName": "source-list-map",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-sources"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
  22. "_shasum": "aaa47403f7b245a92fbc97ea08f250d6087ed085",
  23. "_spec": "source-list-map@^2.0.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack-sources",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/source-list-map/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Fast line to line SourceMap generator.",
  34. "devDependencies": {
  35. "mocha": "^2.2.1",
  36. "should": "^5.2.0"
  37. },
  38. "files": [
  39. "lib"
  40. ],
  41. "homepage": "https://github.com/webpack/source-list-map",
  42. "keywords": [
  43. "source-map"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "source-list-map",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/webpack/source-list-map.git"
  51. },
  52. "scripts": {
  53. "test": "mocha -R spec"
  54. },
  55. "version": "2.0.0"
  56. }