package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "webpack-sources@3.2.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-sources@3.2.3",
  10. "_id": "webpack-sources@3.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==",
  13. "_location": "/webpack-sources",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-sources@3.2.3",
  19. "name": "webpack-sources",
  20. "escapedName": "webpack-sources",
  21. "rawSpec": "3.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz",
  29. "_spec": "3.2.3",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/webpack-sources/issues"
  36. },
  37. "description": "Source code handling classes for webpack",
  38. "devDependencies": {
  39. "coveralls": "^3.0.2",
  40. "eslint": "^7.7.0",
  41. "eslint-config-prettier": "^6.11.0",
  42. "eslint-plugin-jest": "^23.20.0",
  43. "eslint-plugin-mocha": "^8.0.0",
  44. "eslint-plugin-node": "^11.1.0",
  45. "eslint-plugin-nodeca": "^1.0.3",
  46. "eslint-plugin-prettier": "^3.0.1",
  47. "istanbul": "^0.4.1",
  48. "jest": "^26.4.0",
  49. "prettier": "^2.0.5",
  50. "source-map": "^0.7.3",
  51. "sourcemap-validator": "^2.1.0"
  52. },
  53. "engines": {
  54. "node": ">=10.13.0"
  55. },
  56. "files": [
  57. "lib/",
  58. "!lib/helpers/__mocks__"
  59. ],
  60. "homepage": "https://github.com/webpack/webpack-sources#readme",
  61. "jest": {
  62. "forceExit": true,
  63. "testMatch": [
  64. "<rootDir>/test/*.js"
  65. ],
  66. "transformIgnorePatterns": [
  67. "<rootDir>"
  68. ],
  69. "testEnvironment": "node"
  70. },
  71. "keywords": [
  72. "webpack",
  73. "source-map"
  74. ],
  75. "license": "MIT",
  76. "main": "./lib/index.js",
  77. "name": "webpack-sources",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/webpack/webpack-sources.git"
  81. },
  82. "scripts": {
  83. "cover": "jest --coverage",
  84. "lint": "eslint --cache lib test/*.js",
  85. "pretest": "yarn lint",
  86. "test": "jest"
  87. },
  88. "version": "3.2.3"
  89. }