package.json
1.36 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
{
"_from": "json2mq@^0.2.0",
"_id": "json2mq@0.2.0",
"_inBundle": false,
"_integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=",
"_location": "/json2mq",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "json2mq@^0.2.0",
"name": "json2mq",
"escapedName": "json2mq",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/@ant-design/react-slick"
],
"_resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
"_shasum": "b637bd3ba9eabe122c83e9720483aeb10d2c904a",
"_spec": "json2mq@^0.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@ant-design\\react-slick",
"author": {
"name": "Kiran Abburi"
},
"bugs": {
"url": "https://github.com/akiran/json2mq/issues"
},
"bundleDependencies": false,
"dependencies": {
"string-convert": "^0.2.0"
},
"deprecated": false,
"description": "Generate media query string from JSON or javascript object",
"devDependencies": {
"mocha": "^2.0.1",
"should": "^4.3.0"
},
"homepage": "https://github.com/akiran/json2mq",
"license": "MIT",
"main": "index.js",
"name": "json2mq",
"repository": {
"type": "git",
"url": "git+https://github.com/akiran/json2mq.git"
},
"scripts": {
"test": "mocha test"
},
"version": "0.2.0"
}