UI for Zipcoin Blue

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "magic-string@^0.22.4",
  6. "scope": null,
  7. "escapedName": "magic-string",
  8. "name": "magic-string",
  9. "rawSpec": "^0.22.4",
  10. "spec": ">=0.22.4 <0.23.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-commonjs"
  14. ]
  15. ],
  16. "_from": "magic-string@>=0.22.4 <0.23.0",
  17. "_id": "magic-string@0.22.5",
  18. "_inCache": true,
  19. "_location": "/magic-string",
  20. "_nodeVersion": "9.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/magic-string_0.22.5_1521039125131_0.5786631180712392"
  24. },
  25. "_npmUser": {
  26. "name": "alangpierce",
  27. "email": "alangpierce@gmail.com"
  28. },
  29. "_npmVersion": "5.7.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "magic-string@^0.22.4",
  33. "scope": null,
  34. "escapedName": "magic-string",
  35. "name": "magic-string",
  36. "rawSpec": "^0.22.4",
  37. "spec": ">=0.22.4 <0.23.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/rollup-plugin-commonjs"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.5.tgz",
  44. "_shasum": "8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e",
  45. "_shrinkwrap": null,
  46. "_spec": "magic-string@^0.22.4",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-commonjs",
  48. "author": {
  49. "name": "Rich Harris"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/rich-harris/magic-string/issues"
  53. },
  54. "dependencies": {
  55. "vlq": "^0.2.2"
  56. },
  57. "description": "Modify strings, generate sourcemaps",
  58. "devDependencies": {
  59. "buble": "^0.15.2",
  60. "codecov.io": "^0.1.6",
  61. "console-group": "^0.3.3",
  62. "eslint": "^4.5.0",
  63. "istanbul": "^0.4.5",
  64. "mocha": "^3.5.0",
  65. "remap-istanbul": "^0.9.5",
  66. "resolve": "^1.4.0",
  67. "rollup": "^0.48.0",
  68. "rollup-plugin-buble": "^0.15.0",
  69. "rollup-plugin-node-resolve": "^3.0.0",
  70. "rollup-plugin-replace": "^1.1.1",
  71. "source-map": "^0.5.6",
  72. "source-map-support": "^0.4.16"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "integrity": "sha512-oreip9rJZkzvA8Qzk9HFs8fZGF/u7H/gtrE8EN6RjKJ9kh2HlC+yQ2QezifqTZfGyiuAV0dRv5a+y/8gBb1m9w==",
  77. "shasum": "8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e",
  78. "tarball": "https://registry.npmjs.org/magic-string/-/magic-string-0.22.5.tgz",
  79. "fileCount": 10,
  80. "unpackedSize": 347442
  81. },
  82. "files": [
  83. "dist/*",
  84. "index.d.ts",
  85. "README.md"
  86. ],
  87. "gitHead": "581c1bfe3991662f972193271f2c44220a6ca556",
  88. "homepage": "https://github.com/rich-harris/magic-string#readme",
  89. "jsnext:main": "dist/magic-string.es.js",
  90. "keywords": [
  91. "string",
  92. "string manipulation",
  93. "sourcemap",
  94. "templating",
  95. "transpilation"
  96. ],
  97. "license": "MIT",
  98. "main": "dist/magic-string.cjs.js",
  99. "maintainers": [
  100. {
  101. "name": "alangpierce",
  102. "email": "alangpierce@gmail.com"
  103. },
  104. {
  105. "name": "rich_harris",
  106. "email": "richard.a.harris@gmail.com"
  107. }
  108. ],
  109. "module": "dist/magic-string.es.js",
  110. "name": "magic-string",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/rich-harris/magic-string.git"
  116. },
  117. "scripts": {
  118. "build": "rollup -c",
  119. "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
  120. "lint": "eslint src test",
  121. "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",
  122. "prepublish": "rm -rf dist && npm test",
  123. "pretest": "npm run build",
  124. "pretest-coverage": "npm run build",
  125. "test": "mocha",
  126. "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/*.js",
  127. "watch": "rollup -cw"
  128. },
  129. "typings": "index.d.ts",
  130. "version": "0.22.5"
  131. }