You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

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