diff options
Diffstat (limited to 'node_modules/lodash.isempty/package.json')
-rw-r--r-- | node_modules/lodash.isempty/package.json | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/node_modules/lodash.isempty/package.json b/node_modules/lodash.isempty/package.json new file mode 100644 index 000000000..e5c32aa1f --- /dev/null +++ b/node_modules/lodash.isempty/package.json @@ -0,0 +1,113 @@ +{ + "_args": [ + [ + { + "raw": "lodash.isempty@^4.2.1", + "scope": null, + "escapedName": "lodash.isempty", + "name": "lodash.isempty", + "rawSpec": "^4.2.1", + "spec": ">=4.2.1 <5.0.0", + "type": "range" + }, + "/home/dold/repos/taler/wallet-webex/node_modules/fined" + ] + ], + "_from": "lodash.isempty@>=4.2.1 <5.0.0", + "_id": "lodash.isempty@4.4.0", + "_inCache": true, + "_location": "/lodash.isempty", + "_nodeVersion": "4.4.7", + "_npmOperationalInternal": { + "host": "packages-16-east.internal.npmjs.com", + "tmp": "tmp/lodash.isempty-4.4.0.tgz_1471110024771_0.43532854481600225" + }, + "_npmUser": { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + }, + "_npmVersion": "2.15.10", + "_phantomChildren": {}, + "_requested": { + "raw": "lodash.isempty@^4.2.1", + "scope": null, + "escapedName": "lodash.isempty", + "name": "lodash.isempty", + "rawSpec": "^4.2.1", + "spec": ">=4.2.1 <5.0.0", + "type": "range" + }, + "_requiredBy": [ + "/fined" + ], + "_resolved": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz", + "_shasum": "6f86cbedd8be4ec987be9aaf33c9684db1b31e7e", + "_shrinkwrap": null, + "_spec": "lodash.isempty@^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": {}, + "description": "The lodash method `_.isEmpty` exported as a module.", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "6f86cbedd8be4ec987be9aaf33c9684db1b31e7e", + "tarball": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz" + }, + "homepage": "https://lodash.com/", + "icon": "https://lodash.com/icon.svg", + "keywords": [ + "lodash-modularized", + "isempty" + ], + "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.isempty", + "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" +} |