package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "webpack-sources@^1.4.3",
  3. "_id": "webpack-sources@1.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==",
  6. "_location": "/webpack-sources",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-sources@^1.4.3",
  12. "name": "webpack-sources",
  13. "escapedName": "webpack-sources",
  14. "rawSpec": "^1.4.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.3"
  17. },
  18. "_requiredBy": [
  19. "/compression-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-1.4.3.tgz",
  22. "_shasum": "eedd8ec0b928fbf1cbfe994e22d2d890f330a933",
  23. "_spec": "webpack-sources@^1.4.3",
  24. "_where": "E:\\psy_web_share\\node_modules\\compression-webpack-plugin",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/webpack-sources/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "source-list-map": "^2.0.0",
  34. "source-map": "~0.6.1"
  35. },
  36. "deprecated": false,
  37. "description": "Source code handling classes for webpack",
  38. "devDependencies": {
  39. "beautify-lint": "^1.0.3",
  40. "codecov.io": "^0.1.6",
  41. "coveralls": "^2.11.6",
  42. "eslint": "^4.18.2",
  43. "eslint-plugin-nodeca": "^1.0.3",
  44. "istanbul": "^0.4.1",
  45. "js-beautify": "^1.5.10",
  46. "mocha": "^3.4.2",
  47. "should": "^11.2.1",
  48. "sourcemap-validator": "^1.1.0"
  49. },
  50. "files": [
  51. "lib/"
  52. ],
  53. "homepage": "https://github.com/webpack/webpack-sources#readme",
  54. "keywords": [
  55. "webpack",
  56. "source-map"
  57. ],
  58. "license": "MIT",
  59. "main": "./lib/index.js",
  60. "name": "webpack-sources",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/webpack/webpack-sources.git"
  64. },
  65. "scripts": {
  66. "beautify": "beautify-rewrite lib/**.js test/**.js",
  67. "beautify-lint": "beautify-lint lib/**.js test/**.js",
  68. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  69. "lint": "eslint lib test",
  70. "precover": "npm run lint && npm run beautify-lint",
  71. "pretest": "npm run lint && npm run beautify-lint",
  72. "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish",
  73. "test": "mocha --full-trace --check-leaks",
  74. "travis": "npm run cover -- --report lcovonly"
  75. },
  76. "version": "1.4.3"
  77. }