仲裁视频会议H5

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "function-bind@1.1.2",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "function-bind@1.1.2",
  9. "_id": "function-bind@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
  12. "_location": "/function-bind",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "function-bind@1.1.2",
  18. "name": "function-bind",
  19. "escapedName": "function-bind",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/call-bind",
  26. "/get-intrinsic",
  27. "/hasown"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
  30. "_spec": "1.1.2",
  31. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  32. "author": {
  33. "name": "Raynos",
  34. "email": "raynos2@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/Raynos/function-bind/issues",
  46. "email": "raynos2@gmail.com"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Raynos"
  51. },
  52. {
  53. "name": "Jordan Harband",
  54. "url": "https://github.com/ljharb"
  55. }
  56. ],
  57. "description": "Implementation of Function.prototype.bind",
  58. "devDependencies": {
  59. "@ljharb/eslint-config": "^21.1.0",
  60. "aud": "^2.0.3",
  61. "auto-changelog": "^2.4.0",
  62. "eslint": "=8.8.0",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.0",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.7.1"
  68. },
  69. "funding": {
  70. "url": "https://github.com/sponsors/ljharb"
  71. },
  72. "homepage": "https://github.com/Raynos/function-bind",
  73. "keywords": [
  74. "function",
  75. "bind",
  76. "shim",
  77. "es5"
  78. ],
  79. "license": "MIT",
  80. "main": "index",
  81. "name": "function-bind",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github/workflows"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/Raynos/function-bind.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint --ext=js,mjs .",
  93. "posttest": "aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  95. "prepack": "npmignore --auto --commentLines=autogenerated",
  96. "prepublish": "not-in-publish || npm run prepublishOnly",
  97. "prepublishOnly": "safe-publish-latest",
  98. "pretest": "npm run lint",
  99. "test": "npm run tests-only",
  100. "tests-only": "nyc tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "testling": {
  104. "files": "test/index.js",
  105. "browsers": [
  106. "ie/8..latest",
  107. "firefox/16..latest",
  108. "firefox/nightly",
  109. "chrome/22..latest",
  110. "chrome/canary",
  111. "opera/12..latest",
  112. "opera/next",
  113. "safari/5.1..latest",
  114. "ipad/6.0..latest",
  115. "iphone/6.0..latest",
  116. "android-browser/4.2..latest"
  117. ]
  118. },
  119. "version": "1.1.2"
  120. }