diff options
Diffstat (limited to 'node_modules/lodash.pick')
-rw-r--r-- | node_modules/lodash.pick/package.json | 116 |
1 files changed, 10 insertions, 106 deletions
diff --git a/node_modules/lodash.pick/package.json b/node_modules/lodash.pick/package.json index bad8a5192..6b54bed1f 100644 --- a/node_modules/lodash.pick/package.json +++ b/node_modules/lodash.pick/package.json @@ -1,113 +1,17 @@ { - "_args": [ - [ - { - "raw": "lodash.pick@^4.2.1", - "scope": null, - "escapedName": "lodash.pick", - "name": "lodash.pick", - "rawSpec": "^4.2.1", - "spec": ">=4.2.1 <5.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/fined" - ] - ], - "_from": "lodash.pick@>=4.2.1 <5.0.0", - "_id": "lodash.pick@4.4.0", - "_inCache": true, - "_location": "/lodash.pick", - "_nodeVersion": "4.4.7", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/lodash.pick-4.4.0.tgz_1471110197744_0.19985924172215164" - }, - "_npmUser": { - "name": "jdalton", - "email": "john.david.dalton@gmail.com" - }, - "_npmVersion": "2.15.10", - "_phantomChildren": {}, - "_requested": { - "raw": "lodash.pick@^4.2.1", - "scope": null, - "escapedName": "lodash.pick", - "name": "lodash.pick", - "rawSpec": "^4.2.1", - "spec": ">=4.2.1 <5.0.0", - "type": "range" - }, - "_requiredBy": [ - "/fined" - ], - "_resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", - "_shasum": "52f05610fff9ded422611441ed1fc123a03001b3", - "_shrinkwrap": null, - "_spec": "lodash.pick@^4.2.1", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/fined", - "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": {}, + "name": "lodash.pick", + "version": "4.4.0", "description": "The lodash method `_.pick` exported as a module.", - "devDependencies": {}, - "directories": {}, - "dist": { - "shasum": "52f05610fff9ded422611441ed1fc123a03001b3", - "tarball": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz" - }, "homepage": "https://lodash.com/", "icon": "https://lodash.com/icon.svg", - "keywords": [ - "lodash-modularized", - "pick" - ], "license": "MIT", - "maintainers": [ - { - "name": "jdalton", - "email": "john.david.dalton@gmail.com" - }, - { - "name": "mathias", - "email": "mathias@qiwi.be" - }, - { - "name": "phated", - "email": "blaine@iceddev.com" - } + "keywords": "lodash-modularized, pick", + "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", + "contributors": [ + "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", + "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)", + "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)" ], - "name": "lodash.pick", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "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.4.0" + "repository": "lodash/lodash", + "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } } |