package.json
1.64 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
{
"_args": [
[
"@emotion/sheet@0.8.1",
"C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
]
],
"_development": true,
"_from": "@emotion/sheet@0.8.1",
"_id": "@emotion/sheet@0.8.1",
"_inBundle": false,
"_integrity": "sha512-p82hFBHbNkPLZ410HOeaRJZMrN1uh9rI7JAaRXIp62PP5evspPXyi3xYtxZc1+sCSlwjnQPuOIa6N88iJNtPXw==",
"_location": "/@emotion/sheet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@emotion/sheet@0.8.1",
"name": "@emotion/sheet",
"escapedName": "@emotion%2fsheet",
"scope": "@emotion",
"rawSpec": "0.8.1",
"saveSpec": null,
"fetchSpec": "0.8.1"
},
"_requiredBy": [
"/@emotion/cache",
"/@emotion/core"
],
"_resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.8.1.tgz",
"_spec": "0.8.1",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
"browser": {
"./dist/sheet.cjs.js": "./dist/sheet.browser.cjs.js",
"./dist/sheet.esm.js": "./dist/sheet.browser.esm.js"
},
"description": "emotion's stylesheet",
"devDependencies": {
"dtslint": "^0.3.0"
},
"files": [
"src",
"dist"
],
"gitHead": "94fed7652759a0f1962da66b922299398e39fe4d",
"license": "MIT",
"main": "dist/sheet.cjs.js",
"module": "dist/sheet.esm.js",
"name": "@emotion/sheet",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/emotion-js/emotion/tree/master/next-packages/sheet"
},
"scripts": {
"test:typescript": "dtslint types"
},
"types": "types/index.d.ts",
"umd:main": "./dist/index.min.js",
"version": "0.8.1"
}