{
  "_from": "array.prototype.find@^2.0.1",
  "_id": "array.prototype.find@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-VWpcU2LAhkgyPdrrnenRS8GGTJA=",
  "_location": "/array.prototype.find",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array.prototype.find@^2.0.1",
    "name": "array.prototype.find",
    "escapedName": "array.prototype.find",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.0.4.tgz",
  "_shasum": "556a5c5362c08648323ddaeb9de9d14bc1864c90",
  "_spec": "array.prototype.find@^2.0.1",
  "_where": "/Users/jandvorak/Development/feedbot/packages/redux-scuttlebutt/node_modules/eslint-plugin-react",
  "author": {
    "name": "Paul Miller",
    "email": "http://paulmillr.com"
  },
  "bugs": {
    "url": "https://github.com/paulmillr/Array.prototype.find/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Duncan Hall",
      "email": "himself@duncanhall.net"
    }
  ],
  "dependencies": {
    "define-properties": "^1.1.2",
    "es-abstract": "^1.7.0"
  },
  "deprecated": false,
  "description": "Array.prototype.find ES6 polyfill.",
  "devDependencies": {
    "@es-shims/api": "^1.2.0",
    "@ljharb/eslint-config": "^10.0.0",
    "chai": "^3.5.0",
    "eslint": "^3.14.0",
    "mocha": "^3.2.0"
  },
  "homepage": "https://github.com/paulmillr/Array.prototype.find#readme",
  "keywords": [
    "Array.prototype.find",
    "find",
    "es6",
    "ecmascript 6",
    "polyfill"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "array.prototype.find",
  "repository": {
    "type": "git",
    "url": "git://github.com/paulmillr/Array.prototype.find.git"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "es-shim-api --bound && mocha tests/*.js"
  },
  "version": "2.0.4"
}
