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

115 lines
3.3 KiB
JSON

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