UI for Zipcoin Blue

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "webpack-sources@^1.0.1",
  6. "scope": null,
  7. "escapedName": "webpack-sources",
  8. "name": "webpack-sources",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@angular-devkit/build-optimizer"
  14. ]
  15. ],
  16. "_from": "webpack-sources@>=1.0.1 <2.0.0",
  17. "_id": "webpack-sources@1.1.0",
  18. "_inCache": true,
  19. "_location": "/webpack-sources",
  20. "_nodeVersion": "8.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/webpack-sources-1.1.0.tgz_1511694386044_0.519901181338355"
  24. },
  25. "_npmUser": {
  26. "name": "sokra",
  27. "email": "tobias.koppers@googlemail.com"
  28. },
  29. "_npmVersion": "5.4.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "webpack-sources@^1.0.1",
  33. "scope": null,
  34. "escapedName": "webpack-sources",
  35. "name": "webpack-sources",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/@angular-devkit/build-optimizer",
  42. "/uglifyjs-webpack-plugin",
  43. "/webpack"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz",
  46. "_shasum": "a101ebae59d6507354d71d8013950a3a8b7a5a54",
  47. "_shrinkwrap": null,
  48. "_spec": "webpack-sources@^1.0.1",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/@angular-devkit/build-optimizer",
  50. "author": {
  51. "name": "Tobias Koppers @sokra"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/webpack/webpack-sources/issues"
  55. },
  56. "dependencies": {
  57. "source-list-map": "^2.0.0",
  58. "source-map": "~0.6.1"
  59. },
  60. "description": "Source code handling classes for webpack",
  61. "devDependencies": {
  62. "beautify-lint": "^1.0.3",
  63. "codecov.io": "^0.1.6",
  64. "coveralls": "^2.11.6",
  65. "eslint": "^3.19.0",
  66. "eslint-plugin-nodeca": "^1.0.3",
  67. "istanbul": "^0.4.1",
  68. "js-beautify": "^1.5.10",
  69. "mocha": "^3.4.2",
  70. "should": "^11.2.1"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "integrity": "sha512-aqYp18kPphgoO5c/+NaUvEeACtZjMESmDChuD3NBciVpah3XpMEU9VAAtIaB1BsfJWWTSdv8Vv1m3T0aRk2dUw==",
  75. "shasum": "a101ebae59d6507354d71d8013950a3a8b7a5a54",
  76. "tarball": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz"
  77. },
  78. "files": [
  79. "lib/"
  80. ],
  81. "gitHead": "b643bfba58c5820f9cf8f00a19979c1208e47692",
  82. "homepage": "https://github.com/webpack/webpack-sources#readme",
  83. "keywords": [
  84. "webpack",
  85. "source-map"
  86. ],
  87. "license": "MIT",
  88. "main": "./lib/index.js",
  89. "maintainers": [
  90. {
  91. "name": "bebraw",
  92. "email": "bebraw@gmail.com"
  93. },
  94. {
  95. "name": "jhnns",
  96. "email": "mail@johannesewald.de"
  97. },
  98. {
  99. "name": "sokra",
  100. "email": "tobias.koppers@googlemail.com"
  101. },
  102. {
  103. "name": "spacek33z",
  104. "email": "kees@webduck.nl"
  105. },
  106. {
  107. "name": "thelarkinn",
  108. "email": "sean.larkin@cuw.edu"
  109. }
  110. ],
  111. "name": "webpack-sources",
  112. "optionalDependencies": {},
  113. "readme": "ERROR: No README data found!",
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/webpack/webpack-sources.git"
  117. },
  118. "scripts": {
  119. "beautify": "beautify-rewrite lib/**.js test/**.js",
  120. "beautify-lint": "beautify-lint lib/**.js test/**.js",
  121. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  122. "lint": "eslint lib test",
  123. "precover": "npm run lint && npm run beautify-lint",
  124. "pretest": "npm run lint && npm run beautify-lint",
  125. "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish",
  126. "test": "mocha --full-trace --check-leaks",
  127. "travis": "npm run cover -- --report lcovonly"
  128. },
  129. "version": "1.1.0"
  130. }