auspice
Version:
Web app for visualizing pathogen evolution
70 lines (69 loc) • 1.87 kB
JSON
{
"_from": "autoprefixer@^9.6.1",
"_id": "autoprefixer@9.6.4",
"_inBundle": false,
"_integrity": "sha512-Koz2cJU9dKOxG8P1f8uVaBntOv9lP4yz9ffWvWaicv9gHBPhpQB22nGijwd8gqW9CNT+UdkbQOQNLVI8jN1ZfQ==",
"_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": [
"/docusaurus"
],
"_resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.6.4.tgz",
"_shasum": "e6453be47af316b2923eaeaed87860f52ad4b7eb",
"_spec": "autoprefixer@^9.6.1",
"_where": "/Users/naboo/github/nextstrain/auspice/docs-src/node_modules/docusaurus",
"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.0",
"caniuse-lite": "^1.0.30000998",
"chalk": "^2.4.2",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
"postcss": "^7.0.18",
"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"
},
"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.6.4"
}