a zip code crypto-currency system good for red ONLY

package.json 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "tapable@^0.2.7",
  3. "_id": "tapable@0.2.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-mTcqXJmb8t8WCvwNdL7U9HlIzSI=",
  6. "_location": "/tapable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tapable@^0.2.7",
  12. "name": "tapable",
  13. "escapedName": "tapable",
  14. "rawSpec": "^0.2.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.7"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz",
  23. "_shasum": "99372a5c999bf2df160afc0d74bed4f47948cd22",
  24. "_spec": "tapable@^0.2.7",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/tapable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Just a little module for plugins.",
  35. "devDependencies": {
  36. "mocha": "^2.2.4",
  37. "should": "^5.2.0"
  38. },
  39. "engines": {
  40. "node": ">=0.6"
  41. },
  42. "files": [
  43. "lib"
  44. ],
  45. "homepage": "https://github.com/webpack/tapable",
  46. "license": "MIT",
  47. "main": "lib/Tapable.js",
  48. "name": "tapable",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/webpack/tapable.git"
  52. },
  53. "scripts": {
  54. "test": "mocha --reporter spec"
  55. },
  56. "version": "0.2.8"
  57. }