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.
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"_from": "postcss-pxtorem@^6.0.0",
|
|
"_id": "postcss-pxtorem@6.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZRXrD7MLLjLk2RNGV6UA4f5Y7gy+a/j1EqjAfp9NdcNYVjUMvg5HTYduTjSkKBkRkfqbg/iKrjMO70V4g1LZeg==",
|
|
"_location": "/postcss-pxtorem",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-pxtorem@^6.0.0",
|
|
"name": "postcss-pxtorem",
|
|
"escapedName": "postcss-pxtorem",
|
|
"rawSpec": "^6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/postcss-pxtorem/-/postcss-pxtorem-6.0.0.tgz",
|
|
"_shasum": "f228a4d05d8a73f0642eabae950e2b19836366d7",
|
|
"_spec": "postcss-pxtorem@^6.0.0",
|
|
"_where": "D:\\myproject\\202304\\manual-send-out\\vue_ManualSendOut",
|
|
"author": {
|
|
"name": "cuth"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cuth/postcss-pxtorem/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A CSS post-processor that converts px to rem.",
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"husky": "^4.2.3",
|
|
"jasmine-node": "^3.0.0",
|
|
"lint-staged": "^10.0.8",
|
|
"postcss": "^8.0.0",
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"homepage": "https://github.com/cuth/postcss-pxtorem#readme",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"rem",
|
|
"pixel",
|
|
"px",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"main": "index.js",
|
|
"name": "postcss-pxtorem",
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/cuth/postcss-pxtorem.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "jasmine-node spec"
|
|
},
|
|
"version": "6.0.0"
|
|
}
|