mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "_args": [
    [
      "browserslist@4.23.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "browserslist@4.23.0",
  "_id": "browserslist@4.23.0",
  "_inBundle": false,
  "_integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
  "_location": "/browserslist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserslist@4.23.0",
    "name": "browserslist",
    "escapedName": "browserslist",
    "rawSpec": "4.23.0",
    "saveSpec": null,
    "fetchSpec": "4.23.0"
  },
  "_requiredBy": [
    "/@babel/helper-compilation-targets",
    "/@vue/cli-service",
    "/autoprefixer",
    "/caniuse-api",
    "/core-js-compat",
    "/postcss-colormin",
    "/postcss-merge-rules",
    "/postcss-minify-params",
    "/postcss-normalize-unicode",
    "/postcss-reduce-initial",
    "/stylehacks"
  ],
  "_resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.23.0.tgz",
  "_spec": "4.23.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "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.30001587",
    "electron-to-chromium": "^1.4.668",
    "node-releases": "^2.0.14",
    "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"
  },
  "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"
    }
  ],
  "homepage": "https://github.com/browserslist/browserslist#readme",
  "keywords": [
    "caniuse",
    "browsers",
    "target"
  ],
  "license": "MIT",
  "name": "browserslist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/browserslist/browserslist.git"
  },
  "types": "./index.d.ts",
  "version": "4.23.0"
}