123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_from": "postcss-pxtorpx-pro",
- "_id": "postcss-pxtorpx-pro@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-nahD/qIqv9N+zs2hxFq/QzyeiHOEryP9fxavsb7ZFSpvcm5oOf74ueE/R6Uj19x1bJ1m2ZeJWxCHbv/d5ST2aQ==",
- "_location": "/postcss-pxtorpx-pro",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "postcss-pxtorpx-pro",
- "name": "postcss-pxtorpx-pro",
- "escapedName": "postcss-pxtorpx-pro",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-pxtorpx-pro/-/postcss-pxtorpx-pro-2.0.0.tgz",
- "_shasum": "38cbd836e06d1acb7fe01cf7e4e82172cf2b66c4",
- "_spec": "postcss-pxtorpx-pro",
- "_where": "D:\\公司项目\\wms",
- "author": {
- "name": "Genuifx"
- },
- "bugs": {
- "url": "https://github.com/Genuifx/postcss-pxtorpx-pro/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A CSS post-processor that converts px to rpx. 转换px单位为rpx,并允许指定任意单位及其转换函数,支持指定黑名单prop",
- "devDependencies": {
- "eslint": "^8.11.0",
- "husky": "^4.2.3",
- "jasmine-node": "^1.16.0",
- "lint-staged": "^10.0.8",
- "prettier": "^1.19.1"
- },
- "homepage": "https://github.com/Genuifx/postcss-pxtorpx-pro#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "keywords": [
- "css",
- "rpm",
- "unit",
- "pixel",
- "px",
- "postcss",
- "postcss-plugin"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "prettier --write"
- ]
- },
- "main": "index.js",
- "name": "postcss-pxtorpx-pro",
- "peerDependencies": {
- "postcss": "^8.1.1"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/Genuifx/postcss-pxtorpx-pro.git"
- },
- "scripts": {
- "lint": "eslint .",
- "test": "jasmine-node spec"
- },
- "version": "2.0.0"
- }
|