first
This commit is contained in:
77
node_modules/postcss-pxtorem/package.json
generated
vendored
Normal file
77
node_modules/postcss-pxtorem/package.json
generated
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"_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": "version",
|
||||
"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": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss-pxtorem/-/postcss-pxtorem-6.0.0.tgz",
|
||||
"_shasum": "f228a4d05d8a73f0642eabae950e2b19836366d7",
|
||||
"_spec": "postcss-pxtorem@6.0.0",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user