仲裁视频会议H5

package.json 2.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "functions-have-names@1.2.3",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "functions-have-names@1.2.3",
  9. "_id": "functions-have-names@1.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==",
  12. "_location": "/functions-have-names",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "functions-have-names@1.2.3",
  18. "name": "functions-have-names",
  19. "escapedName": "functions-have-names",
  20. "rawSpec": "1.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.3"
  23. },
  24. "_requiredBy": [
  25. "/set-function-name"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/functions-have-names/-/functions-have-names-1.2.3.tgz",
  28. "_spec": "1.2.3",
  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/inspect-js/functions-have-names/issues"
  44. },
  45. "description": "Does this JS environment support the `name` property on functions?",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.0.0",
  48. "aud": "^2.0.0",
  49. "auto-changelog": "^2.4.0",
  50. "eslint": "=8.8.0",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^2.0.0",
  53. "tape": "^5.5.3"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/ljharb"
  57. },
  58. "homepage": "https://github.com/inspect-js/functions-have-names#readme",
  59. "keywords": [
  60. "function",
  61. "name",
  62. "es5",
  63. "names",
  64. "functions",
  65. "ie"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "functions-have-names",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/inspect-js/functions-have-names.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint --ext=js,mjs .",
  76. "posttest": "aud --production",
  77. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  78. "prepublish": "not-in-publish || npm run prepublishOnly",
  79. "prepublishOnly": "safe-publish-latest",
  80. "pretest": "npm run lint",
  81. "test": "npm run tests-only",
  82. "tests-only": "nyc tape 'test/**/*.js'",
  83. "version": "auto-changelog && git add CHANGELOG.md"
  84. },
  85. "version": "1.2.3"
  86. }