package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@webpack-cli/configtest@^2.1.1",
  3. "_id": "@webpack-cli/configtest@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==",
  6. "_location": "/@webpack-cli/configtest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@webpack-cli/configtest@^2.1.1",
  12. "name": "@webpack-cli/configtest",
  13. "escapedName": "@webpack-cli%2fconfigtest",
  14. "scope": "@webpack-cli",
  15. "rawSpec": "^2.1.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.1.1"
  18. },
  19. "_requiredBy": [
  20. "/webpack-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz",
  23. "_shasum": "3b2f852e91dac6e3b85fb2a314fb8bef46d94646",
  24. "_spec": "@webpack-cli/configtest@^2.1.1",
  25. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/webpack-cli",
  26. "bugs": {
  27. "url": "https://github.com/webpack/webpack-cli/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Validate a webpack configuration.",
  32. "engines": {
  33. "node": ">=14.15.0"
  34. },
  35. "files": [
  36. "lib"
  37. ],
  38. "gitHead": "e879ce4ef91a9a89ca5ef74f533391cef5ba009d",
  39. "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/configtest",
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@webpack-cli/configtest",
  43. "peerDependencies": {
  44. "webpack": "5.x.x",
  45. "webpack-cli": "5.x.x"
  46. },
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/webpack/webpack-cli.git"
  53. },
  54. "types": "lib/index.d.ts",
  55. "version": "2.1.1"
  56. }