Dotawo/node_modules/autoprefixer/package.json

78 lines
1.9 KiB
JSON
Raw Normal View History

2020-10-28 23:37:25 +01:00
{
"_from": "autoprefixer",
"_id": "autoprefixer@10.0.1",
"_inBundle": false,
"_integrity": "sha512-aQo2BDIsoOdemXUAOBpFv4ZQa2DrOtEufarYhtFsK1088Ca0TUwu/aQWf0M3mrILXZ3mTIVn1lR3hPW8acacsw==",
"_location": "/autoprefixer",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "autoprefixer",
"name": "autoprefixer",
"escapedName": "autoprefixer",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.0.1.tgz",
"_shasum": "e2d9000f84ebd98d77b7bc16f8adb2ff1f7bb946",
"_spec": "autoprefixer",
"_where": "/home/l/Dotawo",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"browser": {
"colorette": false,
"chalk": false
},
"bugs": {
"url": "https://github.com/postcss/autoprefixer/issues"
},
"bundleDependencies": false,
"dependencies": {
"browserslist": "^4.14.5",
"caniuse-lite": "^1.0.30001137",
"colorette": "^1.2.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss-value-parser": "^4.1.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/"
},
"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"
},
"version": "10.0.1"
}