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
| {
| "_from": "@babel/compat-data@^7.25.9",
| "_id": "@babel/compat-data@7.26.3",
| "_inBundle": false,
| "_integrity": "sha512-nHIxvKPniQXpmQLb0vhY3VaFb3S0YrTAwpOWJZh1wn3oJPjJk9Asva204PsBdmAE8vpzfHudT8DB0scYvy9q0g==",
| "_location": "/@dcloudio/uni-push/@babel/compat-data",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@babel/compat-data@^7.25.9",
| "name": "@babel/compat-data",
| "escapedName": "@babel%2fcompat-data",
| "scope": "@babel",
| "rawSpec": "^7.25.9",
| "saveSpec": null,
| "fetchSpec": "^7.25.9"
| },
| "_requiredBy": [
| "/@dcloudio/uni-push/@babel/helper-compilation-targets"
| ],
| "_resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.3.tgz",
| "_shasum": "99488264a56b2aded63983abd6a417f03b92ed02",
| "_spec": "@babel/compat-data@^7.25.9",
| "_where": "D:\\new\\car-app\\CarDriver_APP\\node_modules\\@dcloudio\\uni-push\\node_modules\\@babel\\helper-compilation-targets",
| "author": {
| "name": "The Babel Team",
| "url": "https://babel.dev/team"
| },
| "bugs": {
| "url": "https://github.com/babel/babel/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "The compat-data to determine required Babel plugins",
| "devDependencies": {
| "@mdn/browser-compat-data": "^5.5.36",
| "core-js-compat": "^3.37.1",
| "electron-to-chromium": "^1.4.816"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "exports": {
| "./plugins": "./plugins.js",
| "./native-modules": "./native-modules.js",
| "./corejs2-built-ins": "./corejs2-built-ins.js",
| "./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
| "./overlapping-plugins": "./overlapping-plugins.js",
| "./plugin-bugfixes": "./plugin-bugfixes.js"
| },
| "homepage": "https://github.com/babel/babel#readme",
| "keywords": [
| "babel",
| "compat-table",
| "compat-data"
| ],
| "license": "MIT",
| "name": "@babel/compat-data",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel.git",
| "directory": "packages/babel-compat-data"
| },
| "scripts": {
| "build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
| },
| "type": "commonjs",
| "version": "7.26.3"
| }
|
|