{
  "_from": "string.prototype.includes@^2.0.0",
  "_id": "string.prototype.includes@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==",
  "_location": "/string.prototype.includes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "string.prototype.includes@^2.0.0",
    "name": "string.prototype.includes",
    "escapedName": "string.prototype.includes",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/eslint-plugin-jsx-a11y"
  ],
  "_resolved": "https://registry.npmjs.org/string.prototype.includes/-/string.prototype.includes-2.0.0.tgz",
  "_shasum": "8986d57aee66d5460c144620a6d873778ad7289f",
  "_spec": "string.prototype.includes@^2.0.0",
  "_where": "/var/www/html/frontend-new/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": {
    "define-properties": "^1.1.3",
    "es-abstract": "^1.17.5"
  },
  "deprecated": false,
  "description": "A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "function-bind": "^1.1.1",
    "functions-have-names": "^1.2.1",
    "istanbul": "^0.4.5",
    "tape": "^5.0.0"
  },
  "exports": {
    ".": "./index.js",
    "./auto": "./auto.js",
    "./shim": "./shim.js",
    "./getPolyfill": "./getPolyfill.js",
    "./implementation": "./implementation.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'",
    "pretest": "es-shim-api --bound",
    "test": "npm run tests-only",
    "tests-only": "tape 'tests/*.js'"
  },
  "version": "2.0.0"
}
