仲裁视频会议H5

package.json 3.2KB

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