package.json 3.3 KB

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