package.json
1.96 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
{
"_from": "insert-css@^2.0.0",
"_id": "insert-css@2.0.0",
"_inBundle": false,
"_integrity": "sha1-610Ql7dUL0x56jBg067gfQU4gPQ=",
"_location": "/insert-css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "insert-css@^2.0.0",
"name": "insert-css",
"escapedName": "insert-css",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@ant-design/icons"
],
"_resolved": "https://registry.npmjs.org/insert-css/-/insert-css-2.0.0.tgz",
"_shasum": "eb5d1097b7542f4c79ea3060d3aee07d053880f4",
"_spec": "insert-css@^2.0.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@ant-design\\icons",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/insert-css/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "insert a string of css into the <head>",
"devDependencies": {
"browserify": "^13.0.1",
"budo": "^8.3.0",
"computed-style": "^0.3.0",
"dom-event": "^1.0.0",
"tape": "^4.6.0",
"tape-run": "^2.1.4"
},
"homepage": "https://github.com/substack/insert-css",
"keywords": [
"css",
"insert",
"dom",
"browser",
"browserify",
"inject",
"styles",
"stylesheet",
"style",
"html",
"head",
"link"
],
"license": "MIT",
"main": "index.js",
"name": "insert-css",
"repository": {
"type": "git",
"url": "git://github.com/substack/insert-css.git"
},
"scripts": {
"example": "budo example.js",
"test": "browserify test.js | tape-run"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"version": "2.0.0"
}