package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_from": "array-includes@^3.1.4",
  3. "_id": "array-includes@3.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==",
  6. "_location": "/array-includes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-includes@^3.1.4",
  12. "name": "array-includes",
  13. "escapedName": "array-includes",
  14. "rawSpec": "^3.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.4"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-import"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz",
  22. "_shasum": "f5b493162c760f3539631f005ba2bb46acb45ba9",
  23. "_spec": "array-includes@^3.1.4",
  24. "_where": "H:\\gs_nuxt\\node_modules\\eslint-plugin-import",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/es-shims/array-includes/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. }
  40. ],
  41. "dependencies": {
  42. "call-bind": "^1.0.2",
  43. "define-properties": "^1.1.3",
  44. "es-abstract": "^1.19.1",
  45. "get-intrinsic": "^1.1.1",
  46. "is-string": "^1.0.7"
  47. },
  48. "deprecated": false,
  49. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  50. "devDependencies": {
  51. "@es-shims/api": "^2.2.2",
  52. "@ljharb/eslint-config": "^18.0.0",
  53. "aud": "^1.1.5",
  54. "eslint": "^7.32.0",
  55. "evalmd": "^0.0.19",
  56. "foreach": "^2.0.5",
  57. "function-bind": "^1.1.1",
  58. "functions-have-names": "^1.2.2",
  59. "has-strict-mode": "^1.0.1",
  60. "indexof": "^0.0.1",
  61. "nyc": "^10.3.2",
  62. "safe-publish-latest": "^1.1.4",
  63. "tape": "^5.3.1"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/es-shims/array-includes#readme",
  72. "keywords": [
  73. "Array.prototype.includes",
  74. "includes",
  75. "array",
  76. "ES7",
  77. "shim",
  78. "polyfill",
  79. "contains",
  80. "Array.prototype.contains",
  81. "es-shim API"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "array-includes",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/es-shims/array-includes.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "postlint": "es-shim-api --bound",
  93. "posttest": "npx aud --production",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run --silent lint && evalmd README.md",
  97. "test": "npm run --silent tests-only",
  98. "tests-only": "nyc tape 'test/**/*.js'"
  99. },
  100. "testling": {
  101. "files": [
  102. "test/index.js",
  103. "test/implementation.js",
  104. "test/shimmed.js"
  105. ],
  106. "browsers": [
  107. "iexplore/6.0..latest",
  108. "firefox/3.0..6.0",
  109. "firefox/15.0..latest",
  110. "firefox/nightly",
  111. "chrome/4.0..10.0",
  112. "chrome/20.0..latest",
  113. "chrome/canary",
  114. "opera/10.0..latest",
  115. "opera/next",
  116. "safari/4.0..latest",
  117. "ipad/6.0..latest",
  118. "iphone/6.0..latest",
  119. "android-browser/4.2"
  120. ]
  121. },
  122. "version": "3.1.4"
  123. }