package.json
2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"_args": [
[
{
"raw": "color-name@^1.1.1",
"scope": null,
"escapedName": "color-name",
"name": "color-name",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/color-convert"
]
],
"_from": "color-name@>=1.1.1 <2.0.0",
"_id": "color-name@1.1.1",
"_inCache": true,
"_location": "/color-name",
"_nodeVersion": "5.3.0",
"_npmUser": {
"name": "dfcreative",
"email": "df.creative@gmail.com"
},
"_npmVersion": "3.3.12",
"_phantomChildren": {},
"_requested": {
"raw": "color-name@^1.1.1",
"scope": null,
"escapedName": "color-name",
"name": "color-name",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/color-convert",
"/color-string"
],
"_resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz",
"_shasum": "4b1415304cf50028ea81643643bd82ea05803689",
"_shrinkwrap": null,
"_spec": "color-name@^1.1.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/color-convert",
"author": {
"name": "DY",
"email": "dfcreative@gmail.com"
},
"bugs": {
"url": "https://github.com/dfcreative/color-name/issues"
},
"dependencies": {},
"description": "A list of color names and it’s values",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "4b1415304cf50028ea81643643bd82ea05803689",
"tarball": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz"
},
"files": [
"index.js"
],
"gitHead": "b47de1bf75da523d6d6061a41f7f0c9bb7c213bf",
"homepage": "https://github.com/dfcreative/color-name",
"keywords": [
"color-name",
"color",
"color-keyword",
"keyword"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "dfcreative",
"email": "df.creative@gmail.com"
}
],
"name": "color-name",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dfcreative/color-name.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.1.1"
}