-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.94 KB
/
package.json
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
{
"_args": [
[
"jss-plugin-template@10.1.1",
"D:\\Caute\\Documents\\GitHub\\Fictitious-Rotor\\oc-guide\\.codedoc"
]
],
"_from": "jss-plugin-template@10.1.1",
"_id": "jss-plugin-template@10.1.1",
"_inBundle": false,
"_integrity": "sha512-CPhNapLDgj6gIJOi3vj/QPohF/1OHuLQj8ZjBYqrnzCDSfYV5s2Rzp1TicFGxUb07BRLh62ymU+MgH1hbKGSTQ==",
"_location": "/jss-plugin-template",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jss-plugin-template@10.1.1",
"name": "jss-plugin-template",
"escapedName": "jss-plugin-template",
"rawSpec": "10.1.1",
"saveSpec": null,
"fetchSpec": "10.1.1"
},
"_requiredBy": [
"/jss-preset-default"
],
"_resolved": "https://registry.npmjs.org/jss-plugin-template/-/jss-plugin-template-10.1.1.tgz",
"_spec": "10.1.1",
"_where": "D:\\Caute\\Documents\\GitHub\\Fictitious-Rotor\\oc-guide\\.codedoc",
"author": {
"name": "JSS Team"
},
"bugs": {
"url": "https://github.com/cssinjs/jss/issues/new?title=[jss-plugin-template]"
},
"dependencies": {
"@babel/runtime": "^7.3.1",
"jss": "10.1.1",
"tiny-warning": "^1.0.2"
},
"description": "JSS plugin enables string templates",
"files": [
"dist",
"src",
"LICENSE"
],
"gitHead": "2ed79e0139cfc06922ef74a6e5745f219d23ee80",
"homepage": "https://cssinjs.org/jss-template",
"keywords": [
"cssinjs",
"css-in-js",
"css in js",
"jss",
"plugin",
"template"
],
"license": "MIT",
"main": "dist/jss-plugin-template.cjs.js",
"module": "dist/jss-plugin-template.esm.js",
"name": "jss-plugin-template",
"repository": {
"type": "git",
"url": "git+https://github.com/cssinjs/jss.git"
},
"scripts": {
"build": "node ../../scripts/build.js",
"check-snapshot": "node ../../scripts/match-snapshot.js"
},
"typings": "./src/index.d.ts",
"unpkg": "dist/jss-plugin-template.bundle.js",
"version": "10.1.1"
}