package.json
1.95 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": "is-color-stop@^1.0.0",
"_id": "is-color-stop@1.1.0",
"_inBundle": false,
"_integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=",
"_location": "/is-color-stop",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-color-stop@^1.0.0",
"name": "is-color-stop",
"escapedName": "is-color-stop",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/postcss-minify-gradients"
],
"_resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz",
"_shasum": "cfff471aee4dd5c9e158598fbe12967b5cdad345",
"_spec": "is-color-stop@^1.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\postcss-minify-gradients",
"author": {
"name": "pigcan",
"email": "jiangjay818@gmail.com"
},
"bugs": {
"url": "https://github.com/pigcan/is-color-stop/issues"
},
"bundleDependencies": false,
"dependencies": {
"css-color-names": "^0.0.4",
"hex-color-regex": "^1.1.0",
"hsl-regex": "^1.0.0",
"hsla-regex": "^1.0.0",
"rgb-regex": "^1.0.1",
"rgba-regex": "^1.0.0"
},
"deprecated": false,
"description": "Check if a string is CSS color stop",
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/pigcan/is-color-stop#readme",
"keywords": [
"color-stop",
"is-color"
],
"license": "MIT",
"main": "index.js",
"name": "is-color-stop",
"repository": {
"type": "git",
"url": "git+https://github.com/pigcan/is-color-stop.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"lint": "eslint --ext .js lib util ./index.js",
"test": "nyc --reporter=lcov --reporter=text mocha"
},
"version": "1.1.0"
}