You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_from": "px2rem@~0.5.0",
|
|
"_id": "px2rem@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-R+LQj3Evbjbpmglo7D0PBVsnAbKP4WSvZEZUnF8RGIpWkIHFeAT+BlDOxxBxKVyMDecmfv9qdzNLTZLMq32osA==",
|
|
"_location": "/px2rem",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5",
|
|
"glob": "7.2.3",
|
|
"natives": "1.1.6"
|
|
},
|
|
"_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": [
|
|
"/postcss-px2rem",
|
|
"/px2rem-loader"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/px2rem/-/px2rem-0.5.0.tgz",
|
|
"_shasum": "24b3a6cf74d14adb4ed776f207871d9893e410e2",
|
|
"_spec": "px2rem@~0.5.0",
|
|
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\postcss-px2rem",
|
|
"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"
|
|
}
|