{
  "_from": "string.prototype.includes@^2.0.1",
  "_id": "string.prototype.includes@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-o7+c9bW6zpAdJHTtujeePODAhkuicdAryFsfVKwA+wGw89wJ4GTY484WTucM9hLtDEOpOvI+aHnzqnC5lHp4Rg==",
  "_location": "/string.prototype.includes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string.prototype.includes@^2.0.1",
    "name": "string.prototype.includes",
    "escapedName": "string.prototype.includes",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/eslint-plugin-jsx-a11y"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.1.tgz",
  "_shasum": "eceef21283640761a81dbe16d6c7171a4edf7d92",
  "_spec": "string.prototype.includes@^2.0.1",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-plugin-jsx-a11y",
  "author": {
    "name": "Mathias Bynens",
    "url": "https://mathiasbynens.be/"
  },
  "bugs": {
    "url": "https://github.com/mathiasbynens/String.prototype.includes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "call-bind": "^1.0.7",
    "define-properties": "^1.2.1",
    "es-abstract": "^1.23.3"
  },
  "deprecated": false,
  "description": "A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.",
  "devDependencies": {
    "@es-shims/api": "^2.5.1",
    "@ljharb/eslint-config": "^21.1.1",
    "eslint": "=8.8.0",
    "functions-have-names": "^1.2.3",
    "istanbul": "^0.4.5",
    "mock-property": "^1.1.0",
    "tape": "^5.9.0"
  },
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    ".": "./index.js",
    "./auto": "./auto.js",
    "./polyfill": "./polyfill.js",
    "./implementation": "./implementation.js",
    "./shim": "./shim.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://mths.be/includes",
  "keywords": [
    "string",
    "includes",
    "es6",
    "ecmascript",
    "polyfill"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "string.prototype.includes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mathiasbynens/String.prototype.includes.git"
  },
  "scripts": {
    "cover": "istanbul cover --report html --verbose --dir coverage tape 'tests/*.js'",
    "lint": "eslint --ext=js,mjs .",
    "postlint": "es-shim-api --bound",
    "posttest": "npx npm@'>=10.2' audit --production",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "tape 'tests/*.js'"
  },
  "version": "2.0.1"
}
