aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/package.json')
-rw-r--r--node_modules/lodash/package.json67
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": [
+ [
+ "lodash@4.17.14",
+ "/home/dstaesse/git/website"
+ ]
+ ],
+ "_development": true,
+ "_from": "lodash@4.17.14",
+ "_id": "lodash@4.17.14",
+ "_inBundle": false,
+ "_integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==",
+ "_location": "/lodash",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "lodash@4.17.14",
+ "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": "john.david.dalton@gmail.com"
+ },
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
+ "contributors": [
+ {
+ "name": "John-David Dalton",
+ "email": "john.david.dalton@gmail.com"
+ },
+ {
+ "name": "Mathias Bynens",
+ "email": "mathias@qiwi.be"
+ }
+ ],
+ "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"
+}