UI for Zipcoin Blue

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "rollup-plugin-commonjs@8.2.6",
  6. "scope": null,
  7. "escapedName": "rollup-plugin-commonjs",
  8. "name": "rollup-plugin-commonjs",
  9. "rawSpec": "8.2.6",
  10. "spec": "8.2.6",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
  14. ]
  15. ],
  16. "_from": "rollup-plugin-commonjs@8.2.6",
  17. "_id": "rollup-plugin-commonjs@8.2.6",
  18. "_inCache": true,
  19. "_location": "/rollup-plugin-commonjs",
  20. "_nodeVersion": "8.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/rollup-plugin-commonjs-8.2.6.tgz_1509349438518_0.5813185188453645"
  24. },
  25. "_npmUser": {
  26. "name": "lukastaegert",
  27. "email": "lukas.taegert@tngtech.com"
  28. },
  29. "_npmVersion": "5.5.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "rollup-plugin-commonjs@8.2.6",
  33. "scope": null,
  34. "escapedName": "rollup-plugin-commonjs",
  35. "name": "rollup-plugin-commonjs",
  36. "rawSpec": "8.2.6",
  37. "spec": "8.2.6",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/@ionic/app-scripts"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.2.6.tgz",
  44. "_shasum": "27e5b9069ff94005bb01e01bb46a1e4873784677",
  45. "_shrinkwrap": null,
  46. "_spec": "rollup-plugin-commonjs@8.2.6",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
  48. "author": {
  49. "name": "Rich Harris"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/rollup/rollup-plugin-commonjs/issues"
  53. },
  54. "dependencies": {
  55. "acorn": "^5.2.1",
  56. "estree-walker": "^0.5.0",
  57. "magic-string": "^0.22.4",
  58. "resolve": "^1.4.0",
  59. "rollup-pluginutils": "^2.0.1"
  60. },
  61. "description": "Convert CommonJS modules to ES2015",
  62. "devDependencies": {
  63. "eslint": "^4.8.0",
  64. "locate-character": "^2.0.1",
  65. "mocha": "^4.0.1",
  66. "require-relative": "^0.8.7",
  67. "rollup": "^0.50.0",
  68. "rollup-plugin-buble": "^0.16.0",
  69. "rollup-plugin-node-resolve": "^3.0.0",
  70. "shx": "^0.2.2",
  71. "source-map": "^0.6.1",
  72. "source-map-support": "^0.5.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "integrity": "sha512-qK0+uhktmnAgZkHkqFuajNmPw93fjrO7+CysDaxWE5jrUR9XSlSvuao5ZJP+XizxA8weakhgYYBtbVz9SGBpjA==",
  77. "shasum": "27e5b9069ff94005bb01e01bb46a1e4873784677",
  78. "tarball": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.2.6.tgz"
  79. },
  80. "files": [
  81. "src",
  82. "dist",
  83. "README.md"
  84. ],
  85. "gitHead": "e800b4c84e308d1b34a84b58190099da47401523",
  86. "homepage": "https://github.com/rollup/rollup-plugin-commonjs",
  87. "jsnext:main": "dist/rollup-plugin-commonjs.es.js",
  88. "license": "MIT",
  89. "main": "dist/rollup-plugin-commonjs.cjs.js",
  90. "maintainers": [
  91. {
  92. "name": "lukastaegert",
  93. "email": "lukas.taegert@tngtech.com"
  94. },
  95. {
  96. "name": "victorystick",
  97. "email": "victorystick@gmail.com"
  98. },
  99. {
  100. "name": "trysound",
  101. "email": "trysound@yandex.ru"
  102. },
  103. {
  104. "name": "rich_harris",
  105. "email": "richard.a.harris@gmail.com"
  106. }
  107. ],
  108. "module": "dist/rollup-plugin-commonjs.es.js",
  109. "name": "rollup-plugin-commonjs",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/rollup/rollup-plugin-commonjs.git"
  115. },
  116. "scripts": {
  117. "build": "shx rm -rf dist/* && rollup -c",
  118. "dev": "rollup -c -w",
  119. "lint": "eslint src/*.js test/*.js",
  120. "prepare": "npm run build",
  121. "prepublishOnly": "npm run lint && npm run test:only",
  122. "pretest": "npm run build",
  123. "test": "npm run test:only",
  124. "test:only": "mocha"
  125. },
  126. "version": "8.2.6"
  127. }