package.json
1.44 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
{
"_args": [
[
"@emotion/css@0.9.8",
"C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
]
],
"_development": true,
"_from": "@emotion/css@0.9.8",
"_id": "@emotion/css@0.9.8",
"_inBundle": false,
"_integrity": "sha512-Stov3+9+KWZAte/ED9Hts3r4DVBADd5erDrhrywokM31ctQsRPD3qk8W4d1ca48ry57g/nc0qUHNis/xd1SoFg==",
"_location": "/@emotion/css",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@emotion/css@0.9.8",
"name": "@emotion/css",
"escapedName": "@emotion%2fcss",
"scope": "@emotion",
"rawSpec": "0.9.8",
"saveSpec": null,
"fetchSpec": "0.9.8"
},
"_requiredBy": [
"/@emotion/core"
],
"_resolved": "https://registry.npmjs.org/@emotion/css/-/css-0.9.8.tgz",
"_spec": "0.9.8",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
"dependencies": {
"@emotion/serialize": "^0.9.1",
"@emotion/utils": "^0.8.2"
},
"description": "a function to serialize css and object styless",
"files": [
"src",
"dist"
],
"gitHead": "94fed7652759a0f1962da66b922299398e39fe4d",
"license": "MIT",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
"name": "@emotion/css",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/next-packages/css"
},
"umd:main": "./dist/index.min.js",
"version": "0.9.8"
}