a zip code crypto-currency system good for red ONLY

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "magic-string@^0.22.4",
  3. "_id": "magic-string@0.22.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==",
  6. "_location": "/magic-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "magic-string@^0.22.4",
  12. "name": "magic-string",
  13. "escapedName": "magic-string",
  14. "rawSpec": "^0.22.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.22.4"
  17. },
  18. "_requiredBy": [
  19. "/rollup-plugin-commonjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.5.tgz",
  22. "_shasum": "8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e",
  23. "_spec": "magic-string@^0.22.4",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/rollup-plugin-commonjs",
  25. "author": {
  26. "name": "Rich Harris"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/rich-harris/magic-string/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "vlq": "^0.2.2"
  34. },
  35. "deprecated": false,
  36. "description": "Modify strings, generate sourcemaps",
  37. "devDependencies": {
  38. "buble": "^0.15.2",
  39. "codecov.io": "^0.1.6",
  40. "console-group": "^0.3.3",
  41. "eslint": "^4.5.0",
  42. "istanbul": "^0.4.5",
  43. "mocha": "^3.5.0",
  44. "remap-istanbul": "^0.9.5",
  45. "resolve": "^1.4.0",
  46. "rollup": "^0.48.0",
  47. "rollup-plugin-buble": "^0.15.0",
  48. "rollup-plugin-node-resolve": "^3.0.0",
  49. "rollup-plugin-replace": "^1.1.1",
  50. "source-map": "^0.5.6",
  51. "source-map-support": "^0.4.16"
  52. },
  53. "files": [
  54. "dist/*",
  55. "index.d.ts",
  56. "README.md"
  57. ],
  58. "homepage": "https://github.com/rich-harris/magic-string#readme",
  59. "jsnext:main": "dist/magic-string.es.js",
  60. "keywords": [
  61. "string",
  62. "string manipulation",
  63. "sourcemap",
  64. "templating",
  65. "transpilation"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/magic-string.cjs.js",
  69. "module": "dist/magic-string.es.js",
  70. "name": "magic-string",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/rich-harris/magic-string.git"
  74. },
  75. "scripts": {
  76. "build": "rollup -c",
  77. "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
  78. "lint": "eslint src test",
  79. "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
  80. "prepublish": "rm -rf dist && npm test",
  81. "pretest": "npm run build",
  82. "pretest-coverage": "npm run build",
  83. "test": "mocha",
  84. "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/*.js",
  85. "watch": "rollup -cw"
  86. },
  87. "typings": "index.d.ts",
  88. "version": "0.22.5"
  89. }