From 3c51c3be85bb0d1bdb87ea0d6632f1c256912f27 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:37:45 +0200 Subject: build: Add some required modules for node --- node_modules/lodash/package.json | 67 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 node_modules/lodash/package.json (limited to 'node_modules/lodash/package.json') 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" +} -- cgit v1.2.3