package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "tapable@^2.1.1",
  3. "_id": "tapable@2.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==",
  6. "_location": "/tapable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tapable@^2.1.1",
  12. "name": "tapable",
  13. "escapedName": "tapable",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  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.2.2.tgz",
  25. "_shasum": "ab4984340d30cb9989a490032f086dbb8b56d872",
  26. "_spec": "tapable@^2.1.1",
  27. "_where": "E:\\vue_project\\el-table-column\\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. "babel-jest": "^24.8.0",
  44. "jest": "^24.8.0",
  45. "prettier": "^3.5.3",
  46. "prettier-1": "npm:prettier@^1"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "lib",
  53. "!lib/__tests__",
  54. "tapable.d.ts"
  55. ],
  56. "homepage": "https://github.com/webpack/tapable",
  57. "jest": {
  58. "transform": {
  59. "__tests__[\\\\/].+\\.js$": "babel-jest"
  60. }
  61. },
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "tapable",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/webpack/tapable.git"
  68. },
  69. "scripts": {
  70. "fmt": "yarn fmt:base --log-level warn --write",
  71. "fmt:base": "node node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
  72. "fmt:check": "yarn fmt:base --check",
  73. "lint": "yarn fmt:check",
  74. "test": "jest"
  75. },
  76. "types": "./tapable.d.ts",
  77. "version": "2.2.2"
  78. }