仲裁视频会议H5

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "set-function-name@2.0.1",
  5. "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "set-function-name@2.0.1",
  9. "_id": "set-function-name@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==",
  12. "_location": "/set-function-name",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "set-function-name@2.0.1",
  18. "name": "set-function-name",
  19. "escapedName": "set-function-name",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/regexp.prototype.flags"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "D:\\韩超勃\\视频会议\\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-name/issues"
  44. },
  45. "dependencies": {
  46. "define-data-property": "^1.0.1",
  47. "functions-have-names": "^1.2.3",
  48. "has-property-descriptors": "^1.0.0"
  49. },
  50. "description": "Set a function's name property",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^21.1.0",
  53. "aud": "^2.0.3",
  54. "auto-changelog": "^2.4.0",
  55. "es-value-fixtures": "^1.4.2",
  56. "eslint": "=8.8.0",
  57. "evalmd": "^0.0.19",
  58. "for-each": "^0.3.3",
  59. "function.prototype.name": "^1.1.6",
  60. "in-publish": "^2.0.1",
  61. "make-arrow-function": "^1.2.0",
  62. "make-async-function": "^1.0.0",
  63. "make-async-generator-function": "^1.0.0",
  64. "make-generator-function": "^2.0.0",
  65. "npmignore": "^0.3.0",
  66. "object-inspect": "^1.12.3",
  67. "safe-publish-latest": "^2.0.0",
  68. "tape": "^5.6.6"
  69. },
  70. "directories": {
  71. "test": "test"
  72. },
  73. "engines": {
  74. "node": ">= 0.4"
  75. },
  76. "homepage": "https://github.com/ljharb/set-function-name#readme",
  77. "keywords": [
  78. "set",
  79. "assign",
  80. "function",
  81. "name",
  82. "function.name"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "set-function-name",
  87. "publishConfig": {
  88. "ignore": [
  89. ".github/workflows",
  90. "test"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ljharb/set-function-name.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint --ext=js,mjs .",
  99. "postlint": "evalmd README.md",
  100. "posttest": "aud --production",
  101. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  102. "prepack": "npmignore --auto --commentLines=autogenerated",
  103. "prepublish": "not-in-publish || npm run prepublishOnly",
  104. "prepublishOnly": "safe-publish-latest",
  105. "pretest": "npm run lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "tape 'test/**/*.js'",
  108. "version": "auto-changelog && git add CHANGELOG.md"
  109. },
  110. "version": "2.0.1"
  111. }