Files
Speedtest-Tracker/conf/site/node_modules/autoprefixer/package.json
2020-06-10 09:51:51 +01:00

81 lines
2.0 KiB
JSON

{
"_args": [
[
"autoprefixer@9.7.5",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "autoprefixer@9.7.5",
"_id": "autoprefixer@9.7.5",
"_inBundle": false,
"_integrity": "sha512-URo6Zvt7VYifomeAfJlMFnYDhow1rk2bufwkbamPEAtQFcL11moLk4PnR7n9vlu7M+BkXAZkHFA0mIcY7tjQFg==",
"_location": "/autoprefixer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "autoprefixer@9.7.5",
"name": "autoprefixer",
"escapedName": "autoprefixer",
"rawSpec": "9.7.5",
"saveSpec": null,
"fetchSpec": "9.7.5"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.5.tgz",
"_spec": "9.7.5",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"autoprefixer": "bin/autoprefixer"
},
"browser": {
"chalk": false
},
"bugs": {
"url": "https://github.com/postcss/autoprefixer/issues"
},
"dependencies": {
"browserslist": "^4.11.0",
"caniuse-lite": "^1.0.30001036",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.27",
"postcss-value-parser": "^4.0.3"
},
"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.5"
}