package.json 2.4 KB

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