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/color-name/package.json | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 node_modules/color-name/package.json (limited to 'node_modules/color-name/package.json') diff --git a/node_modules/color-name/package.json b/node_modules/color-name/package.json new file mode 100644 index 0000000..00e49e2 --- /dev/null +++ b/node_modules/color-name/package.json @@ -0,0 +1,60 @@ +{ + "_args": [ + [ + "color-name@1.1.1", + "/home/dstaesse/git/website" + ] + ], + "_development": true, + "_from": "color-name@1.1.1", + "_id": "color-name@1.1.1", + "_inBundle": false, + "_integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok=", + "_location": "/color-name", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "color-name@1.1.1", + "name": "color-name", + "escapedName": "color-name", + "rawSpec": "1.1.1", + "saveSpec": null, + "fetchSpec": "1.1.1" + }, + "_requiredBy": [ + "/color-convert" + ], + "_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", + "_spec": "1.1.1", + "_where": "/home/dstaesse/git/website", + "author": { + "name": "DY", + "email": "dfcreative@gmail.com" + }, + "bugs": { + "url": "https://github.com/dfcreative/color-name/issues" + }, + "description": "A list of color names and it’s values", + "files": [ + "index.js" + ], + "homepage": "https://github.com/dfcreative/color-name", + "keywords": [ + "color-name", + "color", + "color-keyword", + "keyword" + ], + "license": "MIT", + "main": "index.js", + "name": "color-name", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/dfcreative/color-name.git" + }, + "scripts": { + "test": "node test.js" + }, + "version": "1.1.1" +} -- cgit v1.2.3