You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
2.0 KiB
76 lines
2.0 KiB
{ |
|
"_from": "autoprefixer@^9.6.1", |
|
"_id": "autoprefixer@9.7.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-LCAfcdej1182uVvPOZnytbq61AhnOZ/4JelDaJGDeNwewyU1AMaNthcHsyz1NRjTmd2FkurMckLWfkHg3Z//KA==", |
|
"_location": "/autoprefixer", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "autoprefixer@^9.6.1", |
|
"name": "autoprefixer", |
|
"escapedName": "autoprefixer", |
|
"rawSpec": "^9.6.1", |
|
"saveSpec": null, |
|
"fetchSpec": "^9.6.1" |
|
}, |
|
"_requiredBy": [ |
|
"/postcss-preset-env" |
|
], |
|
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.2.tgz", |
|
"_shasum": "26cf729fbb709323b40171a874304884dcceffed", |
|
"_spec": "autoprefixer@^9.6.1", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/postcss-preset-env", |
|
"author": { |
|
"name": "Andrey Sitnik", |
|
"email": "andrey@sitnik.ru" |
|
}, |
|
"bin": { |
|
"autoprefixer": "./bin/autoprefixer" |
|
}, |
|
"browser": { |
|
"chalk": false |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/postcss/autoprefixer/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"browserslist": "^4.7.3", |
|
"caniuse-lite": "^1.0.30001010", |
|
"chalk": "^2.4.2", |
|
"normalize-range": "^0.1.2", |
|
"num2fraction": "^1.2.2", |
|
"postcss": "^7.0.23", |
|
"postcss-value-parser": "^4.0.2" |
|
}, |
|
"deprecated": false, |
|
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", |
|
"engines": { |
|
"node": ">=6.0.0" |
|
}, |
|
"eslintIgnore": [ |
|
"build/" |
|
], |
|
"funding": { |
|
"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", |
|
"name": "autoprefixer", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/postcss/autoprefixer.git" |
|
}, |
|
"version": "9.7.2" |
|
}
|
|
|