You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.0 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "tapable@2.2.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tapable@2.2.1",
  10. "_id": "tapable@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
  13. "_location": "/tapable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tapable@2.2.1",
  19. "name": "tapable",
  20. "escapedName": "tapable",
  21. "rawSpec": "2.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.1"
  24. },
  25. "_requiredBy": [
  26. "/enhanced-resolve",
  27. "/html-webpack-plugin",
  28. "/mini-css-extract-plugin",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/tapable/-/tapable-2.2.1.tgz",
  32. "_spec": "2.2.1",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Tobias Koppers @sokra"
  36. },
  37. "browser": {
  38. "util": "./lib/util-browser.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/webpack/tapable/issues"
  42. },
  43. "description": "Just a little module for plugins.",
  44. "devDependencies": {
  45. "@babel/core": "^7.4.4",
  46. "@babel/preset-env": "^7.4.4",
  47. "babel-jest": "^24.8.0",
  48. "codecov": "^3.5.0",
  49. "jest": "^24.8.0",
  50. "prettier": "^1.17.1"
  51. },
  52. "engines": {
  53. "node": ">=6"
  54. },
  55. "files": [
  56. "lib",
  57. "!lib/__tests__",
  58. "tapable.d.ts"
  59. ],
  60. "homepage": "https://github.com/webpack/tapable",
  61. "jest": {
  62. "transform": {
  63. "__tests__[\\\\/].+\\.js$": "babel-jest"
  64. }
  65. },
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "name": "tapable",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+ssh://git@github.com/webpack/tapable.git"
  72. },
  73. "scripts": {
  74. "pretty": "prettier --loglevel warn --write lib/*.js lib/__tests__/*.js",
  75. "pretty-lint": "prettier --check lib/*.js lib/__tests__/*.js",
  76. "test": "jest",
  77. "travis": "yarn pretty-lint && jest --coverage && codecov"
  78. },
  79. "types": "./tapable.d.ts",
  80. "version": "2.2.1"
  81. }