GT2/GT2-iOS/node_modules/lodash.sortby/package.json

115 lines
3.4 KiB
JSON
Raw Normal View History

2018-02-12 17:26:06 +00:00
{
"_args": [
[
{
"raw": "lodash.sortby@^4.7.0",
"scope": null,
"escapedName": "lodash.sortby",
"name": "lodash.sortby",
"rawSpec": "^4.7.0",
"spec": ">=4.7.0 <5.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/whatwg-url"
]
],
"_from": "lodash.sortby@>=4.7.0 <5.0.0",
"_id": "lodash.sortby@4.7.0",
"_inCache": true,
"_location": "/lodash.sortby",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/lodash.sortby-4.7.0.tgz_1471110275744_0.9395535155199468"
},
"_npmUser": {
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
},
"_npmVersion": "2.15.10",
"_phantomChildren": {},
"_requested": {
"raw": "lodash.sortby@^4.7.0",
"scope": null,
"escapedName": "lodash.sortby",
"name": "lodash.sortby",
"rawSpec": "^4.7.0",
"spec": ">=4.7.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/whatwg-url"
],
"_resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
"_shasum": "edd14c824e2cc9c1e0b0a1b42bb5210516a42438",
"_shrinkwrap": null,
"_spec": "lodash.sortby@^4.7.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/whatwg-url",
"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": "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": "The lodash method `_.sortBy` exported as a module.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "edd14c824e2cc9c1e0b0a1b42bb5210516a42438",
"tarball": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
"lodash-modularized",
"sortby"
],
"license": "MIT",
"maintainers": [
{
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
},
{
"name": "mathias",
"email": "mathias@qiwi.be"
},
{
"name": "phated",
"email": "blaine@iceddev.com"
}
],
"name": "lodash.sortby",
"optionalDependencies": {},
"readme": "# lodash.sortby v4.7.0\n\nThe [lodash](https://lodash.com/) method `_.sortBy` exported as a [Node.js](https://nodejs.org/) module.\n\n## Installation\n\nUsing npm:\n```bash\n$ {sudo -H} npm i -g npm\n$ npm i --save lodash.sortby\n```\n\nIn Node.js:\n```js\nvar sortBy = require('lodash.sortby');\n```\n\nSee the [documentation](https://lodash.com/docs#sortBy) or [package source](https://github.com/lodash/lodash/blob/4.7.0-npm-packages/lodash.sortby) for more details.\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.7.0"
}