Gazebo_simulation-Frontend/node_modules/autoprefixer/package.json

83 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"autoprefixer@9.7.6",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "autoprefixer@9.7.6",
"_id": "autoprefixer@9.7.6",
"_inBundle": false,
"_integrity": "sha512-F7cYpbN7uVVhACZTeeIeealwdGM6wMtfWARVLTy5xmKtgVdBNJvbDRoCK3YO1orcs7gv/KwYlb3iXwu9Ug9BkQ==",
"_location": "/autoprefixer",
"_phantomChildren": {
"chalk": "2.4.2",
"has-flag": "3.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "autoprefixer@9.7.6",
"name": "autoprefixer",
"escapedName": "autoprefixer",
"rawSpec": "9.7.6",
"saveSpec": null,
"fetchSpec": "9.7.6"
},
"_requiredBy": [
"/postcss-preset-env"
],
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.7.6.tgz",
"_spec": "9.7.6",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04:00
"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.1",
"caniuse-lite": "^1.0.30001039",
"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.6"
}