173c92bcfa1d1cc0e4c344c67e455bfbef88197c.svn-base
1.85 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
{
"_from": "color-support@^1.1.0",
"_id": "color-support@1.1.3",
"_inBundle": false,
"_integrity": "sha1-k4NDeaHMmgxh+C9S8NBDIiUb1aI=",
"_location": "/color-support",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "color-support@^1.1.0",
"name": "color-support",
"escapedName": "color-support",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/tap",
"/tap-mocha-reporter"
],
"_resolved": "https://registry.npm.taobao.org/color-support/download/color-support-1.1.3.tgz",
"_shasum": "93834379a1cc9a0c61f82f52f0d04322251bd5a2",
"_spec": "color-support@^1.1.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"color-support": "bin.js"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/isaacs/color-support/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A module which will endeavor to guess your terminal's level of color support.",
"devDependencies": {
"tap": "^10.3.3"
},
"files": [
"browser.js",
"index.js",
"bin.js"
],
"homepage": "https://github.com/isaacs/color-support#readme",
"keywords": [
"terminal",
"color",
"support",
"xterm",
"truecolor",
"256"
],
"license": "ISC",
"main": "index.js",
"name": "color-support",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/color-support.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --100 -J"
},
"version": "1.1.3"
}