wishthis/node_modules/autoprefixer/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-07 07:06:43 +00:00
"name": "autoprefixer",
2023-08-17 09:47:40 +00:00
"version": "10.4.15",
2022-04-07 07:06:43 +00:00
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
2023-08-17 09:47:40 +00:00
"engines": {
"node": "^10 || ^12 || >=14"
},
2022-04-07 07:06:43 +00:00
"keywords": [
"autoprefixer",
"css",
"prefix",
"postcss",
"postcss-plugin"
2022-02-23 16:41:13 +00:00
],
2023-08-17 09:47:40 +00:00
"main": "lib/autoprefixer.js",
"bin": "bin/autoprefixer",
"types": "lib/autoprefixer.d.ts",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2022-04-07 07:06:43 +00:00
"author": "Andrey Sitnik <andrey@sitnik.ru>",
"license": "MIT",
"repository": "postcss/autoprefixer",
2023-08-17 09:47:40 +00:00
"bugs": {
"url": "https://github.com/postcss/autoprefixer/issues"
},
"peerDependencies": {
"postcss": "^8.1.0"
},
2022-01-21 08:28:41 +00:00
"dependencies": {
2023-08-17 09:47:40 +00:00
"browserslist": "^4.21.10",
"caniuse-lite": "^1.0.30001520",
"fraction.js": "^4.2.0",
2022-01-21 08:28:41 +00:00
"normalize-range": "^0.1.2",
2023-08-17 09:47:40 +00:00
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
}
2022-01-21 08:28:41 +00:00
}