package.json 3.4 KB

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