Blame view

node_modules/color-convert/package.json 1.8 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "color-convert@1.9.3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "color-convert@1.9.3",
    "_id": "color-convert@1.9.3",
    "_inBundle": false,
    "_integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
    "_location": "/color-convert",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "color-convert@1.9.3",
      "name": "color-convert",
      "escapedName": "color-convert",
      "rawSpec": "1.9.3",
      "saveSpec": null,
      "fetchSpec": "1.9.3"
    },
    "_requiredBy": [
      "/ansi-styles",
      "/color"
    ],
    "_resolved": "http://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz",
    "_spec": "1.9.3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Heather Arthur",
      "email": "fayearthur@gmail.com"
    },
    "bugs": {
      "url": "https://github.com/Qix-/color-convert/issues"
    },
    "dependencies": {
      "color-name": "1.1.3"
    },
    "description": "Plain color conversion functions",
    "devDependencies": {
      "chalk": "1.1.1",
      "xo": "0.11.2"
    },
    "files": [
      "index.js",
      "conversions.js",
      "css-keywords.js",
      "route.js"
    ],
    "homepage": "https://github.com/Qix-/color-convert#readme",
    "keywords": [
      "color",
      "colour",
      "convert",
      "converter",
      "conversion",
      "rgb",
      "hsl",
      "hsv",
      "hwb",
      "cmyk",
      "ansi",
      "ansi16"
    ],
    "license": "MIT",
    "name": "color-convert",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/Qix-/color-convert.git"
    },
    "scripts": {
      "pretest": "xo",
      "test": "node test/basic.js"
    },
    "version": "1.9.3",
    "xo": {
      "rules": {
        "default-case": 0,
        "no-inline-comments": 0,
        "operator-linebreak": 0
      }
    }
  }