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
| {
| "_from": "@nuxt/babel-preset-app@2.15.8",
| "_id": "@nuxt/babel-preset-app@2.15.8",
| "_inBundle": false,
| "_integrity": "sha512-z23bY5P7dLTmIbk0ZZ95mcEXIEER/mQCOqEp2vxnzG2nurks+vq6tNcUAXqME1Wl6aXWTXlqky5plBe7RQHzhQ==",
| "_location": "/@nuxt/babel-preset-app",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@nuxt/babel-preset-app@2.15.8",
| "name": "@nuxt/babel-preset-app",
| "escapedName": "@nuxt%2fbabel-preset-app",
| "scope": "@nuxt",
| "rawSpec": "2.15.8",
| "saveSpec": null,
| "fetchSpec": "2.15.8"
| },
| "_requiredBy": [
| "/@nuxt/webpack",
| "/nuxt"
| ],
| "_resolved": "https://registry.npmjs.org/@nuxt/babel-preset-app/-/babel-preset-app-2.15.8.tgz",
| "_shasum": "c78eb8c47c1cafec1c5aba6a52385a3ce877b968",
| "_spec": "@nuxt/babel-preset-app@2.15.8",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\nuxt",
| "author": {
| "name": "Evan You"
| },
| "bugs": {
| "url": "https://github.com/nuxt/nuxt.js/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Clark Du"
| }
| ],
| "dependencies": {
| "@babel/compat-data": "^7.14.0",
| "@babel/core": "^7.14.0",
| "@babel/helper-compilation-targets": "^7.13.16",
| "@babel/helper-module-imports": "^7.13.12",
| "@babel/plugin-proposal-class-properties": "^7.13.0",
| "@babel/plugin-proposal-decorators": "^7.13.15",
| "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
| "@babel/plugin-proposal-optional-chaining": "^7.13.12",
| "@babel/plugin-proposal-private-methods": "^7.13.0",
| "@babel/plugin-transform-runtime": "^7.13.15",
| "@babel/preset-env": "^7.14.1",
| "@babel/runtime": "^7.14.0",
| "@vue/babel-preset-jsx": "^1.2.4",
| "core-js": "^2.6.5",
| "core-js-compat": "^3.12.1",
| "regenerator-runtime": "^0.13.7"
| },
| "deprecated": false,
| "description": "babel-preset-app for nuxt",
| "homepage": "https://github.com/nuxt/nuxt.js#readme",
| "license": "MIT",
| "main": "src/index.js",
| "name": "@nuxt/babel-preset-app",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt/nuxt.js.git"
| },
| "version": "2.15.8"
| }
|
|