| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "postcss",
- "version": "6.0.23",
- "description": "Tool for transforming styles with JS plugins",
- "engines": {
- "node": ">=4.0.0"
- },
- "keywords": [
- "css",
- "postcss",
- "rework",
- "preprocessor",
- "parser",
- "source map",
- "transform",
- "manipulation",
- "transpiler"
- ],
- "author": "Andrey Sitnik <andrey@sitnik.ru>",
- "license": "MIT",
- "homepage": "https://postcss.org/",
- "repository": "postcss/postcss",
- "dependencies": {
- "chalk": "^2.4.1",
- "source-map": "^0.6.1",
- "supports-color": "^5.4.0"
- },
- "main": "lib/postcss",
- "types": "lib/postcss.d.ts",
- "browser": {
- "supports-color": false,
- "chalk": false,
- "fs": false
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
- "_from": "postcss@6.0.23",
- "_resolved": "https://registry.npm.taobao.org/postcss/download/postcss-6.0.23.tgz?cache=0&sync_timestamp=1607512884715&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss%2Fdownload%2Fpostcss-6.0.23.tgz"
- }
|