package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "@webpack-cli/configtest@^1.2.0",
  3. "_id": "@webpack-cli/configtest@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==",
  6. "_location": "/@webpack-cli/configtest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@webpack-cli/configtest@^1.2.0",
  12. "name": "@webpack-cli/configtest",
  13. "escapedName": "@webpack-cli%2fconfigtest",
  14. "scope": "@webpack-cli",
  15. "rawSpec": "^1.2.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.0"
  18. },
  19. "_requiredBy": [
  20. "/webpack-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz",
  23. "_shasum": "7b20ce1c12533912c3b217ea68262365fa29a6f5",
  24. "_spec": "@webpack-cli/configtest@^1.2.0",
  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. "files": [
  33. "lib"
  34. ],
  35. "gitHead": "20882d463450d010bb76e0824fe555e9785e9561",
  36. "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/configtest",
  37. "license": "MIT",
  38. "main": "lib/index.js",
  39. "name": "@webpack-cli/configtest",
  40. "peerDependencies": {
  41. "webpack": "4.x.x || 5.x.x",
  42. "webpack-cli": "4.x.x"
  43. },
  44. "publishConfig": {
  45. "access": "public"
  46. },
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/webpack/webpack-cli.git"
  50. },
  51. "types": "lib/index.d.ts",
  52. "version": "1.2.0"
  53. }