a zip code crypto-currency system good for red ONLY

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "watchpack@^1.4.0",
  3. "_id": "watchpack@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==",
  6. "_location": "/watchpack",
  7. "_phantomChildren": {
  8. "arr-flatten": "1.1.0",
  9. "async-each": "1.0.1",
  10. "debug": "2.6.9",
  11. "define-property": "2.0.2",
  12. "extend-shallow": "3.0.2",
  13. "fragment-cache": "0.2.1",
  14. "fsevents": "1.2.4",
  15. "inherits": "2.0.3",
  16. "is-binary-path": "1.0.1",
  17. "is-buffer": "1.1.6",
  18. "is-extendable": "0.1.1",
  19. "lodash.debounce": "4.0.8",
  20. "nanomatch": "1.2.13",
  21. "normalize-path": "2.1.1",
  22. "object.pick": "1.3.0",
  23. "path-dirname": "1.0.2",
  24. "path-is-absolute": "1.0.1",
  25. "posix-character-classes": "0.1.1",
  26. "readdirp": "2.1.0",
  27. "regex-not": "1.0.2",
  28. "repeat-element": "1.1.2",
  29. "repeat-string": "1.6.1",
  30. "snapdragon": "0.8.2",
  31. "snapdragon-node": "2.1.1",
  32. "split-string": "3.1.0",
  33. "to-regex": "3.0.2",
  34. "to-regex-range": "2.1.1",
  35. "upath": "1.1.0"
  36. },
  37. "_requested": {
  38. "type": "range",
  39. "registry": true,
  40. "raw": "watchpack@^1.4.0",
  41. "name": "watchpack",
  42. "escapedName": "watchpack",
  43. "rawSpec": "^1.4.0",
  44. "saveSpec": null,
  45. "fetchSpec": "^1.4.0"
  46. },
  47. "_requiredBy": [
  48. "/webpack"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
  51. "_shasum": "4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00",
  52. "_spec": "watchpack@^1.4.0",
  53. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack",
  54. "author": {
  55. "name": "Tobias Koppers @sokra"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/webpack/watchpack/issues"
  59. },
  60. "bundleDependencies": false,
  61. "dependencies": {
  62. "chokidar": "^2.0.2",
  63. "graceful-fs": "^4.1.2",
  64. "neo-async": "^2.5.0"
  65. },
  66. "deprecated": false,
  67. "description": "Wrapper library for directory and file watching.",
  68. "devDependencies": {
  69. "codecov.io": "^0.1.6",
  70. "coveralls": "^3.0.0",
  71. "eslint": "^4.18.1",
  72. "istanbul": "^0.4.3",
  73. "mocha": "^5.0.1",
  74. "rimraf": "^2.6.2",
  75. "should": "^8.3.1"
  76. },
  77. "directories": {
  78. "test": "test"
  79. },
  80. "files": [
  81. "lib/"
  82. ],
  83. "homepage": "https://github.com/webpack/watchpack",
  84. "license": "MIT",
  85. "main": "./lib/watchpack.js",
  86. "name": "watchpack",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/webpack/watchpack.git"
  90. },
  91. "scripts": {
  92. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  93. "lint": "eslint lib",
  94. "precover": "npm run lint",
  95. "pretest": "npm run lint",
  96. "test": "mocha",
  97. "travis": "npm run cover -- --report lcovonly"
  98. },
  99. "version": "1.6.0"
  100. }