UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

40 lines (39 loc) 911 B
{ "name": "postcss-selector-not", "version": "2.0.0", "description": "PostCSS plugin to transform :not() W3C CSS leve 4 pseudo class to :not() CSS level 3 selectors", "keywords": [ "postcss", "postcss-plugin", "selectors", "selector", "Not" ], "author": "Maxime Thirouin", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/postcss/postcss-selector-not.git" }, "main": "dist/index.js", "files": [ "dist" ], "dependencies": { "balanced-match": "^0.2.0", "postcss": "^5.0.0" }, "devDependencies": { "babel": "^5.1.13", "babel-eslint": "^3.1.15", "babel-tape-runner": "^1.1.0", "eslint": "^1.0.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" } }