仲裁视频会议H5

package.json 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "_args": [
  3. [
  4. "define-data-property@1.1.1",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "define-data-property@1.1.1",
  9. "_id": "define-data-property@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
  12. "_location": "/define-data-property",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "define-data-property@1.1.1",
  18. "name": "define-data-property",
  19. "escapedName": "define-data-property",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/define-properties",
  26. "/set-function-length",
  27. "/set-function-name"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
  30. "_spec": "1.1.1",
  31. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  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. "bugs": {
  45. "url": "https://github.com/ljharb/define-data-property/issues"
  46. },
  47. "dependencies": {
  48. "get-intrinsic": "^1.2.1",
  49. "gopd": "^1.0.1",
  50. "has-property-descriptors": "^1.0.0"
  51. },
  52. "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^21.1.0",
  55. "@types/es-value-fixtures": "^1.4.1",
  56. "@types/for-each": "^0.3.1",
  57. "@types/get-intrinsic": "^1.2.0",
  58. "@types/gopd": "^1.0.1",
  59. "@types/has": "^1.0.0",
  60. "@types/has-property-descriptors": "^1.0.1",
  61. "@types/object-inspect": "^1.8.2",
  62. "@types/object.getownpropertydescriptors": "^2.1.2",
  63. "@types/tape": "^5.6.1",
  64. "aud": "^2.0.3",
  65. "auto-changelog": "^2.4.0",
  66. "es-value-fixtures": "^1.4.2",
  67. "eslint": "=8.8.0",
  68. "evalmd": "^0.0.19",
  69. "for-each": "^0.3.3",
  70. "has": "^1.0.3",
  71. "in-publish": "^2.0.1",
  72. "npmignore": "^0.3.0",
  73. "nyc": "^10.3.2",
  74. "object-inspect": "^1.12.3",
  75. "object.getownpropertydescriptors": "^2.1.7",
  76. "reflect.ownkeys": "^1.1.4",
  77. "safe-publish-latest": "^2.0.0",
  78. "tape": "^5.7.1",
  79. "typescript": "^5.3.0-dev.20231012"
  80. },
  81. "engines": {
  82. "node": ">= 0.4"
  83. },
  84. "exports": {
  85. ".": [
  86. {
  87. "types": "./index.d.ts",
  88. "default": "./index.js"
  89. },
  90. "./index.js"
  91. ],
  92. "./package.json": "./package.json"
  93. },
  94. "homepage": "https://github.com/ljharb/define-data-property#readme",
  95. "keywords": [
  96. "define",
  97. "data",
  98. "property",
  99. "object",
  100. "accessor",
  101. "javascript",
  102. "ecmascript",
  103. "enumerable",
  104. "configurable",
  105. "writable"
  106. ],
  107. "license": "MIT",
  108. "main": "index.js",
  109. "name": "define-data-property",
  110. "publishConfig": {
  111. "ignore": [
  112. ".github/workflows",
  113. "!*.ts",
  114. "!*.ts.map",
  115. "types/reflect.ownkeys"
  116. ]
  117. },
  118. "repository": {
  119. "type": "git",
  120. "url": "git+https://github.com/ljharb/define-data-property.git"
  121. },
  122. "scripts": {
  123. "emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly",
  124. "lint": "eslint --ext=js,mjs .",
  125. "postemit-types": "rm test/*.ts test/*.ts.map",
  126. "postlint": "npm run tsc",
  127. "posttest": "aud --production",
  128. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  129. "preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
  130. "prelint": "evalmd README.md",
  131. "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
  132. "prepublish": "not-in-publish || npm run prepublishOnly",
  133. "prepublishOnly": "safe-publish-latest",
  134. "pretest": "npm run lint",
  135. "test": "npm run tests-only",
  136. "tests-only": "nyc tape 'test/**/*.js'",
  137. "tsc": "tsc -p .",
  138. "version": "auto-changelog && git add CHANGELOG.md"
  139. },
  140. "sideEffects": false,
  141. "testling": {
  142. "files": "test/index.js"
  143. },
  144. "types": "./index.d.ts",
  145. "version": "1.1.1"
  146. }