package.json
1.97 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"cssstyle@0.2.37",
"C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT"
]
],
"_from": "cssstyle@0.2.37",
"_id": "cssstyle@0.2.37",
"_inBundle": false,
"_integrity": "sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=",
"_location": "/cssstyle",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cssstyle@0.2.37",
"name": "cssstyle",
"escapedName": "cssstyle",
"rawSpec": "0.2.37",
"saveSpec": null,
"fetchSpec": "0.2.37"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
"_spec": "0.2.37",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
"bugs": {
"url": "https://github.com/chad3814/CSSStyleDeclaration/issues"
},
"contributors": [
{
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
},
{
"name": "Davide P. Cervone"
},
{
"name": "Forbes Lindesay"
}
],
"dependencies": {
"cssom": "0.3.x"
},
"description": "CSSStyleDeclaration Object Model implementation",
"devDependencies": {
"babel-generator": "~6.11.4",
"babel-traverse": "~6.13.0",
"babel-types": "~6.13.0",
"babylon": "~6.8.4",
"nodeunit": "~0.8.0",
"resolve": "~1.1.7"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/chad3814/CSSStyleDeclaration",
"keywords": [
"CSS",
"CSSStyleDeclaration",
"StyleSheet"
],
"license": "MIT",
"main": "./lib/CSSStyleDeclaration.js",
"maintainers": [
{
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
}
],
"name": "cssstyle",
"repository": {
"type": "git",
"url": "git+https://github.com/chad3814/CSSStyleDeclaration.git"
},
"scripts": {
"prepublish": "node ./scripts/generate_properties.js",
"test": "./scripts/run_tests.sh"
},
"version": "0.2.37"
}