{
  "_args": [
    [
      "airbnb-js-shims@2.2.1",
      "C:\\LoginLib\\react-pwr-master\\LoginLibTest"
    ]
  ],
  "_development": true,
  "_from": "airbnb-js-shims@2.2.1",
  "_id": "airbnb-js-shims@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==",
  "_location": "/airbnb-js-shims",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "airbnb-js-shims@2.2.1",
    "name": "airbnb-js-shims",
    "escapedName": "airbnb-js-shims",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/@storybook/core"
  ],
  "_resolved": "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "C:\\LoginLib\\react-pwr-master\\LoginLibTest",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/airbnb/js-shims/issues"
  },
  "dependencies": {
    "array-includes": "^3.0.3",
    "array.prototype.flat": "^1.2.1",
    "array.prototype.flatmap": "^1.2.1",
    "es5-shim": "^4.5.13",
    "es6-shim": "^0.35.5",
    "function.prototype.name": "^1.1.0",
    "globalthis": "^1.0.0",
    "object.entries": "^1.1.0",
    "object.fromentries": "^2.0.0 || ^1.0.0",
    "object.getownpropertydescriptors": "^2.0.3",
    "object.values": "^1.1.0",
    "promise.allsettled": "^1.0.0",
    "promise.prototype.finally": "^3.1.0",
    "string.prototype.matchall": "^4.0.0 || ^3.0.1",
    "string.prototype.padend": "^3.0.0",
    "string.prototype.padstart": "^3.0.0",
    "symbol.prototype.description": "^1.0.0"
  },
  "description": "JS language shims used by Airbnb.",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "safe-publish-latest": "^1.1.2",
    "tape": "^4.10.1"
  },
  "homepage": "https://github.com/airbnb/js-shims#readme",
  "keywords": [
    "shims",
    "polyfills"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "airbnb-js-shims",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/airbnb/js-shims.git"
  },
  "scripts": {
    "audit": "npm audit",
    "lint": "eslint .",
    "postaudit": "rm package-lock.json",
    "posttest": "npm run audit",
    "preaudit": "npm install --package-lock --package-lock-only",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "node test"
  },
  "version": "2.2.1"
}
