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
| {
| "_from": "@vue/babel-preset-app@^4.4.4",
| "_id": "@vue/babel-preset-app@4.5.17",
| "_inBundle": false,
| "_integrity": "sha512-iFv9J3F5VKUPcbx+TqW5qhGmAVyXQxPRpKpPOuTLFIVTzg+iwJnrqVbL4kJU5ECGDxPESW2oCVgxv9bTlDPu7w==",
| "_location": "/@vue/babel-preset-app",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@vue/babel-preset-app@^4.4.4",
| "name": "@vue/babel-preset-app",
| "escapedName": "@vue%2fbabel-preset-app",
| "scope": "@vue",
| "rawSpec": "^4.4.4",
| "saveSpec": null,
| "fetchSpec": "^4.4.4"
| },
| "_requiredBy": [
| "/@vue/cli-plugin-babel"
| ],
| "_resolved": "https://registry.npmmirror.com/@vue/babel-preset-app/-/babel-preset-app-4.5.17.tgz",
| "_shasum": "09c64eedfe868bfa3121fc12a59138518f830bde",
| "_spec": "@vue/babel-preset-app@^4.4.4",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-plugin-babel",
| "author": {
| "name": "Evan You"
| },
| "bugs": {
| "url": "https://github.com/vuejs/vue-cli/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@babel/core": "^7.11.0",
| "@babel/helper-compilation-targets": "^7.9.6",
| "@babel/helper-module-imports": "^7.8.3",
| "@babel/plugin-proposal-class-properties": "^7.8.3",
| "@babel/plugin-proposal-decorators": "^7.8.3",
| "@babel/plugin-syntax-dynamic-import": "^7.8.3",
| "@babel/plugin-syntax-jsx": "^7.8.3",
| "@babel/plugin-transform-runtime": "^7.11.0",
| "@babel/preset-env": "^7.11.0",
| "@babel/runtime": "^7.11.0",
| "@vue/babel-plugin-jsx": "^1.0.3",
| "@vue/babel-preset-jsx": "^1.2.4",
| "babel-plugin-dynamic-import-node": "^2.3.3",
| "core-js": "^3.6.5",
| "core-js-compat": "^3.6.5",
| "semver": "^6.1.0"
| },
| "deprecated": false,
| "description": "babel-preset-app for vue-cli",
| "gitHead": "58ff39cef3ec3574018089b3ea5bba5bb0abc10f",
| "homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/babel-preset-app#readme",
| "keywords": [
| "vue",
| "cli"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "@vue/babel-preset-app",
| "peerDependencies": {
| "@babel/core": "*",
| "core-js": "^3",
| "vue": "^2 || ^3.0.0-0"
| },
| "peerDependenciesMeta": {
| "core-js": {
| "optional": true
| },
| "vue": {
| "optional": true
| }
| },
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/vuejs/vue-cli.git",
| "directory": "packages/@vue/babel-preset-app"
| },
| "version": "4.5.17"
| }
|
|