仲裁视频会议H5

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "define-properties@1.2.1",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "define-properties@1.2.1",
  9. "_id": "define-properties@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==",
  12. "_location": "/define-properties",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "define-properties@1.2.1",
  18. "name": "define-properties",
  19. "escapedName": "define-properties",
  20. "rawSpec": "1.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.1"
  23. },
  24. "_requiredBy": [
  25. "/object-is",
  26. "/object.assign",
  27. "/regexp.prototype.flags"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
  30. "_spec": "1.2.1",
  31. "_where": "D:\\韩超勃\\视频会议\\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. "startingVersion": "1.1.5"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/define-properties/issues"
  47. },
  48. "dependencies": {
  49. "define-data-property": "^1.0.1",
  50. "has-property-descriptors": "^1.0.0",
  51. "object-keys": "^1.1.1"
  52. },
  53. "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^21.1.0",
  56. "aud": "^2.0.3",
  57. "auto-changelog": "^2.4.0",
  58. "eslint": "=8.8.0",
  59. "in-publish": "^2.0.1",
  60. "npmignore": "^0.3.0",
  61. "nyc": "^10.3.2",
  62. "safe-publish-latest": "^2.0.0",
  63. "tape": "^5.6.6"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/ljharb/define-properties#readme",
  72. "keywords": [
  73. "Object.defineProperty",
  74. "Object.defineProperties",
  75. "object",
  76. "property descriptor",
  77. "descriptor",
  78. "define",
  79. "ES5"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "define-properties",
  84. "publishConfig": {
  85. "ignore": [
  86. ".github/workflows",
  87. "test/"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/ljharb/define-properties.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint --ext=js,mjs .",
  96. "posttest": "aud --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  98. "prepack": "npmignore --auto --commentLines=autogenerated",
  99. "prepublish": "not-in-publish || npm run prepublishOnly",
  100. "prepublishOnly": "safe-publish-latest",
  101. "pretest": "npm run lint",
  102. "test": "npm run tests-only",
  103. "tests-only": "nyc tape 'test/**/*.js'",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "testling": {
  107. "files": "test/index.js",
  108. "browsers": [
  109. "iexplore/6.0..latest",
  110. "firefox/3.0..6.0",
  111. "firefox/15.0..latest",
  112. "firefox/nightly",
  113. "chrome/4.0..10.0",
  114. "chrome/20.0..latest",
  115. "chrome/canary",
  116. "opera/10.0..latest",
  117. "opera/next",
  118. "safari/4.0..latest",
  119. "ipad/6.0..latest",
  120. "iphone/6.0..latest",
  121. "android-browser/4.2"
  122. ]
  123. },
  124. "version": "1.2.1"
  125. }