-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.53 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
{
"_from": "tinycolor2",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-9PrTM0R7wLB9TcjpIJ2POaisd+g=",
"_location": "/tinycolor2",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "tinycolor2",
"name": "tinycolor2",
"escapedName": "tinycolor2",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz",
"_shasum": "f4fad333447bc0b07d4dc8e9209d8f39a8ac77e8",
"_spec": "tinycolor2",
"_where": "/home/cb/npm_to_ipm/convert-to-es5-beta/bulkTesting/tinycolor2_4be1b08cd3a862502e69f5c023433e48",
"author": {
"name": "Brian Grinstead",
"email": "[email protected]",
"url": "http://briangrinstead.com"
},
"bundleDependencies": false,
"contributors": [],
"deprecated": false,
"description": "Fast Color Parsing and Manipulation",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-docco": "~0.2.0"
},
"directories": {},
"engines": {
"node": "*"
},
"keywords": [
"color",
"parser",
"tinycolor"
],
"license": "MIT",
"main": "./tinycolor.js",
"name": "tinycolor2",
"repository": {
"type": "git",
"url": "https://bgrins.github.com/TinyColor"
},
"url": "http://bgrins.github.com/TinyColor",
"version": "1.4.1"
}