diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-10 03:43:44 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-10 03:43:44 +0200 |
commit | abd94a7f5a50f43c797a11b53549ae48fff667c3 (patch) | |
tree | ab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/lodash._isnative/package.json | |
parent | a0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff) |
add node_modules to address #4364
Diffstat (limited to 'node_modules/lodash._isnative/package.json')
-rw-r--r-- | node_modules/lodash._isnative/package.json | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/node_modules/lodash._isnative/package.json b/node_modules/lodash._isnative/package.json new file mode 100644 index 000000000..c2a81a0bf --- /dev/null +++ b/node_modules/lodash._isnative/package.json @@ -0,0 +1,101 @@ +{ + "_args": [ + [ + { + "raw": "lodash._isnative@~2.4.1", + "scope": null, + "escapedName": "lodash._isnative", + "name": "lodash._isnative", + "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._isnative@>=2.4.1 <2.5.0", + "_id": "lodash._isnative@2.4.1", + "_inCache": true, + "_location": "/lodash._isnative", + "_npmUser": { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + }, + "_npmVersion": "1.3.14", + "_phantomChildren": {}, + "_requested": { + "raw": "lodash._isnative@~2.4.1", + "scope": null, + "escapedName": "lodash._isnative", + "name": "lodash._isnative", + "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._isnative/-/lodash._isnative-2.4.1.tgz", + "_shasum": "3ea6404b784a7be836c7b57580e1cdf79b14832c", + "_shrinkwrap": null, + "_spec": "lodash._isnative@~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": {}, + "description": "The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli.", + "devDependencies": {}, + "directories": {}, + "dist": { + "shasum": "3ea6404b784a7be836c7b57580e1cdf79b14832c", + "tarball": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz" + }, + "homepage": "http://lodash.com/custom-builds", + "license": "MIT", + "maintainers": [ + { + "name": "jdalton", + "email": "john.david.dalton@gmail.com" + } + ], + "name": "lodash._isnative", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/lodash/lodash-cli.git" + }, + "version": "2.4.1" +} |