package.json 2.3 KB

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