Files
botgroup.chat/node_modules/autoprefixer/package.json
2025-02-12 17:18:18 +08:00

84 lines
2.1 KiB
JSON

{
"_from": "autoprefixer@^10.4.16",
"_id": "autoprefixer@10.4.20",
"_inBundle": false,
"_integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==",
"_location": "/autoprefixer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "autoprefixer@^10.4.16",
"name": "autoprefixer",
"escapedName": "autoprefixer",
"rawSpec": "^10.4.16",
"saveSpec": null,
"fetchSpec": "^10.4.16"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/autoprefixer/-/autoprefixer-10.4.20.tgz",
"_shasum": "5caec14d43976ef42e32dcb4bd62878e96be5b3b",
"_spec": "autoprefixer@^10.4.16",
"_where": "/Users/hongbin9/www/botgroup.chat",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"bugs": {
"url": "https://github.com/postcss/autoprefixer/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserslist": "^4.23.3",
"caniuse-lite": "^1.0.30001646",
"fraction.js": "^4.3.7",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.1",
"postcss-value-parser": "^4.2.0"
},
"deprecated": false,
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"engines": {
"node": "^10 || ^12 || >=14"
},
"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"
}
],
"homepage": "https://github.com/postcss/autoprefixer#readme",
"keywords": [
"autoprefixer",
"css",
"prefix",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "lib/autoprefixer.js",
"name": "autoprefixer",
"peerDependencies": {
"postcss": "^8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/autoprefixer.git"
},
"types": "lib/autoprefixer.d.ts",
"version": "10.4.20"
}