UI for Zipcoin Blue

package.json 2.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "source-list-map@^2.0.0",
  6. "scope": null,
  7. "escapedName": "source-list-map",
  8. "name": "source-list-map",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/webpack-sources"
  14. ]
  15. ],
  16. "_from": "source-list-map@>=2.0.0 <3.0.0",
  17. "_id": "source-list-map@2.0.0",
  18. "_inCache": true,
  19. "_location": "/source-list-map",
  20. "_nodeVersion": "8.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/source-list-map-2.0.0.tgz_1496490051594_0.6906744700390846"
  24. },
  25. "_npmUser": {
  26. "name": "sokra",
  27. "email": "tobias.koppers@googlemail.com"
  28. },
  29. "_npmVersion": "5.0.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "source-list-map@^2.0.0",
  33. "scope": null,
  34. "escapedName": "source-list-map",
  35. "name": "source-list-map",
  36. "rawSpec": "^2.0.0",
  37. "spec": ">=2.0.0 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/webpack-sources"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
  44. "_shasum": "aaa47403f7b245a92fbc97ea08f250d6087ed085",
  45. "_shrinkwrap": null,
  46. "_spec": "source-list-map@^2.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/webpack-sources",
  48. "author": {
  49. "name": "Tobias Koppers @sokra"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/webpack/source-list-map/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Fast line to line SourceMap generator.",
  56. "devDependencies": {
  57. "mocha": "^2.2.1",
  58. "should": "^5.2.0"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==",
  63. "shasum": "aaa47403f7b245a92fbc97ea08f250d6087ed085",
  64. "tarball": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz"
  65. },
  66. "files": [
  67. "lib"
  68. ],
  69. "gitHead": "572d5107c710b590bbbf358401dff9bae8adcc1c",
  70. "homepage": "https://github.com/webpack/source-list-map",
  71. "keywords": [
  72. "source-map"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/index.js",
  76. "maintainers": [
  77. {
  78. "name": "sokra",
  79. "email": "tobias.koppers@googlemail.com"
  80. }
  81. ],
  82. "name": "source-list-map",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/webpack/source-list-map.git"
  88. },
  89. "scripts": {
  90. "test": "mocha -R spec"
  91. },
  92. "version": "2.0.0"
  93. }