package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "_from": "array-includes@^3.0.3",
  3. "_id": "array-includes@3.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==",
  6. "_location": "/array-includes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-includes@^3.0.3",
  12. "name": "array-includes",
  13. "escapedName": "array-includes",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/webpack-dev-server"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/array-includes/-/array-includes-3.1.8.tgz",
  22. "_shasum": "5e370cbe172fdd5dd6530c1d4aadda25281ba97d",
  23. "_spec": "array-includes@^3.0.3",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\webpack-dev-server",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true,
  37. "startingVersion": "3.1.6"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/es-shims/array-includes/issues"
  41. },
  42. "bundleDependencies": false,
  43. "contributors": [
  44. {
  45. "name": "Jordan Harband",
  46. "email": "ljharb@gmail.com",
  47. "url": "http://ljharb.codes"
  48. }
  49. ],
  50. "dependencies": {
  51. "call-bind": "^1.0.7",
  52. "define-properties": "^1.2.1",
  53. "es-abstract": "^1.23.2",
  54. "es-object-atoms": "^1.0.0",
  55. "get-intrinsic": "^1.2.4",
  56. "is-string": "^1.0.7"
  57. },
  58. "deprecated": false,
  59. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  60. "devDependencies": {
  61. "@es-shims/api": "^2.4.2",
  62. "@ljharb/eslint-config": "^21.1.0",
  63. "aud": "^2.0.4",
  64. "auto-changelog": "^2.4.0",
  65. "eslint": "=8.8.0",
  66. "evalmd": "^0.0.19",
  67. "functions-have-names": "^1.2.3",
  68. "has-strict-mode": "^1.0.1",
  69. "in-publish": "^2.0.1",
  70. "indexof": "^0.0.1",
  71. "npmignore": "^0.3.1",
  72. "nyc": "^10.3.2",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.7.5"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "funding": {
  80. "url": "https://github.com/sponsors/ljharb"
  81. },
  82. "homepage": "https://github.com/es-shims/array-includes#readme",
  83. "keywords": [
  84. "Array.prototype.includes",
  85. "includes",
  86. "array",
  87. "ES7",
  88. "shim",
  89. "polyfill",
  90. "contains",
  91. "Array.prototype.contains",
  92. "es-shim API"
  93. ],
  94. "license": "MIT",
  95. "main": "index.js",
  96. "name": "array-includes",
  97. "publishConfig": {
  98. "ignore": [
  99. ".github/workflows"
  100. ]
  101. },
  102. "repository": {
  103. "type": "git",
  104. "url": "git://github.com/es-shims/array-includes.git"
  105. },
  106. "scripts": {
  107. "lint": "eslint --ext=js,mjs .",
  108. "postlint": "es-shim-api --bound",
  109. "posttest": "aud --production",
  110. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  111. "prelint": "evalmd README.md",
  112. "prepack": "npmignore --auto --commentLines=autogenerated",
  113. "prepublish": "not-in-publish || npm run prepublishOnly",
  114. "prepublishOnly": "safe-publish-latest",
  115. "pretest": "npm run --silent lint",
  116. "test": "npm run --silent tests-only",
  117. "tests-only": "nyc tape 'test/**/*.js'",
  118. "version": "auto-changelog && git add CHANGELOG.md"
  119. },
  120. "testling": {
  121. "files": [
  122. "test/index.js",
  123. "test/implementation.js",
  124. "test/shimmed.js"
  125. ],
  126. "browsers": [
  127. "iexplore/6.0..latest",
  128. "firefox/3.0..6.0",
  129. "firefox/15.0..latest",
  130. "firefox/nightly",
  131. "chrome/4.0..10.0",
  132. "chrome/20.0..latest",
  133. "chrome/canary",
  134. "opera/10.0..latest",
  135. "opera/next",
  136. "safari/4.0..latest",
  137. "ipad/6.0..latest",
  138. "iphone/6.0..latest",
  139. "android-browser/4.2"
  140. ]
  141. },
  142. "version": "3.1.8"
  143. }