package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@webpack-cli/info@1.5.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "@webpack-cli/info@1.5.0",
  9. "_id": "@webpack-cli/info@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==",
  12. "_location": "/@webpack-cli/info",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@webpack-cli/info@1.5.0",
  18. "name": "@webpack-cli/info",
  19. "escapedName": "@webpack-cli%2finfo",
  20. "scope": "@webpack-cli",
  21. "rawSpec": "1.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.5.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz",
  29. "_spec": "1.5.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "bugs": {
  32. "url": "https://github.com/webpack/webpack-cli/issues"
  33. },
  34. "dependencies": {
  35. "envinfo": "^7.7.3"
  36. },
  37. "description": "Outputs info about system and webpack config",
  38. "devDependencies": {
  39. "@types/envinfo": "^7.8.1"
  40. },
  41. "files": [
  42. "lib"
  43. ],
  44. "gitHead": "20882d463450d010bb76e0824fe555e9785e9561",
  45. "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/info",
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@webpack-cli/info",
  49. "peerDependencies": {
  50. "webpack-cli": "4.x.x"
  51. },
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/webpack/webpack-cli.git"
  58. },
  59. "types": "lib/index.d.ts",
  60. "version": "1.5.0"
  61. }