{
  "_from": "array.prototype.find@^2.1.1",
  "_id": "array.prototype.find@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA==",
  "_location": "/array.prototype.find",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array.prototype.find@^2.1.1",
    "name": "array.prototype.find",
    "escapedName": "array.prototype.find",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/airbnb-prop-types"
  ],
  "_resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.1.1.tgz",
  "_shasum": "3baca26108ca7affb08db06bf0be6cb3115a969c",
  "_spec": "array.prototype.find@^2.1.1",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\airbnb-prop-types",
  "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.3",
    "es-abstract": "^1.17.4"
  },
  "deprecated": false,
  "description": "Array.prototype.find ES6 polyfill.",
  "devDependencies": {
    "@es-shims/api": "^2.1.2",
    "@ljharb/eslint-config": "^16.0.0",
    "chai": "^3.5.0",
    "eslint": "^6.8.0",
    "mocha": "^3.5.3",
    "safe-publish-latest": "^1.1.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "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 .",
    "posttest": "npx aud --production",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "es-shim-api --bound && mocha tests/*.js"
  },
  "version": "2.1.1"
}
