mirror of
https://github.com/analyticsjs/vue-baidu-analytics.git
synced 2025-06-25 19:49:30 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "browserslist",
|
|
"version": "4.14.1",
|
|
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
|
|
"keywords": [
|
|
"caniuse",
|
|
"browsers",
|
|
"target"
|
|
],
|
|
"funding": {
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
|
"license": "MIT",
|
|
"repository": "browserslist/browserslist",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001124",
|
|
"electron-to-chromium": "^1.3.562",
|
|
"escalade": "^3.0.2",
|
|
"node-releases": "^1.1.60"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
},
|
|
"bin": "./cli.js",
|
|
"browser": {
|
|
"./node.js": "./browser.js",
|
|
"path": false
|
|
},
|
|
"__npminstall_done": "Sun Sep 06 2020 16:10:47 GMT+0800 (中国标准时间)",
|
|
"_from": "browserslist@4.14.1",
|
|
"_resolved": "https://registry.npm.taobao.org/browserslist/download/browserslist-4.14.1.tgz?cache=0&sync_timestamp=1599249448856&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrowserslist%2Fdownload%2Fbrowserslist-4.14.1.tgz"
|
|
} |