76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"autoprefixer@10.4.0",
|
|
"/d"
|
|
]
|
|
],
|
|
"_from": "autoprefixer@10.4.0",
|
|
"_id": "autoprefixer@10.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==",
|
|
"_location": "/autoprefixer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "autoprefixer@10.4.0",
|
|
"name": "autoprefixer",
|
|
"escapedName": "autoprefixer",
|
|
"rawSpec": "10.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "10.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.0.tgz",
|
|
"_spec": "10.4.0",
|
|
"_where": "/d",
|
|
"author": {
|
|
"name": "Andrey Sitnik",
|
|
"email": "andrey@sitnik.ru"
|
|
},
|
|
"bin": {
|
|
"autoprefixer": "bin/autoprefixer"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/autoprefixer/issues"
|
|
},
|
|
"dependencies": {
|
|
"browserslist": "^4.17.5",
|
|
"caniuse-lite": "^1.0.30001272",
|
|
"fraction.js": "^4.1.1",
|
|
"normalize-range": "^0.1.2",
|
|
"picocolors": "^1.0.0",
|
|
"postcss-value-parser": "^4.1.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/"
|
|
},
|
|
"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.0"
|
|
}
|