package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@webpack-cli/configtest@1.2.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@webpack-cli/configtest@1.2.0",
  9. "_id": "@webpack-cli/configtest@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==",
  12. "_location": "/@webpack-cli/configtest",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@webpack-cli/configtest@1.2.0",
  18. "name": "@webpack-cli/configtest",
  19. "escapedName": "@webpack-cli%2fconfigtest",
  20. "scope": "@webpack-cli",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "bugs": {
  32. "url": "https://github.com/webpack/webpack-cli/issues"
  33. },
  34. "description": "Validate a webpack configuration.",
  35. "files": [
  36. "lib"
  37. ],
  38. "gitHead": "20882d463450d010bb76e0824fe555e9785e9561",
  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": "4.x.x || 5.x.x",
  45. "webpack-cli": "4.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": "1.2.0"
  56. }