仲裁视频会议H5

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "set-function-length@1.1.1",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "set-function-length@1.1.1",
  9. "_id": "set-function-length@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==",
  12. "_location": "/set-function-length",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "set-function-length@1.1.1",
  18. "name": "set-function-length",
  19. "escapedName": "set-function-length",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/call-bind"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false,
  40. "hideCredit": true
  41. },
  42. "bugs": {
  43. "url": "https://github.com/ljharb/set-function-length/issues"
  44. },
  45. "dependencies": {
  46. "define-data-property": "^1.1.1",
  47. "get-intrinsic": "^1.2.1",
  48. "gopd": "^1.0.1",
  49. "has-property-descriptors": "^1.0.0"
  50. },
  51. "description": "Set a function's length property",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.1.0",
  54. "aud": "^2.0.3",
  55. "auto-changelog": "^2.4.0",
  56. "call-bind": "^1.0.4",
  57. "es-value-fixtures": "^1.4.2",
  58. "eslint": "=8.8.0",
  59. "evalmd": "^0.0.19",
  60. "for-each": "^0.3.3",
  61. "in-publish": "^2.0.1",
  62. "npmignore": "^0.3.0",
  63. "nyc": "^10.3.2",
  64. "object-inspect": "^1.13.1",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.7.1"
  67. },
  68. "directories": {
  69. "test": "test"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "exports": {
  75. ".": "./index.js",
  76. "./env": "./env.js",
  77. "./package.json": "./package.json"
  78. },
  79. "homepage": "https://github.com/ljharb/set-function-length#readme",
  80. "keywords": [
  81. "javascript",
  82. "ecmascript",
  83. "set",
  84. "function",
  85. "length",
  86. "function.length"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "set-function-length",
  91. "publishConfig": {
  92. "ignore": [
  93. ".github/workflows",
  94. "test"
  95. ]
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/ljharb/set-function-length.git"
  100. },
  101. "scripts": {
  102. "lint": "eslint --ext=js,mjs .",
  103. "posttest": "aud --production",
  104. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  105. "prelint": "evalmd README.md",
  106. "prepack": "npmignore --auto --commentLines=autogenerated",
  107. "prepublish": "not-in-publish || npm run prepublishOnly",
  108. "prepublishOnly": "safe-publish-latest",
  109. "pretest": "npm run lint",
  110. "test": "npm run tests-only",
  111. "tests-only": "nyc tape 'test/**/*.js'",
  112. "version": "auto-changelog && git add CHANGELOG.md"
  113. },
  114. "version": "1.1.1"
  115. }