123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "px2rem@^0.5.0",
- "_id": "px2rem@0.5.0",
- "_inBundle": false,
- "_integrity": "sha1-JLOmz3TRSttO13byB4cdmJPkEOI=",
- "_location": "/px2rem",
- "_phantomChildren": {
- "escape-string-regexp": "1.0.5",
- "natives": "1.1.6",
- "rimraf": "2.7.1"
- },
- "_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": "https://registry.npmjs.org/px2rem/-/px2rem-0.5.0.tgz",
- "_shasum": "24b3a6cf74d14adb4ed776f207871d9893e410e2",
- "_spec": "px2rem@^0.5.0",
- "_where": "E:\\workspace\\cfd-front-admin\\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"
- }
|