仲裁视频会议H5

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "tslib@2.6.2",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tslib@2.6.2",
  10. "_id": "tslib@2.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
  13. "_location": "/tslib",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tslib@2.6.2",
  19. "name": "tslib",
  20. "escapedName": "tslib",
  21. "rawSpec": "2.6.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.2"
  24. },
  25. "_requiredBy": [
  26. "/camel-case",
  27. "/dot-case",
  28. "/lower-case",
  29. "/no-case",
  30. "/param-case",
  31. "/pascal-case"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
  34. "_spec": "2.6.2",
  35. "_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
  36. "author": {
  37. "name": "Microsoft Corp."
  38. },
  39. "bugs": {
  40. "url": "https://github.com/Microsoft/TypeScript/issues"
  41. },
  42. "description": "Runtime library for TypeScript helper functions",
  43. "exports": {
  44. ".": {
  45. "module": {
  46. "types": "./modules/index.d.ts",
  47. "default": "./tslib.es6.mjs"
  48. },
  49. "import": {
  50. "node": "./modules/index.js",
  51. "default": {
  52. "types": "./modules/index.d.ts",
  53. "default": "./tslib.es6.mjs"
  54. }
  55. },
  56. "default": "./tslib.js"
  57. },
  58. "./*": "./*",
  59. "./": "./"
  60. },
  61. "homepage": "https://www.typescriptlang.org/",
  62. "jsnext:main": "tslib.es6.js",
  63. "keywords": [
  64. "TypeScript",
  65. "Microsoft",
  66. "compiler",
  67. "language",
  68. "javascript",
  69. "tslib",
  70. "runtime"
  71. ],
  72. "license": "0BSD",
  73. "main": "tslib.js",
  74. "module": "tslib.es6.js",
  75. "name": "tslib",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/Microsoft/tslib.git"
  79. },
  80. "sideEffects": false,
  81. "typings": "tslib.d.ts",
  82. "version": "2.6.2"
  83. }