cordova-android/node_modules/lodash/package.json

131 lines
13 KiB
JSON
Raw Normal View History

{
"_args": [
[
2016-07-23 03:24:27 +08:00
{
"raw": "lodash@^3.5.0",
"scope": null,
"escapedName": "lodash",
"name": "lodash",
"rawSpec": "^3.5.0",
"spec": ">=3.5.0 <4.0.0",
"type": "range"
},
"/Users/steveng/repo/cordova/cordova-android/node_modules/xmlbuilder"
]
],
"_from": "lodash@>=3.5.0 <4.0.0",
"_id": "lodash@3.10.1",
"_inCache": true,
"_location": "/lodash",
"_nodeVersion": "0.12.5",
"_npmUser": {
2016-07-23 03:24:27 +08:00
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
},
"_npmVersion": "2.13.1",
"_phantomChildren": {},
"_requested": {
"raw": "lodash@^3.5.0",
"scope": null,
2016-07-23 03:24:27 +08:00
"escapedName": "lodash",
"name": "lodash",
"rawSpec": "^3.5.0",
"spec": ">=3.5.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/xmlbuilder"
],
2016-07-23 03:24:27 +08:00
"_resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"_shasum": "5bf45e8e49ba4189e17d482789dfd15bd140b7b6",
"_shrinkwrap": null,
"_spec": "lodash@^3.5.0",
2016-07-23 03:24:27 +08:00
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/xmlbuilder",
"author": {
"name": "John-David Dalton",
2016-07-23 03:24:27 +08:00
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
"bugs": {
"url": "https://github.com/lodash/lodash/issues"
},
"contributors": [
{
2016-04-22 20:56:02 +08:00
"name": "John-David Dalton",
2016-07-23 03:24:27 +08:00
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
{
2016-04-22 20:56:02 +08:00
"name": "Benjamin Tan",
2016-07-23 03:24:27 +08:00
"email": "demoneaux@gmail.com",
"url": "https://d10.github.io/"
},
{
2016-04-22 20:56:02 +08:00
"name": "Blaine Bublitz",
2016-07-23 03:24:27 +08:00
"email": "blaine@iceddev.com",
"url": "http://www.iceddev.com/"
},
{
2016-04-22 20:56:02 +08:00
"name": "Kit Cambridge",
2016-07-23 03:24:27 +08:00
"email": "github@kitcambridge.be",
"url": "http://kitcambridge.be/"
},
{
2016-04-22 20:56:02 +08:00
"name": "Mathias Bynens",
2016-07-23 03:24:27 +08:00
"email": "mathias@qiwi.be",
"url": "https://mathiasbynens.be/"
}
],
"dependencies": {},
"description": "The modern build of lodash modular utilities.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "5bf45e8e49ba4189e17d482789dfd15bd140b7b6",
2016-04-22 20:56:02 +08:00
"tarball": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
"modules",
"stdlib",
"util"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
2016-07-23 03:24:27 +08:00
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
},
{
2016-07-23 03:24:27 +08:00
"name": "mathias",
"email": "mathias@qiwi.be"
},
{
2016-07-23 03:24:27 +08:00
"name": "phated",
"email": "blaine@iceddev.com"
},
{
2016-07-23 03:24:27 +08:00
"name": "kitcambridge",
"email": "github@kitcambridge.be"
},
{
2016-07-23 03:24:27 +08:00
"name": "d10",
"email": "demoneaux@gmail.com"
}
],
"name": "lodash",
"optionalDependencies": {},
2017-09-06 02:04:12 +08:00
"readme": "# lodash v3.10.1\n\nThe [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) exported as [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) modules.\n\nGenerated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):\n```bash\n$ lodash modularize modern exports=node -o ./\n$ lodash modern -d -o ./index.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/io.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/array/chunk');\n```\n\nSee the [package source](https://github.com/lodash/lodash/tree/3.10.1-npm) for more details.\n\n**Note:**<br>\nDont 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 * npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibility](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) builds\n * AMD modules for [modern](https://github.com/lodash/lodash/tree/3.10.1-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.10.1-amd) builds\n * ES modules for the [modern](https://github.com/lodash/lodash/tree/3.10.1-es) build\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## Features\n\n * ~100% [code coverage](https://coveralls.io/r/lodash)\n * Follows [semantic versioning](http://semver.org/) for releases\n * [Lazily evaluated](http://filimanjaro.com/blog/2014/introducing-lazy-evaluation/) chaining\n * [_(…)](https://lodash.com/docs#_) supports implicit chaining\n * [_.ary](https://lodash.com/docs#ary) & [_.rearg](https://lodash.com/docs#rearg) to change function argument limits & order\n * [_.at](https://lodash.com/docs#at) for cherry-picking collection values\n * [_.attempt](https://lodash.com/docs#attempt) to execute functions which may error without a try-catch\n * [_.before](https://lodash.com/docs#before) to complement [_.after](https://lodash.com/docs#after)\n * [_.bindKey](https://lodash.com/docs#bindKey) for binding [*“lazy”*](http://michaux.ca/articles/lazy-function-definition-pattern) defined methods\n * [_.chunk](https://lodash.com/docs#chunk) for splitting an array into chunks of a given size\n * [_.clone](https://lodash.com/docs#clone) supports shallow cloning of `Date` & `RegExp` objects\n * [_.cloneDeep](https://lodash.com/docs#cloneDeep) for deep cloning arrays & objects\n * [_.curry](https://lodash.com/docs#curry) & [_.curryRight](https://lodash.com/docs#curryRight) for creating [curried](http://hughfdjackson.com/javascript/why-curry-helps/) functions\n * [_.debounce](https://lodash.com/docs#debounce) & [_.throttle](https://lodash.com/docs#throttle) are cancelable & accept options for more control\n * [_.defaultsDeep](https://lodash.com/docs#defaultsDeep) for recursively assigning default properties\n * [_.fill](https://lodash.com/docs#fill) to fill arrays with values\n * [_.findKey](https://lodash.com/docs#findKey) for finding keys\n * [_.flow](https://lodash.com/docs#flow) to complement [_.flowRight](https://lodash.com/docs#flowRight) (a.k.a `_.compose`)\n * [_.forEach](https://lodash.com/docs#forEach) supports exiting early\n * [_.forIn](https://lodash.com/docs#forIn) for iterating all enumerable properties\n * [_.forOwn](https://lodash.com/docs#forOwn) for iterating own properties\n * [_.get](https:/
"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": "3.10.1"
}