mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
8539cacbbe
Extracted out of https://github.com/denoland/deno/pull/25614 It's better for these to be non-minified because then diffs are better when adding new versions.
115 lines
3.6 KiB
JSON
115 lines
3.6 KiB
JSON
{
|
|
"name": "postcss",
|
|
"description": "Tool for transforming styles with JS plugins",
|
|
"dist-tags": {
|
|
"latest": "8.4.16"
|
|
},
|
|
"versions": {
|
|
"8.4.16": {
|
|
"name": "postcss",
|
|
"version": "8.4.16",
|
|
"description": "Tool for transforming styles with JS plugins",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": "./lib/postcss.js",
|
|
"import": "./lib/postcss.mjs",
|
|
"types": "./lib/postcss.d.ts"
|
|
},
|
|
"./lib/at-rule": "./lib/at-rule.js",
|
|
"./lib/comment": "./lib/comment.js",
|
|
"./lib/container": "./lib/container.js",
|
|
"./lib/css-syntax-error": "./lib/css-syntax-error.js",
|
|
"./lib/declaration": "./lib/declaration.js",
|
|
"./lib/fromJSON": "./lib/fromJSON.js",
|
|
"./lib/input": "./lib/input.js",
|
|
"./lib/lazy-result": "./lib/lazy-result.js",
|
|
"./lib/no-work-result": "./lib/no-work-result.js",
|
|
"./lib/list": "./lib/list.js",
|
|
"./lib/map-generator": "./lib/map-generator.js",
|
|
"./lib/node": "./lib/node.js",
|
|
"./lib/parse": "./lib/parse.js",
|
|
"./lib/parser": "./lib/parser.js",
|
|
"./lib/postcss": "./lib/postcss.js",
|
|
"./lib/previous-map": "./lib/previous-map.js",
|
|
"./lib/processor": "./lib/processor.js",
|
|
"./lib/result": "./lib/result.js",
|
|
"./lib/root": "./lib/root.js",
|
|
"./lib/rule": "./lib/rule.js",
|
|
"./lib/stringifier": "./lib/stringifier.js",
|
|
"./lib/stringify": "./lib/stringify.js",
|
|
"./lib/symbols": "./lib/symbols.js",
|
|
"./lib/terminal-highlight": "./lib/terminal-highlight.js",
|
|
"./lib/tokenize": "./lib/tokenize.js",
|
|
"./lib/warn-once": "./lib/warn-once.js",
|
|
"./lib/warning": "./lib/warning.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./lib/postcss.js",
|
|
"types": "./lib/postcss.d.ts",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
}
|
|
],
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss/issues"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": "^3.3.4",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"browser": {
|
|
"./lib/terminal-highlight": false,
|
|
"source-map-js": false,
|
|
"path": false,
|
|
"url": false,
|
|
"fs": false
|
|
},
|
|
"gitHead": "bc18340b6bcbea43839e56a8b61b939396b487ef",
|
|
"_id": "postcss@8.4.16",
|
|
"_nodeVersion": "18.7.0",
|
|
"_npmVersion": "8.15.0",
|
|
"dist": {
|
|
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
|
|
"shasum": "33a1d675fac39941f5f445db0de4db2b6e01d43c",
|
|
"tarball": "http://localhost:4260/postcss/postcss-8.4.16.tgz",
|
|
"fileCount": 54,
|
|
"unpackedSize": 186792
|
|
},
|
|
"directories": {},
|
|
"_hasShrinkwrap": false
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss.git"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss/issues"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://postcss.org/"
|
|
}
|