Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
2b1b1ad8
Commit
2b1b1ad8
authored
Mar 26, 2019
by
jackie / Andrea Ida Malkah Klaura
Browse files
META: upgrade vue-cli
parent
f2bb3f43
Changes
2
Show whitespace changes
Inline
Side-by-side
package-lock.json
View file @
2b1b1ad8
...
...
@@ -14,25 +14,94 @@
}
},
"@babel/core": {
"version"
:
"7.
2.2
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/core/-/core-7.
2.2
.tgz"
,
"integrity"
:
"sha512-
59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw
=="
,
"version": "7.
4.0
",
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
4.0
.tgz",
"integrity": "sha512-
Dzl7U0/T69DFOTwqz/FJdnOSWS57NpjNfCwMKHABr589Lg8uX1RrlBIJ7L5Dubt/xkLsx0xH5EBFzlBVes1ayA
==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator"
:
"^7.
2.2
"
,
"@babel/helpers"
:
"^7.
2
.0"
,
"@babel/parser"
:
"^7.
2.2
"
,
"@babel/template"
:
"^7.
2.2
"
,
"@babel/traverse"
:
"^7.
2.2
"
,
"@babel/types"
:
"^7.
2.2
"
,
"@babel/generator": "^7.
4.0
",
"@babel/helpers": "^7.
4
.0",
"@babel/parser": "^7.
4.0
",
"@babel/template": "^7.
4.0
",
"@babel/traverse": "^7.
4.0
",
"@babel/types": "^7.
4.0
",
"convert-source-map": "^1.1.0",
"debug": "^4.1.0",
"json5": "^2.1.0",
"lodash"
:
"^4.17.1
0
"
,
"lodash": "^4.17.1
1
",
"resolve": "^1.3.2",
"semver": "^5.4.1",
"source-map": "^0.5.0"
},
"dependencies": {
"@babel/generator": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
"integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.11",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
"integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0"
}
},
"@babel/parser": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.2.tgz",
"integrity": "sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==",
"dev": true
},
"@babel/template": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.0.tgz",
"integrity": "sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.4.0",
"@babel/types": "^7.4.0"
}
},
"@babel/traverse": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
"integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.0",
"@babel/parser": "^7.4.0",
"@babel/types": "^7.4.0",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.11"
}
},
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/generator": {
...
...
@@ -68,38 +137,132 @@
}
},
"@babel/helper-call-delegate": {
"version"
:
"7.
1
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.
1
.0.tgz"
,
"integrity"
:
"sha512-
YEtYZrw3GUK6emQHKthltKNZwszBcHK58Ygcis+gVUrF4/FmTVr5CCqQNSfmvg2y+YDEANyYoaLz/SHsnusCw
Q=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.
4
.0.tgz",
"integrity": "sha512-
SdqDfbVdNQCBp3WhK2mNdDvHd3BD6qbmIc43CAyjnsfCmgHMeqgDcM3BzY2lchi7HBJGJ2CVdynLWbezaE4mm
Q==",
"dev": true,
"requires": {
"@babel/helper-hoist-variables"
:
"^7.0.0"
,
"@babel/traverse"
:
"^7.1.0"
,
"@babel/types"
:
"^7.0.0"
"@babel/helper-hoist-variables": "^7.4.0",
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0"
},
"dependencies": {
"@babel/generator": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
"integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.11",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
"integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0"
}
},
"@babel/parser": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.2.tgz",
"integrity": "sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==",
"dev": true
},
"@babel/traverse": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
"integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.0",
"@babel/parser": "^7.4.0",
"@babel/types": "^7.4.0",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.11"
}
},
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/helper-create-class-features-plugin": {
"version"
:
"7.
3.2
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
3.2
.tgz"
,
"integrity"
:
"sha512-
tdW8+V8ceh2US4GsYdNVNoohq5uVwOf9k6krjwW4E1lINcHgttnWcNqgdoessn12dAy8QkbezlbQh2nXISNY+A
=="
,
"version": "7.
4.0
",
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
4.0
.tgz",
"integrity": "sha512-
2K8NohdOT7P6Vyp23QH4w2IleP8yG3UJsbRKwA4YP6H8fErcLkFuuEEqbF2/BYBKSNci/FWJiqm6R3VhM/QHgw
==",
"dev": true,
"requires": {
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers"
:
"^7.2.3"
"@babel/helper-replace-supers": "^7.4.0",
"@babel/helper-split-export-declaration": "^7.4.0"
},
"dependencies": {
"@babel/helper-split-export-declaration": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
"integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0"
}
},
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/helper-define-map": {
"version"
:
"7.
1
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.
1
.0.tgz"
,
"integrity"
:
"sha512-
yPPcW8dc3gZLN+U1mhYV91QU3n5uTbx7DUdf8NnPbjS0RMwBuHi9Xt2MUgppmNz7CJxTBWsGczTiEp1CSOTPRg
=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.
4
.0.tgz",
"integrity": "sha512-
wAhQ9HdnLIywERVcSvX40CEJwKdAa1ID4neI9NXQPDOHwwA+57DqwLiPEVy2AIyWzAk0CQ8qx4awO0VUURwLtA
==",
"dev": true,
"requires": {
"@babel/helper-function-name": "^7.1.0",
"@babel/types"
:
"^7.0.0"
,
"lodash"
:
"^4.17.10"
"@babel/types": "^7.4.0",
"lodash": "^4.17.11"
},
"dependencies": {
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/helper-explode-assignable-expression": {
...
...
@@ -133,12 +296,25 @@
}
},
"@babel/helper-hoist-variables": {
"version"
:
"7.
0
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
0
.0.tgz"
,
"integrity"
:
"sha512-
Ggv5sldXUeSKsuzLkddtyhyHe2YantsxWKNi7A+7LeD12ExRDWTRk29JCXpaHPAbMaIPZSil7n+lq78WY2VY7
w=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
4
.0.tgz",
"integrity": "sha512-
/NErCuoe/et17IlAQFKWM24qtyYYie7sFIrW/tIQXpck6vAu2hhtYYsKLBWQV+BQZMbcIYPU/QMYuTufrY4aQ
w==",
"dev": true,
"requires": {
"@babel/types"
:
"^7.0.0"
"@babel/types": "^7.4.0"
},
"dependencies": {
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/helper-member-expression-to-functions": {
...
...
@@ -211,15 +387,73 @@
}
},
"@babel/helper-replace-supers": {
"version"
:
"7.
2.3
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
2.3
.tgz"
,
"integrity"
:
"sha512-
GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA
=="
,
"version": "7.
4.0
",
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
4.0
.tgz",
"integrity": "sha512-
PVwCVnWWAgnal+kJ+ZSAphzyl58XrFeSKSAJRiqg5QToTsjL+Xu1f9+RJ+d+Q0aPhPfBGaYfkox66k86thxNSg
==",
"dev": true,
"requires": {
"@babel/helper-member-expression-to-functions": "^7.0.0",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/traverse"
:
"^7.2.3"
,
"@babel/types"
:
"^7.0.0"
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0"
},
"dependencies": {
"@babel/generator": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
"integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.11",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
"integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0"
}
},
"@babel/parser": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.2.tgz",
"integrity": "sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==",
"dev": true
},
"@babel/traverse": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
"integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.0",
"@babel/parser": "^7.4.0",
"@babel/types": "^7.4.0",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.11"
}
},
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/helper-simple-access": {
...
...
@@ -254,14 +488,83 @@
}
},
"@babel/helpers": {
"version"
:
"7.
3.1
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/helpers/-/helpers-7.
3.1
.tgz"
,
"integrity"
:
"sha512-
Q82R3jKsVpUV99mgX50gOPCWwco9Ec5Iln/8Vyu4osNIOQgSrd9RFrQeUvmvddFNoLwMyOUWU+5ckioEKpDoGA
=="
,
"version": "7.
4.2
",
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
4.2
.tgz",
"integrity": "sha512-
gQR1eQeroDzFBikhrCccm5Gs2xBjZ57DNjGbqTaHo911IpmSxflOQWMAHPw/TXk8L3isv7s9lYzUkexOeTQUYg
==",
"dev": true,
"requires": {
"@babel/template"
:
"^7.1.2"
,
"@babel/traverse"
:
"^7.1.5"
,
"@babel/types"
:
"^7.3.0"
"@babel/template": "^7.4.0",
"@babel/traverse": "^7.4.0",
"@babel/types": "^7.4.0"
},
"dependencies": {
"@babel/generator": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
"integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0",
"jsesc": "^2.5.1",
"lodash": "^4.17.11",
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
}
},
"@babel/helper-split-export-declaration": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
"integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0"
}
},
"@babel/parser": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.4.2.tgz",
"integrity": "sha512-9fJTDipQFvlfSVdD/JBtkiY0br9BtfvW2R8wo6CX/Ej2eMuV0gWPk1M67Mt3eggQvBqYW1FCEk8BN7WvGm/g5g==",
"dev": true
},
"@babel/template": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.0.tgz",
"integrity": "sha512-SOWwxxClTTh5NdbbYZ0BmaBVzxzTh2tO/TeLTbF6MO6EzVhHTnff8CdBXx3mEtazFBoysmEM6GU/wF+SuSx4Fw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.4.0",
"@babel/types": "^7.4.0"
}
},
"@babel/traverse": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.4.0.tgz",
"integrity": "sha512-/DtIHKfyg2bBKnIN+BItaIlEg5pjAnzHOIQe5w+rHAw/rg9g0V7T4rqPX8BJPfW11kt3koyjAnTNwCzb28Y1PA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/generator": "^7.4.0",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-split-export-declaration": "^7.4.0",
"@babel/parser": "^7.4.0",
"@babel/types": "^7.4.0",
"debug": "^4.1.0",
"globals": "^11.1.0",
"lodash": "^4.17.11"
}
},
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/highlight": {
...
...
@@ -293,22 +596,22 @@
}
},
"@babel/plugin-proposal-class-properties": {
"version"
:
"7.
3
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.
3
.0.tgz"
,
"integrity"
:
"sha512-
wNHxLkEKTQ2ay0tnsam2z7fGZUi+05ziDJflEt3AZTP3oXLKHJp9HqhfroB/vdMvt3sda9fAbq7FsG8QPDrZB
g=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.
4
.0.tgz",
"integrity": "sha512-
t2ECPNOXsIeK1JxJNKmgbzQtoG27KIlVE61vTqX0DKR9E9sZlVVxWUtEW9D5FlZ8b8j7SBNCHY47GgPKCKlpP
g==",
"dev": true,
"requires": {
"@babel/helper-create-class-features-plugin"
:
"^7.
3
.0"
,
"@babel/helper-create-class-features-plugin": "^7.
4
.0",
"@babel/helper-plugin-utils": "^7.0.0"
}
},
"@babel/plugin-proposal-decorators": {
"version"
:
"7.
3
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.
3
.0.tgz"
,
"integrity"
:
"sha512-
3W/oCUmsO43FmZIqermmq6TKaRSYhmh/vybPfVFwQWdSb8xwki38uAIvknCRzuyHRuYfCYmJzL9or1v0AffPj
g=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.
4
.0.tgz",
"integrity": "sha512-
d08TLmXeK/XbgCo7ZeZ+JaeZDtDai/2ctapTRsWWkkmy7G/cqz8DQN/HlWG7RR4YmfXxmExsbU3SuCjlM7AtU
g==",
"dev": true,
"requires": {
"@babel/helper-create-class-features-plugin"
:
"^7.
3
.0"
,
"@babel/helper-create-class-features-plugin": "^7.
4
.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/plugin-syntax-decorators": "^7.2.0"
}
...
...
@@ -324,9 +627,9 @@
}
},
"@babel/plugin-proposal-object-rest-spread": {
"version"
:
"7.
3.2
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
3.2
.tgz"
,
"integrity"
:
"sha512-
DjeMS+J2+lpANkYLLO+m6GjoTMygYglKmRe6cDTbFv3L9i6mmiE8fe6B8MtCSLZpVXscD5kn7s6SgtHrDoBWoA
=="
,
"version": "7.
4.0
",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
4.0
.tgz",
"integrity": "sha512-
uTNi8pPYyUH2eWHyYWWSYJKwKg34hhgl4/dbejEjL+64OhbHjTX7wEVWMQl82tEmdDsGeu77+s8HHLS627h6OQ
==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
...
...
@@ -344,14 +647,14 @@
}
},
"@babel/plugin-proposal-unicode-property-regex": {
"version"
:
"7.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.
2
.0.tgz"
,
"integrity"
:
"sha512-
LvRVYb7kikuOtIoUeWTkOxQEV1kYvL5B6U3iWEGCzPNRus1MzJweFqORTj+0jkxozkTSYNJozPOddxmqdqsRp
w=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.
4
.0.tgz",
"integrity": "sha512-
h/KjEZ3nK9wv1P1FSNb9G079jXrNYR0Ko+7XkOx85+gM24iZbPn0rh4vCftk+5QKY7y1uByFataBTmX7irEF1
w==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-regex": "^7.0.0",
"regexpu-core"
:
"^4.
2.0
"
"regexpu-core": "^4.
5.4
"
}
},
"@babel/plugin-syntax-async-generators": {
...
...
@@ -427,9 +730,9 @@
}
},
"@babel/plugin-transform-async-to-generator": {
"version"
:
"7.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
2
.0.tgz"
,
"integrity"
:
"sha512-
CEHzg4g5UraReozI9D4fblBYABs7IM6UerAVG7EJVrTLC5keh00aEuLUT+O40+mJCEzaXkYfTCUKIyeDfMOFFQ
=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
4
.0.tgz",
"integrity": "sha512-
EeaFdCeUULM+GPFEsf7pFcNSxM7hYjoj5fiYbyuiXobW4JhFnjAv9OWzNwHyHcKoPNpAfeRDuW6VyaXEDUBa7g
==",
"dev": true,
"requires": {
"@babel/helper-module-imports": "^7.0.0",
...
...
@@ -447,29 +750,51 @@
}
},
"@babel/plugin-transform-block-scoping": {
"version"
:
"7.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
2
.0.tgz"
,
"integrity"
:
"sha512-
vDTgf19ZEV6mx35yiPJe4fS02mPQUUcBNwWQSZFXSzTSbsJFQvHt7DqyS3LK8oOWALFOsJ+8bbqBgkirZteD5
Q=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
4
.0.tgz",
"integrity": "sha512-
AWyt3k+fBXQqt2qb9r97tn3iBwFpiv9xdAiG+Gr2HpAZpuayvbL55yWrsV3MyHvXk/4vmSiedhDRl1YI2Iy5n
Q==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0",
"lodash"
:
"^4.17.1
0
"
"lodash": "^4.17.1
1
"
}
},
"@babel/plugin-transform-classes": {
"version"
:
"7.
2.2
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
2.2
.tgz"
,
"integrity"
:
"sha512-
gEZvgTy1VtcDOaQty1l10T3jQmJKlNVxLDCs+3rCVPr6nMkODLELxViq5X9l+rfxbie3XrfrMCYYY6eX3aOcOQ
=="
,
"version": "7.
4.0
",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
4.0
.tgz",
"integrity": "sha512-
XGg1Mhbw4LDmrO9rSTNe+uI79tQPdGs0YASlxgweYRLZqo/EQktjaOV4tchL/UZbM0F+/94uOipmdNGoaGOEYg
==",
"dev": true,
"requires": {
"@babel/helper-annotate-as-pure": "^7.0.0",
"@babel/helper-define-map"
:
"^7.
1
.0"
,
"@babel/helper-define-map": "^7.
4
.0",
"@babel/helper-function-name": "^7.1.0",
"@babel/helper-optimise-call-expression": "^7.0.0",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/helper-replace-supers"
:
"^7.
1
.0"
,
"@babel/helper-split-export-declaration"
:
"^7.
0
.0"
,
"@babel/helper-replace-supers": "^7.
4
.0",
"@babel/helper-split-export-declaration": "^7.
4
.0",
"globals": "^11.1.0"
},
"dependencies": {
"@babel/helper-split-export-declaration": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz",
"integrity": "sha512-7Cuc6JZiYShaZnybDmfwhY4UYHzI6rlqhWjaIqbsJGsIqPimEYy5uh3akSRLMg65LSdSEnJ8a8/bWQN6u2oMGw==",
"dev": true,
"requires": {
"@babel/types": "^7.4.0"
}
},
"@babel/types": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
"integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
"dev": true,
"requires": {
"esutils": "^2.0.2",
"lodash": "^4.17.11",
"to-fast-properties": "^2.0.0"
}
}
}
},
"@babel/plugin-transform-computed-properties": {
...
...
@@ -482,9 +807,9 @@
}
},
"@babel/plugin-transform-destructuring": {
"version"
:
"7.
3.2
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
3.2
.tgz"
,
"integrity"
:
"sha512-
Lrj/u53Ufqxl/sGxyjsJ2XNtNuEjDyjpqdhMNh5aZ+XFOdThL46KBj27Uem4ggoezSYBxKWAil6Hu8HtwqesYw
=="
,
"version": "7.
4.0
",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
4.0
.tgz",
"integrity": "sha512-
HySkoatyYTY3ZwLI8GGvkRWCFrjAGXUHur5sMecmCIdIharnlcWWivOqDJI76vvmVZfzwb6G08NREsrY96RhGQ
==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0"
...
...
@@ -521,9 +846,9 @@
}
},
"@babel/plugin-transform-for-of": {
"version"
:
"7.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
2
.0.tgz"
,
"integrity"
:
"sha512-
Kz7Mt0SsV2tQk6jG5bBv5phVbkd0gd27SgYD4hH1aLMJRchM0dzHaXvrWhVZ+WxAlDoAKZ7Uy3jVTW2mKXQ1W
Q=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
4
.0.tgz",
"integrity": "sha512-
vWdfCEYLlYSxbsKj5lGtzA49K3KANtb8qCPQ1em07txJzsBwY+cKJzBHizj5fl3CCx7vt+WPdgDLTHmydkbQS
Q==",
"dev": true,
"requires": {
"@babel/helper-plugin-utils": "^7.0.0"
...
...
@@ -559,9 +884,9 @@
}
},
"@babel/plugin-transform-modules-commonjs": {
"version"
:
"7.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
2
.0.tgz"
,
"integrity"
:
"sha512-
V6y0uaUQrQPXUrmj+hgnks8va2L0zcZymeU7TtWEgdRLNkceafKXEduv7QzgQAE4lT+suwooG9dC7LFhdRAbVQ
=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
4
.0.tgz",
"integrity": "sha512-
iWKAooAkipG7g1IY0eah7SumzfnIT3WNhT4uYB2kIsvHnNSB6MDYVa5qyICSwaTBDBY2c4SnJ3JtEa6ltJd6Jw
==",
"dev": true,
"requires": {
"@babel/helper-module-transforms": "^7.1.0",
...
...
@@ -570,12 +895,12 @@
}
},
"@babel/plugin-transform-modules-systemjs": {
"version"
:
"7.
2
.0"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
2
.0.tgz"
,
"integrity"
:
"sha512-
aYJwpAhoK9a+1+O625WIjvMY11wkB/ok0WClVwmeo3mCjcNRjt+/8gHWrB5i+00mUju0gWsBkQnPpdvQ7PImm
Q=="
,
"version": "7.
4
.0",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
4
.0.tgz",
"integrity": "sha512-
gjPdHmqiNhVoBqus5qK60mWPp1CmYWp/tkh11mvb0rrys01HycEGD7NvvSoKXlWEfSM9TcL36CpsK8ElsADpt
Q==",
"dev": true,
"requires": {
"@babel/helper-hoist-variables"
:
"^7.
0
.0"
,
"@babel/helper-hoist-variables": "^7.
4
.0",
"@babel/helper-plugin-utils": "^7.0.0"
}
},
...
...
@@ -590,18 +915,18 @@
}
},
"@babel/plugin-transform-named-capturing-groups-regex": {
"version"
:
"7.
3.0
"
,
"resolved"
:
"https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
3.0
.tgz"
,
"integrity"
:
"sha512-N
xIoNVhk9ZxS+9lSoAQ/LM0V2UEvARLttEHUrRDGKFaAxOYQcrkN/nLRE+BbbicCAvZPl7wMP0X60HsHE5DtQw
=="
,
"version": "7.
4.2
",
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
4.2
.tgz",
"integrity": "sha512-N
sAuliSwkL3WO2dzWTOL1oZJHm0TM8ZY8ZSxk2ANyKkt5SQlToGA4pzctmq1BEjoacurdwZ3xp2dCQWJkME0gQ
==",
"dev": true,
"requires": {
<