package.json
1.74 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
{
"_from": "px2rem@^0.5.0",
"_id": "px2rem@0.5.0",
"_inBundle": false,
"_integrity": "sha1-JLOmz3TRSttO13byB4cdmJPkEOI=",
"_location": "/px2rem",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "px2rem@^0.5.0",
"name": "px2rem",
"escapedName": "px2rem",
"rawSpec": "^0.5.0",
"saveSpec": null,
"fetchSpec": "^0.5.0"
},
"_requiredBy": [
"/px2rem-loader"
],
"_resolved": "http://registry.npm.taobao.org/px2rem/download/px2rem-0.5.0.tgz",
"_shasum": "24b3a6cf74d14adb4ed776f207871d9893e410e2",
"_spec": "px2rem@^0.5.0",
"_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/px2rem-loader",
"author": {
"name": "songsiqi",
"email": "songsiqi2006@126.com"
},
"bin": {
"px2rem": "./bin/px2rem.js"
},
"bugs": {
"url": "https://github.com/songsiqi/px2rem/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "~0.5.1",
"commander": "~2.6.0",
"css": "~2.2.0",
"extend": "~3.0.0",
"fs-extra": "~0.16.3"
},
"deprecated": false,
"description": "According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet",
"devDependencies": {
"coveralls": "^2.10.0",
"istanbul": "^0.3.6",
"mocha": "^2.1.0"
},
"homepage": "https://github.com/songsiqi/px2rem",
"keywords": [
"3x",
"rem",
"px2rem"
],
"license": "MIT",
"main": "index.js",
"name": "px2rem",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/songsiqi/px2rem.git"
},
"scripts": {
"cover": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
"test": "mocha"
},
"version": "0.5.0"
}