Blame view

node_modules/px2rpx/package.json 1.73 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "px2rpx@0.5.3",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "px2rpx@0.5.3",
    "_id": "px2rpx@0.5.3",
    "_inBundle": false,
    "_integrity": "sha512-iCvr77ZyceBh3yGqizfqbTK/Yljp4MU5XOh9I+F2tTY559oqRGElW2Yq/tu8N0+Q2VkaZ1wVmLIE2/W33fWFGg==",
    "_location": "/px2rpx",
    "_phantomChildren": {
      "escape-string-regexp": "1.0.5"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "px2rpx@0.5.3",
      "name": "px2rpx",
      "escapedName": "px2rpx",
      "rawSpec": "0.5.3",
      "saveSpec": null,
      "fetchSpec": "0.5.3"
    },
    "_requiredBy": [
      "/px2rpx-loader"
    ],
    "_resolved": "https://registry.npmjs.org/px2rpx/-/px2rpx-0.5.3.tgz",
    "_spec": "0.5.3",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "aorz",
      "email": "rememberwz@gmail.com"
    },
    "bin": {
      "px2rpx": "./bin/px2rpx.js"
    },
    "bugs": {
      "url": "https://github.com/aorz/px2rpx/issues"
    },
    "dependencies": {
      "chalk": "~0.5.1",
      "commander": "~2.6.0",
      "css": "~2.2.0",
      "extend": "~3.0.1",
      "fs-extra": "~0.16.3"
    },
    "description": "According to one stylesheet, generate rpx version and @1x, @2x and @3x stylesheet",
    "devDependencies": {
      "coveralls": "^2.10.0",
      "istanbul": "^0.3.6",
      "mocha": "^2.1.0"
    },
    "homepage": "https://github.com/aOrz/px2rpx",
    "keywords": [
      "3x",
      "rpx",
      "px2rpx"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "px2rpx",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/aorz/px2rpx.git"
    },
    "scripts": {
      "cover": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
      "test": "mocha"
    },
    "version": "0.5.3"
  }