forked from brehaut/color-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 2.46 KB
/
package.json
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"_args": [
[
{
"raw": "color-js@^1.0.3",
"scope": null,
"escapedName": "color-js",
"name": "color-js",
"rawSpec": "^1.0.3",
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"C:\\NetBeansProjects\\Proj\\skb2"
]
],
"_from": "color-js@>=1.0.3 <2.0.0",
"_id": "color-js@1.0.3",
"_inCache": true,
"_location": "/color-js",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "jimmed",
"email": "npm@jimmed.net"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"raw": "color-js@^1.0.3",
"scope": null,
"escapedName": "color-js",
"name": "color-js",
"rawSpec": "^1.0.3",
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/color-js/-/color-js-1.0.3.tgz",
"_shasum": "efaeeb55f9adfb909bae43fd279b63e53b50caf1",
"_shrinkwrap": null,
"_spec": "color-js@^1.0.3",
"_where": "C:\\NetBeansProjects\\Proj\\skb2",
"author": {
"name": "Andrew Brehaut",
"email": "andrew@brehaut.net",
"url": "https://brehaut.net/"
},
"bugs": {
"url": "https://github.com/jimmed/color-js/issues"
},
"contributors": [
{
"name": "Tim Baumann",
"email": "tim@timbaumann.info",
"url": "http://timbaumann.info"
},
{
"name": "Matt Wilson",
"url": "http://problemattic.net"
},
{
"name": "Simon Heimler"
},
{
"name": "Michel Vielmetter"
},
{
"name": "Jim O'Brien",
"email": "git@jimmed.net"
}
],
"dependencies": {},
"description": "A color management API for JavaScript",
"devDependencies": {
"vows": "^0.8.1"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "efaeeb55f9adfb909bae43fd279b63e53b50caf1",
"tarball": "https://registry.npmjs.org/color-js/-/color-js-1.0.3.tgz"
},
"gitHead": "bffde0b681da642466284d758aa2ee75749962fa",
"homepage": "https://github.com/jimmed/color-js#readme",
"keywords": [
"color",
"immutable"
],
"license": "BSD 2-Clause",
"main": "color.js",
"maintainers": [
{
"name": "jimmed",
"email": "npm@jimmed.net"
}
],
"name": "color-js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jimmed/color-js.git"
},
"scripts": {
"test": "node ./test/color-test.js"
},
"version": "1.0.3"
}