仲裁视频会议H5

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. "deep-equal@1.1.2",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "deep-equal@1.1.2",
  9. "_id": "deep-equal@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==",
  12. "_location": "/deep-equal",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "deep-equal@1.1.2",
  18. "name": "deep-equal",
  19. "escapedName": "deep-equal",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/quill",
  26. "/quill-delta"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/deep-equal/-/deep-equal-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "D:\\韩超勃\\视频会议\\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. "assert.js": false
  46. },
  47. "bugs": {
  48. "url": "https://github.com/inspect-js/node-deep-equal/issues"
  49. },
  50. "dependencies": {
  51. "is-arguments": "^1.1.1",
  52. "is-date-object": "^1.0.5",
  53. "is-regex": "^1.1.4",
  54. "object-is": "^1.1.5",
  55. "object-keys": "^1.1.1",
  56. "regexp.prototype.flags": "^1.5.1"
  57. },
  58. "description": "node's assert.deepEqual algorithm",
  59. "devDependencies": {
  60. "@ljharb/eslint-config": "^21.1.0",
  61. "aud": "^2.0.3",
  62. "auto-changelog": "^2.4.0",
  63. "define-data-property": "^1.1.1",
  64. "eslint": "=8.8.0",
  65. "has-typed-arrays": "^1.0.1",
  66. "in-publish": "^2.0.1",
  67. "npmignore": "^0.3.0",
  68. "nyc": "^10.3.2",
  69. "object.getownpropertydescriptors": "^2.1.7",
  70. "safe-publish-latest": "^2.0.0",
  71. "semver": "^6.3.1",
  72. "tape": "^5.7.2"
  73. },
  74. "directories": {
  75. "lib": ".",
  76. "example": "example",
  77. "test": "test"
  78. },
  79. "engines": {
  80. "node": ">= 0.4"
  81. },
  82. "funding": {
  83. "url": "https://github.com/sponsors/ljharb"
  84. },
  85. "homepage": "https://github.com/inspect-js/node-deep-equal#readme",
  86. "keywords": [
  87. "equality",
  88. "equal",
  89. "compare"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "deep-equal",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+ssh://git@github.com/inspect-js/node-deep-equal.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prepack": "npmignore --auto --commentLines=autogenerated",
  108. "prepublish": "not-in-publish || npm run prepublishOnly",
  109. "prepublishOnly": "safe-publish-latest",
  110. "pretest": "npm run lint",
  111. "test": "npm run tests-only",
  112. "tests-only": "nyc tape 'test/**/*.js'",
  113. "version": "auto-changelog && git add CHANGELOG.md"
  114. },
  115. "testling": {
  116. "files": "test/*.js",
  117. "browsers": {
  118. "ie": [
  119. 6,
  120. 7,
  121. 8,
  122. 9
  123. ],
  124. "ff": [
  125. 3.5,
  126. 10,
  127. 15
  128. ],
  129. "chrome": [
  130. 10,
  131. 22
  132. ],
  133. "safari": [
  134. 5.1
  135. ],
  136. "opera": [
  137. 12
  138. ]
  139. }
  140. },
  141. "version": "1.1.2"
  142. }