package.json
1.05 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
{
"_from": "css@~1.0.8",
"_id": "css@1.0.8",
"_inBundle": false,
"_integrity": "sha1-k4aBHKgrzMnuf7WnMrHioxfIo+c=",
"_location": "/css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "css@~1.0.8",
"name": "css",
"escapedName": "css",
"rawSpec": "~1.0.8",
"saveSpec": null,
"fetchSpec": "~1.0.8"
},
"_requiredBy": [
"/transformers"
],
"_resolved": "https://registry.npmjs.org/css/-/css-1.0.8.tgz",
"_shasum": "9386811ca82bccc9ee7fb5a732b1e2a317c8a3e7",
"_spec": "css@~1.0.8",
"_where": "/Users/ganghyeontae/Desktop/R_BACKEND/backend/node_modules/transformers",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bundleDependencies": false,
"dependencies": {
"css-parse": "1.0.4",
"css-stringify": "1.0.5"
},
"deprecated": false,
"description": "CSS parser / stringifier using css-parse and css-stringify",
"keywords": [
"css",
"parser",
"stylesheet"
],
"main": "index",
"name": "css",
"version": "1.0.8"
}