wecui
Version:
一款基于Vue2.x版本的移动端web组件
40 lines (39 loc) • 984 B
JSON
{
"name": "postcss-selector-matches",
"version": "2.0.5",
"description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
"keywords": [
"postcss",
"postcss-plugin",
"selectors",
"selector",
"matches"
],
"author": "Maxime Thirouin",
"license": "MIT",
"repository": "https://github.com/postcss/postcss-selector-matches.git",
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"balanced-match": "^0.4.2",
"postcss": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-tape-runner": "^2.0.1",
"eslint": "^3.4.0",
"npmpub": "^3.1.0",
"tape": "^4.0.0"
},
"scripts": {
"lint": "eslint .",
"tape": "babel-tape-runner 'test/*.js'",
"test": "npm run lint && npm run tape",
"prepublish": "babel src --out-dir dist",
"release": "npmpub"
}
}