保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "browserslist@4.17.4",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "browserslist@4.17.4",
  "_id": "browserslist@4.17.4",
  "_inBundle": false,
  "_integrity": "sha512-Zg7RpbZpIJRW3am9Lyckue7PLytvVxxhJj1CaJVlCWENsGEAOlnlt8X0ZxGRPp7Bt9o8tIRM5SEXy4BCPMJjLQ==",
  "_location": "/browserslist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "browserslist@4.17.4",
    "name": "browserslist",
    "escapedName": "browserslist",
    "rawSpec": "4.17.4",
    "saveSpec": null,
    "fetchSpec": "4.17.4"
  },
  "_requiredBy": [
    "/@babel/helper-compilation-targets",
    "/@types/browserslist",
    "/autoprefixer",
    "/caniuse-api",
    "/core-js-compat",
    "/postcss-colormin",
    "/postcss-merge-rules",
    "/postcss-minify-params",
    "/postcss-normalize-unicode",
    "/postcss-preset-env",
    "/postcss-reduce-initial",
    "/stylehacks"
  ],
  "_resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.4.tgz",
  "_spec": "4.17.4",
  "_where": "/Users/tomas/PAM/PAMapp",
  "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.30001265",
    "electron-to-chromium": "^1.3.867",
    "escalade": "^3.1.1",
    "node-releases": "^2.0.0",
    "picocolors": "^1.0.0"
  },
  "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"
  },
  "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.17.4"
}