a zip code crypto-currency system good for red ONLY

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "loader-runner@^2.3.0",
  3. "_id": "loader-runner@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9IKuqC1UPgeSFwDVpG7yb9rGuKI=",
  6. "_location": "/loader-runner",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "loader-runner@^2.3.0",
  12. "name": "loader-runner",
  13. "escapedName": "loader-runner",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz",
  22. "_shasum": "f482aea82d543e07921700d5a46ef26fdac6b8a2",
  23. "_spec": "loader-runner@^2.3.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/loader-runner/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Runs (webpack) loaders",
  34. "devDependencies": {
  35. "beautify-lint": "^1.0.4",
  36. "codecov.io": "^0.1.6",
  37. "coveralls": "^2.11.6",
  38. "eslint": "^3.12.2",
  39. "eslint-plugin-node": "^3.0.5",
  40. "eslint-plugin-nodeca": "^1.0.3",
  41. "istanbul": "^0.4.1",
  42. "mocha": "^3.2.0",
  43. "should": "^8.0.2"
  44. },
  45. "engines": {
  46. "node": ">=4.3.0 <5.0.0 || >=5.10"
  47. },
  48. "files": [
  49. "lib/",
  50. "bin/",
  51. "hot/",
  52. "web_modules/",
  53. "schemas/"
  54. ],
  55. "homepage": "https://github.com/webpack/loader-runner#readme",
  56. "keywords": [
  57. "webpack",
  58. "loader"
  59. ],
  60. "license": "MIT",
  61. "main": "lib/LoaderRunner.js",
  62. "name": "loader-runner",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/webpack/loader-runner.git"
  66. },
  67. "scripts": {
  68. "beautify": "beautify-rewrite lib/**.js test/*.js",
  69. "beautify-lint": "beautify-lint lib/**.js test/*.js",
  70. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  71. "lint": "eslint lib test",
  72. "precover": "npm run lint && npm run beautify-lint",
  73. "pretest": "npm run lint && npm run beautify-lint",
  74. "test": "mocha --reporter spec",
  75. "travis": "npm run cover -- --report lcovonly"
  76. },
  77. "version": "2.3.0"
  78. }