package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "/html-webpack-plugin",
  21. "/mini-css-extract-plugin",
  22. "/webpack"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.3.0.tgz",
  25. "_shasum": "7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6",
  26. "_spec": "tapable@^2.3.0",
  27. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack",
  28. "author": {
  29. "name": "Tobias Koppers @sokra"
  30. },
  31. "browser": {
  32. "util": "./lib/util-browser.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/tapable/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Just a little module for plugins.",
  40. "devDependencies": {
  41. "@babel/core": "^7.4.4",
  42. "@babel/preset-env": "^7.4.4",
  43. "@eslint/js": "^9.28.0",
  44. "@eslint/markdown": "^7.1.0",
  45. "@stylistic/eslint-plugin": "^5.2.3",
  46. "babel-jest": "^24.8.0",
  47. "eslint": "^9.28.0",
  48. "eslint-config-prettier": "^10.1.5",
  49. "eslint-config-webpack": "^4.6.3",
  50. "eslint-plugin-import": "^2.31.0",
  51. "eslint-plugin-jest": "^29.0.1",
  52. "eslint-plugin-n": "^17.19.0",
  53. "eslint-plugin-prettier": "^5.4.1",
  54. "eslint-plugin-unicorn": "^60.0.0",
  55. "globals": "^16.2.0",
  56. "jest": "^24.8.0",
  57. "prettier": "^3.5.3",
  58. "prettier-1": "npm:prettier@^1"
  59. },
  60. "engines": {
  61. "node": ">=6"
  62. },
  63. "files": [
  64. "lib",
  65. "!lib/__tests__",
  66. "tapable.d.ts"
  67. ],
  68. "funding": {
  69. "type": "opencollective",
  70. "url": "https://opencollective.com/webpack"
  71. },
  72. "homepage": "https://github.com/webpack/tapable",
  73. "jest": {
  74. "transform": {
  75. "__tests__[\\\\/].+\\.js$": "babel-jest"
  76. }
  77. },
  78. "license": "MIT",
  79. "main": "lib/index.js",
  80. "name": "tapable",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+ssh://git@github.com/webpack/tapable.git"
  84. },
  85. "scripts": {
  86. "fix": "yarn fix:code && yarn fmt",
  87. "fix:code": "yarn lint:code --fix",
  88. "fmt": "yarn fmt:base --log-level warn --write",
  89. "fmt:base": "node ./node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
  90. "fmt:check": "yarn fmt:base --check",
  91. "lint": "yarn lint:code && yarn fmt:check",
  92. "lint:code": "eslint --cache .",
  93. "test": "jest"
  94. },
  95. "types": "./tapable.d.ts",
  96. "version": "2.3.0"
  97. }