aboutsummaryrefslogtreecommitdiff
path: root/node_modules/color-name/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/color-name/package.json')
-rw-r--r--node_modules/color-name/package.json60
1 files changed, 60 insertions, 0 deletions
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"
+}