motion
Version:
motion - moving development forward
80 lines (79 loc) • 4.11 kB
JSON
{
"_args": [
[
"lodash@https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "lodash@4.0.0",
"_id": "lodash@4.0.0",
"_inCache": true,
"_location": "/lodash",
"_phantomChildren": {},
"_requested": {
"name": "lodash",
"raw": "lodash@https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz",
"rawSpec": "https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz",
"type": "remote"
},
"_requiredBy": [
"/",
"/argparse"
],
"_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz",
"_shasum": "9ac43844c595e28d30108b7ba583703395922dfc",
"_shrinkwrap": null,
"_spec": "lodash@https://registry.npmjs.org/lodash/-/lodash-4.0.0.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "john.david.dalton@gmail.com",
"name": "John-David Dalton",
"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": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com",
"url": "https://github.com/phated"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"url": "https://mathiasbynens.be/"
}
],
"dependencies": {},
"description": "Lodash modular utilities.",
"devDependencies": {},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
"modules",
"stdlib",
"util"
],
"license": "MIT",
"main": "index.js",
"name": "lodash",
"optionalDependencies": {},
"readme": "# lodash v4.0.0\n\nThe [lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.\n\nGenerated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):\n```bash\n$ lodash modularize exports=node -o ./\n$ lodash -d -o ./lodash.js\n```\n\n## Installation\n\nUsing npm:\n\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash\n```\n\nIn Node.js:\n\n```js\n// load the modern build\nvar _ = require('lodash');\n// or a method category\nvar array = require('lodash/array');\n// or a method (great for smaller builds with browserify/webpack)\nvar chunk = require('lodash/chunk');\n```\n\nSee the [package source](https://github.com/lodash/lodash/tree/4.0.0-npm) for more details.\n\n**Note:**<br>\nDon’t assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features) `_` when in the REPL.<br>\nInstall [n_](https://www.npmjs.com/package/n_) for a REPL that includes lodash by default.\n\n## Module formats\n\nlodash is also available in a variety of other builds & module formats.\n\n * [lodash](https://www.npmjs.com/package/lodash) & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) packages\n * [lodash-amd](https://www.npmjs.com/package/lodash-amd)\n * [lodash-es](https://www.npmjs.com/package/lodash-es)\n\n## Further Reading\n\n * [API Documentation](https://lodash.com/docs)\n * [Build Differences](https://github.com/lodash/lodash/wiki/Build-Differences)\n * [Changelog](https://github.com/lodash/lodash/wiki/Changelog)\n * [Roadmap](https://github.com/lodash/lodash/wiki/Roadmap)\n * [More Resources](https://github.com/lodash/lodash/wiki/Resources)\n\n## Support\n\nTested in Chrome 46-47, Firefox 42-43, IE 9-11, Edge 13, Safari 8-9, Node.js 0.10.x, 0.12.x, 4.x, & 5.x, & PhantomJS 1.9.8.\nAutomated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available. Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/lodash/lodash.git"
},
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
"version": "4.0.0"
}