Files
Arbitrate-FrontendH5/node_modules/browserslist/package.json
T

96 lines
2.4 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"browserslist@4.22.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
2024-01-18 10:46:33 +08:00
],
2024-04-08 16:23:29 +08:00
"_development": true,
"_from": "browserslist@4.22.1",
"_id": "browserslist@4.22.1",
"_inBundle": false,
"_integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==",
"_location": "/browserslist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserslist@4.22.1",
"name": "browserslist",
"escapedName": "browserslist",
"rawSpec": "4.22.1",
"saveSpec": null,
"fetchSpec": "4.22.1"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@vue/cli-service",
"/autoprefixer",
"/caniuse-api",
"/core-js-compat",
"/postcss-colormin",
"/postcss-convert-values",
"/postcss-merge-rules",
"/postcss-minify-params",
"/postcss-normalize-unicode",
"/postcss-reduce-initial",
"/stylehacks",
"/webpack"
],
"_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz",
"_spec": "4.22.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"browserslist": "cli.js"
},
"browser": {
"./node.js": "./browser.js",
"path": false
},
"bugs": {
"url": "https://github.com/browserslist/browserslist/issues"
},
"dependencies": {
"caniuse-lite": "^1.0.30001541",
"electron-to-chromium": "^1.4.535",
"node-releases": "^2.0.13",
"update-browserslist-db": "^1.0.13"
},
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
"engines": {
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
},
2024-01-18 10:46:33 +08:00
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/browserslist"
},
{
"type": "tidelift",
"url": "https://tidelift.com/funding/github/npm/browserslist"
},
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/browserslist/browserslist#readme",
"keywords": [
"caniuse",
"browsers",
"target"
],
2024-01-18 10:46:33 +08:00
"license": "MIT",
2024-04-08 16:23:29 +08:00
"name": "browserslist",
"repository": {
"type": "git",
"url": "git+https://github.com/browserslist/browserslist.git"
2024-01-18 10:46:33 +08:00
},
"types": "./index.d.ts",
2024-04-08 16:23:29 +08:00
"version": "4.22.1"
2024-01-18 10:46:33 +08:00
}