仲裁视频会议H5

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "hasown@2.0.0",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "hasown@2.0.0",
  9. "_id": "hasown@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
  12. "_location": "/hasown",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hasown@2.0.0",
  18. "name": "hasown",
  19. "escapedName": "hasown",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/get-intrinsic",
  26. "/is-core-module"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/hasOwn/issues"
  45. },
  46. "dependencies": {
  47. "function-bind": "^1.1.2"
  48. },
  49. "description": "A robust, ES3 compatible, \"has own property\" predicate.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.1.0",
  52. "@types/function-bind": "^1.1.9",
  53. "@types/mock-property": "^1.0.1",
  54. "@types/tape": "^5.6.3",
  55. "aud": "^2.0.3",
  56. "auto-changelog": "^2.4.0",
  57. "eslint": "=8.8.0",
  58. "evalmd": "^0.0.19",
  59. "in-publish": "^2.0.1",
  60. "mock-property": "^1.0.2",
  61. "npmignore": "^0.3.0",
  62. "nyc": "^10.3.2",
  63. "safe-publish-latest": "^2.0.0",
  64. "tape": "^5.7.1",
  65. "typescript": "^5.3.0-dev.20231019"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "exports": {
  71. ".": "./index.js",
  72. "./package.json": "./package.json"
  73. },
  74. "homepage": "https://github.com/inspect-js/hasOwn#readme",
  75. "keywords": [
  76. "has",
  77. "hasOwnProperty",
  78. "hasOwn",
  79. "has-own",
  80. "own",
  81. "has",
  82. "property",
  83. "in",
  84. "javascript",
  85. "ecmascript"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "hasown",
  90. "publishConfig": {
  91. "ignore": [
  92. ".github/workflows",
  93. "test",
  94. "!*.d.ts",
  95. "!*.d.ts.map"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/inspect-js/hasOwn.git"
  101. },
  102. "scripts": {
  103. "emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly",
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "npm run tsc",
  106. "posttest": "aud --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  108. "preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
  109. "prelint": "evalmd README.md",
  110. "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
  111. "prepublish": "not-in-publish || npm run prepublishOnly",
  112. "prepublishOnly": "safe-publish-latest",
  113. "pretest": "npm run lint",
  114. "test": "npm run tests-only",
  115. "tests-only": "nyc tape 'test/**/*.js'",
  116. "tsc": "tsc -p .",
  117. "version": "auto-changelog && git add CHANGELOG.md"
  118. },
  119. "testling": {
  120. "files": "test/index.js"
  121. },
  122. "version": "2.0.0"
  123. }