package.json 2.4 KB

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