package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@webpack-cli/serve@^1.7.0",
  3. "_id": "@webpack-cli/serve@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==",
  6. "_location": "/@webpack-cli/serve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@webpack-cli/serve@^1.7.0",
  12. "name": "@webpack-cli/serve",
  13. "escapedName": "@webpack-cli%2fserve",
  14. "scope": "@webpack-cli",
  15. "rawSpec": "^1.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.7.0"
  18. },
  19. "_requiredBy": [
  20. "/webpack-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz",
  23. "_shasum": "e1993689ac42d2b16e9194376cfb6753f6254db1",
  24. "_spec": "@webpack-cli/serve@^1.7.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": "[![NPM Downloads][downloads]][downloads-url]",
  32. "files": [
  33. "lib"
  34. ],
  35. "gitHead": "20882d463450d010bb76e0824fe555e9785e9561",
  36. "homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/serve",
  37. "keywords": [],
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@webpack-cli/serve",
  41. "peerDependencies": {
  42. "webpack-cli": "4.x.x"
  43. },
  44. "peerDependenciesMeta": {
  45. "webpack-dev-server": {
  46. "optional": true
  47. }
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/webpack/webpack-cli.git"
  55. },
  56. "types": "lib/index.d.ts",
  57. "version": "1.7.0"
  58. }