{
  "_from": "array-find@^1.0.0",
  "_id": "array-find@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-kO/vVCacW9mnpn3WPWbTVlEnOabK2L7LWi2HViURtCM46y1zb6I8UMjx4LgbiqadTgHnLInUronwn3ampNTJtQ==",
  "_location": "/array-find",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array-find@^1.0.0",
    "name": "array-find",
    "escapedName": "array-find",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/eslint-import-resolver-webpack"
  ],
  "_resolved": "https://registry.npmjs.org/array-find/-/array-find-1.0.0.tgz",
  "_shasum": "6c8e286d11ed768327f8e62ecee87353ca3e78b8",
  "_spec": "array-find@^1.0.0",
  "_where": "/var/www/html/dev.odorata.com.br/node_modules/eslint-import-resolver-webpack",
  "author": {
    "name": "Stefan Duberg",
    "email": "stefanduberg@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stefanduberg/array-find/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.",
  "devDependencies": {
    "tape": "^4.0.0"
  },
  "homepage": "https://github.com/stefanduberg/array-find",
  "keywords": [
    "array",
    "find",
    "ponyfill",
    "polyfill",
    "es6",
    "es2015",
    "es 2015"
  ],
  "license": "MIT",
  "main": "find.js",
  "name": "array-find",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stefanduberg/array-find.git"
  },
  "scripts": {
    "test": "tape ./test.js"
  },
  "version": "1.0.0"
}
