{ "_args": [ [ { "raw": "lodash@^4.17.4", "scope": null, "escapedName": "lodash", "name": "lodash", "rawSpec": "^4.17.4", "spec": ">=4.17.4 <5.0.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native-scripts" ] ], "_from": "lodash@>=4.17.4 <5.0.0", "_id": "lodash@4.17.5", "_inCache": true, "_location": "/lodash", "_nodeVersion": "9.3.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/lodash-4.17.5.tgz_1517704479112_0.7115055937319994" }, "_npmUser": { "name": "jdalton", "email": "john.david.dalton@gmail.com" }, "_npmVersion": "5.6.0", "_phantomChildren": {}, "_requested": { "raw": "lodash@^4.17.4", "scope": null, "escapedName": "lodash", "name": "lodash", "rawSpec": "^4.17.4", "spec": ">=4.17.4 <5.0.0", "type": "range" }, "_requiredBy": [ "/@expo/json-file", "/@expo/schemer", "/analytics-node", "/inquirer", "/react-native-scripts", "/react-redux", "/redux", "/request-promise-core", "/xdl" ], "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", "_shasum": "99a92d65c0272debe8c96b6057bc8fbfa3bed511", "_shrinkwrap": null, "_spec": "lodash@^4.17.4", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native-scripts", "author": { "name": "John-David Dalton", "email": "john.david.dalton@gmail.com", "url": "http://allyoucanleet.com/" }, "bugs": { "url": "https://github.com/lodash/lodash/issues" }, "contributors": [ { "name": "John-David Dalton", "email": "john.david.dalton@gmail.com", "url": "http://allyoucanleet.com/" }, { "name": "Mathias Bynens", "email": "mathias@qiwi.be", "url": "https://mathiasbynens.be/" } ], "dependencies": {}, "description": "Lodash modular utilities.", "devDependencies": {}, "directories": {}, "dist": { "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==", "shasum": "99a92d65c0272debe8c96b6057bc8fbfa3bed511", "tarball": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz" }, "homepage": "https://lodash.com/", "icon": "https://lodash.com/icon.svg", "keywords": [ "modules", "stdlib", "util" ], "license": "MIT", "main": "lodash.js", "maintainers": [ { "name": "mathias", "email": "mathias@qiwi.be" }, { "name": "jdalton", "email": "john.david.dalton@gmail.com" } ], "name": "lodash", "optionalDependencies": {}, "readme": "# lodash v4.17.5\n\nThe [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.\n\n## Installation\n\nUsing npm:\n```shell\n$ npm i -g npm\n$ npm i --save lodash\n```\n\nIn Node.js:\n```js\n// Load the full build.\nvar _ = require('lodash');\n// Load the core build.\nvar _ = require('lodash/core');\n// Load the FP build for immutable auto-curried iteratee-first data-last methods.\nvar fp = require('lodash/fp');\n\n// Load method categories.\nvar array = require('lodash/array');\nvar object = require('lodash/fp/object');\n\n// Cherry-pick methods for smaller browserify/rollup/webpack bundles.\nvar at = require('lodash/at');\nvar curryN = require('lodash/fp/curryN');\n```\n\nSee the [package source](https://github.com/lodash/lodash/tree/4.17.5-npm) for more details.\n\n**Note:**
\nInstall [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.\n\n## Support\n\nTested in Chrome 63-64, Firefox 57-58, IE 11, Edge 14, Safari 10-11, Node.js 4-9, & PhantomJS 2.1.1.
\nAutomated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available.\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/lodash/lodash.git" }, "scripts": { "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" }, "version": "4.17.5" }