仲裁视频会议H5

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "has-proto@1.0.1",
  5. "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
  6. ]
  7. ],
  8. "_from": "has-proto@1.0.1",
  9. "_id": "has-proto@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  12. "_location": "/has-proto",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-proto@1.0.1",
  18. "name": "has-proto",
  19. "escapedName": "has-proto",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/get-intrinsic"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz",
  28. "_spec": "1.0.1",
  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/has-proto/issues"
  44. },
  45. "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.0.0",
  48. "aud": "^2.0.2",
  49. "auto-changelog": "^2.4.0",
  50. "eslint": "=8.8.0",
  51. "in-publish": "^2.0.1",
  52. "npmignore": "^0.3.0",
  53. "safe-publish-latest": "^2.0.0",
  54. "tape": "^5.6.1"
  55. },
  56. "engines": {
  57. "node": ">= 0.4"
  58. },
  59. "exports": {
  60. ".": "./index.js",
  61. "./package.json": "./package.json"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/has-proto#readme",
  67. "keywords": [
  68. "prototype",
  69. "proto",
  70. "set",
  71. "get",
  72. "__proto__",
  73. "getPrototypeOf",
  74. "setPrototypeOf",
  75. "has"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "has-proto",
  80. "publishConfig": {
  81. "ignore": [
  82. ".github/workflows"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/inspect-js/has-proto.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prepack": "npmignore --auto --commentLines=autogenerated",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only",
  98. "tests-only": "tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "testling": {
  102. "files": "test/index.js"
  103. },
  104. "version": "1.0.1"
  105. }