package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "tapable@^2.3.0",
  3. "_id": "tapable@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==",
  6. "_location": "/tapable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tapable@^2.3.0",
  12. "name": "tapable",
  13. "escapedName": "tapable",
  14. "rawSpec": "^2.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.3.0"
  17. },
  18. "_requiredBy": [
  19. "/enhanced-resolve",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz",
  23. "_shasum": "7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6",
  24. "_spec": "tapable@^2.3.0",
  25. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\webpack",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "browser": {
  30. "util": "./lib/util-browser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack/tapable/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Just a little module for plugins.",
  38. "devDependencies": {
  39. "@babel/core": "^7.4.4",
  40. "@babel/preset-env": "^7.4.4",
  41. "@eslint/js": "^9.28.0",
  42. "@eslint/markdown": "^7.1.0",
  43. "@stylistic/eslint-plugin": "^5.2.3",
  44. "babel-jest": "^24.8.0",
  45. "eslint": "^9.28.0",
  46. "eslint-config-prettier": "^10.1.5",
  47. "eslint-config-webpack": "^4.6.3",
  48. "eslint-plugin-import": "^2.31.0",
  49. "eslint-plugin-jest": "^29.0.1",
  50. "eslint-plugin-n": "^17.19.0",
  51. "eslint-plugin-prettier": "^5.4.1",
  52. "eslint-plugin-unicorn": "^60.0.0",
  53. "globals": "^16.2.0",
  54. "jest": "^24.8.0",
  55. "prettier": "^3.5.3",
  56. "prettier-1": "npm:prettier@^1"
  57. },
  58. "engines": {
  59. "node": ">=6"
  60. },
  61. "files": [
  62. "lib",
  63. "!lib/__tests__",
  64. "tapable.d.ts"
  65. ],
  66. "funding": {
  67. "type": "opencollective",
  68. "url": "https://opencollective.com/webpack"
  69. },
  70. "homepage": "https://github.com/webpack/tapable",
  71. "jest": {
  72. "transform": {
  73. "__tests__[\\\\/].+\\.js$": "babel-jest"
  74. }
  75. },
  76. "license": "MIT",
  77. "main": "lib/index.js",
  78. "name": "tapable",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+ssh://git@github.com/webpack/tapable.git"
  82. },
  83. "scripts": {
  84. "fix": "yarn fix:code && yarn fmt",
  85. "fix:code": "yarn lint:code --fix",
  86. "fmt": "yarn fmt:base --log-level warn --write",
  87. "fmt:base": "node ./node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
  88. "fmt:check": "yarn fmt:base --check",
  89. "lint": "yarn lint:code && yarn fmt:check",
  90. "lint:code": "eslint --cache .",
  91. "test": "jest"
  92. },
  93. "types": "./tapable.d.ts",
  94. "version": "2.3.0"
  95. }