diff options
Diffstat (limited to 'node_modules/lodash/package.json')
-rw-r--r-- | node_modules/lodash/package.json | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/node_modules/lodash/package.json b/node_modules/lodash/package.json new file mode 100644 index 0000000..ff9210e --- /dev/null +++ b/node_modules/lodash/package.json @@ -0,0 +1,67 @@ +{ + "_args": [ + [ + "[email protected]", + "/home/dstaesse/git/website" + ] + ], + "_development": true, + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", + "_location": "/lodash", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "lodash", + "escapedName": "lodash", + "rawSpec": "4.17.14", + "saveSpec": null, + "fetchSpec": "4.17.14" + }, + "_requiredBy": [ + "/postcss-reporter" + ], + "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "_spec": "4.17.14", + "_where": "/home/dstaesse/git/website", + "author": { + "name": "John-David Dalton", + "email": "[email protected]" + }, + "bugs": { + "url": "https://github.com/lodash/lodash/issues" + }, + "contributors": [ + { + "name": "John-David Dalton", + "email": "[email protected]" + }, + { + "name": "Mathias Bynens", + "email": "[email protected]" + } + ], + "description": "Lodash modular utilities.", + "homepage": "https://lodash.com/", + "icon": "https://lodash.com/icon.svg", + "keywords": [ + "modules", + "stdlib", + "util" + ], + "license": "MIT", + "main": "lodash.js", + "name": "lodash", + "repository": { + "type": "git", + "url": "git+https://github.com/lodash/lodash.git" + }, + "scripts": { + "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\"" + }, + "version": "4.17.14" +} |