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

115 lines
3.3 KiB
JSON

{
"_args": [
[
{
"raw": "lodash.map@^4.6.0",
"scope": null,
"escapedName": "lodash.map",
"name": "lodash.map",
"rawSpec": "^4.6.0",
"spec": ">=4.6.0 <5.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/expo"
]
],
"_from": "lodash.map@>=4.6.0 <5.0.0",
"_id": "lodash.map@4.6.0",
"_inCache": true,
"_location": "/lodash.map",
"_nodeVersion": "4.4.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/lodash.map-4.6.0.tgz_1471110112088_0.7239138085860759"
},
"_npmUser": {
"name": "jdalton",
"email": "john.david.dalton@gmail.com"
},
"_npmVersion": "2.15.10",
"_phantomChildren": {},
"_requested": {
"raw": "lodash.map@^4.6.0",
"scope": null,
"escapedName": "lodash.map",
"name": "lodash.map",
"rawSpec": "^4.6.0",
"spec": ">=4.6.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/expo"
],
"_resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz",
"_shasum": "771ec7839e3473d9c4cde28b19394c3562f4f6d3",
"_shrinkwrap": null,
"_spec": "lodash.map@^4.6.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/expo",
"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 `_.map` exported as a module.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "771ec7839e3473d9c4cde28b19394c3562f4f6d3",
"tarball": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
"lodash-modularized",
"map"
],
"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.map",
"optionalDependencies": {},
"readme": "# lodash.map v4.6.0\n\nThe [lodash](https://lodash.com/) method `_.map` 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.map\n```\n\nIn Node.js:\n```js\nvar map = require('lodash.map');\n```\n\nSee the [documentation](https://lodash.com/docs#map) or [package source](https://github.com/lodash/lodash/blob/4.6.0-npm-packages/lodash.map) 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.6.0"
}