UI for Zipcoin Blue

package.json 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "webpack@3.8.1",
  6. "scope": null,
  7. "escapedName": "webpack",
  8. "name": "webpack",
  9. "rawSpec": "3.8.1",
  10. "spec": "3.8.1",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
  14. ]
  15. ],
  16. "_from": "webpack@3.8.1",
  17. "_id": "webpack@3.8.1",
  18. "_inCache": true,
  19. "_location": "/webpack",
  20. "_nodeVersion": "8.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/webpack-3.8.1.tgz_1508253755065_0.08026859047822654"
  24. },
  25. "_npmUser": {
  26. "name": "sokra",
  27. "email": "tobias.koppers@googlemail.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {
  31. "cliui": "3.2.0",
  32. "decamelize": "1.2.0",
  33. "execa": "0.7.0",
  34. "get-caller-file": "1.0.3",
  35. "graceful-fs": "4.1.11",
  36. "lcid": "1.0.0",
  37. "locate-path": "2.0.0",
  38. "mem": "1.1.0",
  39. "normalize-package-data": "2.4.0",
  40. "parse-json": "2.2.0",
  41. "pify": "2.3.0",
  42. "require-directory": "2.1.1",
  43. "require-main-filename": "1.0.1",
  44. "set-blocking": "2.0.0",
  45. "y18n": "3.2.1"
  46. },
  47. "_requested": {
  48. "raw": "webpack@3.8.1",
  49. "scope": null,
  50. "escapedName": "webpack",
  51. "name": "webpack",
  52. "rawSpec": "3.8.1",
  53. "spec": "3.8.1",
  54. "type": "version"
  55. },
  56. "_requiredBy": [
  57. "/@ionic/app-scripts"
  58. ],
  59. "_resolved": "https://registry.npmjs.org/webpack/-/webpack-3.8.1.tgz",
  60. "_shasum": "b16968a81100abe61608b0153c9159ef8bb2bd83",
  61. "_shrinkwrap": null,
  62. "_spec": "webpack@3.8.1",
  63. "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
  64. "author": {
  65. "name": "Tobias Koppers @sokra"
  66. },
  67. "bin": {
  68. "webpack": "./bin/webpack.js"
  69. },
  70. "bugs": {
  71. "url": "https://github.com/webpack/webpack/issues"
  72. },
  73. "dependencies": {
  74. "acorn": "^5.0.0",
  75. "acorn-dynamic-import": "^2.0.0",
  76. "ajv": "^5.1.5",
  77. "ajv-keywords": "^2.0.0",
  78. "async": "^2.1.2",
  79. "enhanced-resolve": "^3.4.0",
  80. "escope": "^3.6.0",
  81. "interpret": "^1.0.0",
  82. "json-loader": "^0.5.4",
  83. "json5": "^0.5.1",
  84. "loader-runner": "^2.3.0",
  85. "loader-utils": "^1.1.0",
  86. "memory-fs": "~0.4.1",
  87. "mkdirp": "~0.5.0",
  88. "node-libs-browser": "^2.0.0",
  89. "source-map": "^0.5.3",
  90. "supports-color": "^4.2.1",
  91. "tapable": "^0.2.7",
  92. "uglifyjs-webpack-plugin": "^0.4.6",
  93. "watchpack": "^1.4.0",
  94. "webpack-sources": "^1.0.1",
  95. "yargs": "^8.0.2"
  96. },
  97. "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
  98. "devDependencies": {
  99. "beautify-lint": "^1.0.3",
  100. "benchmark": "^2.1.1",
  101. "bundle-loader": "~0.5.0",
  102. "codacy-coverage": "^2.0.1",
  103. "codecov.io": "^0.1.2",
  104. "coffee-loader": "~0.7.1",
  105. "coffee-script": "^1.10.0",
  106. "coveralls": "^2.11.2",
  107. "css-loader": "^0.28.3",
  108. "es6-promise-polyfill": "^1.1.1",
  109. "eslint": "^4.3.0",
  110. "eslint-plugin-node": "^5.1.1",
  111. "express": "~4.13.1",
  112. "extract-text-webpack-plugin": "^3.0.0",
  113. "file-loader": "^0.11.2",
  114. "i18n-webpack-plugin": "^1.0.0",
  115. "istanbul": "^0.4.5",
  116. "jade": "^1.11.0",
  117. "jade-loader": "~0.8.0",
  118. "js-beautify": "^1.5.10",
  119. "less": "^2.5.1",
  120. "less-loader": "^4.0.3",
  121. "lodash": "^4.17.4",
  122. "mocha": "^3.2.0",
  123. "mocha-lcov-reporter": "^1.0.0",
  124. "nsp": "^2.6.1",
  125. "raw-loader": "~0.5.0",
  126. "react": "^15.2.1",
  127. "react-dom": "^15.2.1",
  128. "script-loader": "~0.7.0",
  129. "should": "^11.1.1",
  130. "simple-git": "^1.65.0",
  131. "sinon": "^2.3.2",
  132. "style-loader": "^0.18.1",
  133. "url-loader": "~0.5.0",
  134. "val-loader": "^1.0.2",
  135. "vm-browserify": "~0.0.0",
  136. "webpack-dev-middleware": "^1.9.0",
  137. "worker-loader": "^0.8.0"
  138. },
  139. "directories": {},
  140. "dist": {
  141. "integrity": "sha512-5ZXLWWsMqHKFr5y0N3Eo5IIisxeEeRAajNq4mELb/WELOR7srdbQk2N5XiyNy2A/AgvlR3AmeBCZJW8lHrolbw==",
  142. "shasum": "b16968a81100abe61608b0153c9159ef8bb2bd83",
  143. "tarball": "https://registry.npmjs.org/webpack/-/webpack-3.8.1.tgz"
  144. },
  145. "engines": {
  146. "node": ">=4.3.0 <5.0.0 || >=5.10"
  147. },
  148. "files": [
  149. "lib/",
  150. "bin/",
  151. "buildin/",
  152. "hot/",
  153. "web_modules/",
  154. "schemas/"
  155. ],
  156. "gitHead": "b8e6b4a100a5d5a6387c276eb52d6c7f20954a0b",
  157. "homepage": "https://github.com/webpack/webpack",
  158. "license": "MIT",
  159. "main": "lib/webpack.js",
  160. "maintainers": [
  161. {
  162. "name": "jhnns",
  163. "email": "mail@johannesewald.de"
  164. },
  165. {
  166. "name": "sokra",
  167. "email": "tobias.koppers@googlemail.com"
  168. },
  169. {
  170. "name": "thelarkinn",
  171. "email": "sean.larkin@cuw.edu"
  172. }
  173. ],
  174. "name": "webpack",
  175. "optionalDependencies": {},
  176. "readme": "ERROR: No README data found!",
  177. "repository": {
  178. "type": "git",
  179. "url": "git+https://github.com/webpack/webpack.git"
  180. },
  181. "scripts": {
  182. "appveyor:benchmark": "npm run benchmark",
  183. "appveyor:test": "node node_modules\\mocha\\bin\\mocha --max-old-space-size=4096 --harmony test/*.test.js",
  184. "beautify-lint": "beautify-lint \"lib/**/*.js\" \"hot/**/*.js\" \"bin/**/*.js\" \"benchmark/*.js\" \"test/*.js\"",
  185. "benchmark": "mocha --max-old-space-size=4096 --harmony test/*.benchmark.js -R spec",
  186. "build:examples": "cd examples && node buildAll.js",
  187. "circleci:lint": "npm run lint-files && npm run nsp",
  188. "circleci:test": "node node_modules/mocha/bin/mocha --max-old-space-size=4096 --harmony test/*.test.js",
  189. "cover": "node --max-old-space-size=4096 --harmony ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha -- test/*.test.js",
  190. "cover:min": "node --max-old-space-size=4096 --harmony ./node_modules/istanbul/lib/cli.js cover -x '**/*.runtime.js' --report lcovonly node_modules/mocha/bin/_mocha -- test/*.test.js",
  191. "fix": "npm run lint -- --fix",
  192. "lint": "eslint lib bin hot buildin \"test/**/webpack.config.js\" \"test/binCases/**/test.js\" \"examples/**/webpack.config.js\"",
  193. "lint-files": "npm run lint && npm run beautify-lint",
  194. "nsp": "nsp check --output summary",
  195. "pretest": "npm run lint-files",
  196. "publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish",
  197. "test": "mocha test/*.test.js --max-old-space-size=4096 --harmony --check-leaks",
  198. "travis:benchmark": "npm run benchmark",
  199. "travis:lint": "npm run lint-files && npm run nsp",
  200. "travis:test": "npm run cover:min"
  201. },
  202. "version": "3.8.1",
  203. "web": "lib/webpack.web.js"
  204. }