diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-11-03 01:33:53 +0100 |
commit | d1291f67551c58168af43698a359cb5ddfd266b0 (patch) | |
tree | 55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/lodash.isobject | |
parent | d0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff) |
node_modules
Diffstat (limited to 'node_modules/lodash.isobject')
-rw-r--r-- | node_modules/lodash.isobject/package.json | 130 |
1 files changed, 14 insertions, 116 deletions
diff --git a/node_modules/lodash.isobject/package.json b/node_modules/lodash.isobject/package.json index bda44be75..df9d0347b 100644 --- a/node_modules/lodash.isobject/package.json +++ b/node_modules/lodash.isobject/package.json @@ -1,122 +1,20 @@ { - "_args": [ - [ - { - "raw": "lodash.isobject@~2.4.1", - "scope": null, - "escapedName": "lodash.isobject", - "name": "lodash.isobject", - "rawSpec": "~2.4.1", - "spec": ">=2.4.1 <2.5.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/lodash.defaults/node_modules/lodash.keys" - ] - ], - "_from": "lodash.isobject@>=2.4.1 <2.5.0", - "_id": "lodash.isobject@2.4.1", - "_inCache": true, - "_location": "/lodash.isobject", - "_npmUser": { - "name": "jdalton", - "email": "john.david.dalton@gmail.com" - }, - "_npmVersion": "1.3.14", - "_phantomChildren": {}, - "_requested": { - "raw": "lodash.isobject@~2.4.1", - "scope": null, - "escapedName": "lodash.isobject", - "name": "lodash.isobject", - "rawSpec": "~2.4.1", - "spec": ">=2.4.1 <2.5.0", - "type": "range" - }, - "_requiredBy": [ - "/gulp-gzip/lodash.keys", - "/gulp-sym/lodash.keys", - "/lodash._reunescapedhtml/lodash.keys", - "/lodash.defaults/lodash.keys", - "/lodash.values/lodash.keys" - ], - "_resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz", - "_shasum": "5a2e47fe69953f1ee631a7eba1fe64d2d06558f5", - "_shrinkwrap": null, - "_spec": "lodash.isobject@~2.4.1", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/lodash.defaults/node_modules/lodash.keys", - "author": { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - "bugs": { - "url": "https://github.com/lodash/lodash-cli/issues" - }, - "contributors": [ - { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - { - "name": "Blaine Bublitz", - "email": "blaine@iceddev.com", - "url": "http://www.iceddev.com/" - }, - { - "name": "Kit Cambridge", - "email": "github@kitcambridge.be", - "url": "http://kitcambridge.be/" - }, - { - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": "http://mathiasbynens.be/" - } - ], - "dependencies": { - "lodash._objecttypes": "~2.4.1" - }, + "name": "lodash.isobject", + "version": "2.4.1", "description": "The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli.", - "devDependencies": {}, - "directories": {}, - "dist": { - "shasum": "5a2e47fe69953f1ee631a7eba1fe64d2d06558f5", - "tarball": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz" - }, "homepage": "http://lodash.com/custom-builds", - "keywords": [ - "functional", - "lodash", - "lodash-modularized", - "server", - "util" - ], "license": "MIT", - "maintainers": [ - { - "name": "jdalton", - "email": "john.david.dalton@gmail.com" - }, - { - "name": "kitcambridge", - "email": "github@kitcambridge.be" - }, - { - "name": "mathias", - "email": "mathias@qiwi.be" - }, - { - "name": "phated", - "email": "blaine@iceddev.com" - } + "keywords": ["functional", "lodash", "lodash-modularized", "server", "util"], + "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@iceddev.com> (http://www.iceddev.com/)", + "Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)", + "Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)" ], - "name": "lodash.isobject", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/lodash/lodash-cli.git" - }, - "version": "2.4.1" + "bugs": "https://github.com/lodash/lodash-cli/issues", + "repository": { "type": "git", "url": "https://github.com/lodash/lodash-cli.git" }, + "dependencies": { + "lodash._objecttypes": "~2.4.1" + } } |