仲裁视频会议H5

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "object-inspect@1.13.1",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-inspect@1.13.1",
  10. "_id": "object-inspect@1.13.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==",
  13. "_location": "/object-inspect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-inspect@1.13.1",
  19. "name": "object-inspect",
  20. "escapedName": "object-inspect",
  21. "rawSpec": "1.13.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.13.1"
  24. },
  25. "_requiredBy": [
  26. "/side-channel"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
  29. "_spec": "1.13.1",
  30. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "browser": {
  45. "./util.inspect.js": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/inspect-js/object-inspect/issues"
  49. },
  50. "description": "string representations of objects in node and the browser",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^21.1.0",
  53. "@pkgjs/support": "^0.0.6",
  54. "auto-changelog": "^2.4.0",
  55. "core-js": "^2.6.12",
  56. "error-cause": "^1.0.6",
  57. "es-value-fixtures": "^1.4.2",
  58. "eslint": "=8.8.0",
  59. "for-each": "^0.3.3",
  60. "functions-have-names": "^1.2.3",
  61. "glob": "=10.3.7",
  62. "globalthis": "^1.0.3",
  63. "has-tostringtag": "^1.0.0",
  64. "in-publish": "^2.0.1",
  65. "jackspeak": "=2.1.1",
  66. "make-arrow-function": "^1.2.0",
  67. "mock-property": "^1.0.2",
  68. "npmignore": "^0.3.0",
  69. "nyc": "^10.3.2",
  70. "safe-publish-latest": "^2.0.0",
  71. "string.prototype.repeat": "^1.0.0",
  72. "tape": "^5.7.1"
  73. },
  74. "funding": {
  75. "url": "https://github.com/sponsors/ljharb"
  76. },
  77. "homepage": "https://github.com/inspect-js/object-inspect",
  78. "keywords": [
  79. "inspect",
  80. "util.inspect",
  81. "object",
  82. "stringify",
  83. "pretty"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "object-inspect",
  88. "publishConfig": {
  89. "ignore": [
  90. ".github/workflows",
  91. "./test-core-js.js"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/inspect-js/object-inspect.git"
  97. },
  98. "scripts": {
  99. "lint": "eslint --ext=js,mjs .",
  100. "postlint": "npx @pkgjs/support validate",
  101. "posttest": "npx aud --production",
  102. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  103. "prepack": "npmignore --auto --commentLines=autogenerated",
  104. "prepublish": "not-in-publish || npm run prepublishOnly",
  105. "prepublishOnly": "safe-publish-latest",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only && npm run test:corejs",
  108. "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
  109. "tests-only": "nyc tape 'test/*.js'",
  110. "version": "auto-changelog && git add CHANGELOG.md"
  111. },
  112. "sideEffects": false,
  113. "support": true,
  114. "testling": {
  115. "files": [
  116. "test/*.js",
  117. "test/browser/*.js"
  118. ],
  119. "browsers": [
  120. "ie/6..latest",
  121. "chrome/latest",
  122. "firefox/latest",
  123. "safari/latest",
  124. "opera/latest",
  125. "iphone/latest",
  126. "ipad/latest",
  127. "android/latest"
  128. ]
  129. },
  130. "version": "1.13.1"
  131. }