Files
old-kitabcitab-frontend/kitabcitab/node_modules/autoprefixer/package.json
2023-03-08 16:17:26 +01:00

84 lines
2.1 KiB
JSON

{
"_args": [
[
"autoprefixer@10.4.13",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"_development": true,
"_from": "autoprefixer@10.4.13",
"_id": "autoprefixer@10.4.13",
"_inBundle": false,
"_integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==",
"_location": "/autoprefixer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "autoprefixer@10.4.13",
"name": "autoprefixer",
"escapedName": "autoprefixer",
"rawSpec": "10.4.13",
"saveSpec": null,
"fetchSpec": "10.4.13"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz",
"_spec": "10.4.13",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"bugs": {
"url": "https://github.com/postcss/autoprefixer/issues"
},
"dependencies": {
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001426",
"fraction.js": "^4.2.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0"
},
"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"
}
],
"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.13"
}