仲裁视频会议H5

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@polka/url@1.0.0-next.23",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@polka/url@1.0.0-next.23",
  10. "_id": "@polka/url@1.0.0-next.23",
  11. "_inBundle": false,
  12. "_integrity": "sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==",
  13. "_location": "/@polka/url",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@polka/url@1.0.0-next.23",
  19. "name": "@polka/url",
  20. "escapedName": "@polka%2furl",
  21. "scope": "@polka",
  22. "rawSpec": "1.0.0-next.23",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.0-next.23"
  25. },
  26. "_requiredBy": [
  27. "/sirv"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.23.tgz",
  30. "_spec": "1.0.0-next.23",
  31. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  32. "author": {
  33. "name": "Luke Edwards",
  34. "email": "luke@lukeed.com",
  35. "url": "https://lukeed.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/lukeed/polka/issues"
  39. },
  40. "description": "Super fast, memoized `req.url` parser",
  41. "exports": {
  42. ".": {
  43. "types": "./index.d.ts",
  44. "import": "./build.mjs",
  45. "require": "./build.js"
  46. },
  47. "./package.json": "./package.json"
  48. },
  49. "files": [
  50. "*.d.ts",
  51. "build.*"
  52. ],
  53. "homepage": "https://github.com/lukeed/polka#readme",
  54. "license": "MIT",
  55. "main": "build.js",
  56. "module": "build.mjs",
  57. "name": "@polka/url",
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/lukeed/polka.git"
  64. },
  65. "types": "index.d.ts",
  66. "version": "1.0.0-next.23"
  67. }