Files
login/node_modules/@babel/plugin-syntax-optional-catch-binding/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:58:40 +05:30

53 lines
1.7 KiB
JSON

{
"_from": "@babel/plugin-syntax-optional-catch-binding@^7.8.3",
"_id": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
"_inBundle": false,
"_integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
"_location": "/@babel/plugin-syntax-optional-catch-binding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-optional-catch-binding@^7.8.3",
"name": "@babel/plugin-syntax-optional-catch-binding",
"escapedName": "@babel%2fplugin-syntax-optional-catch-binding",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/babel-preset-current-node-syntax"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
"_shasum": "6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1",
"_spec": "@babel/plugin-syntax-optional-catch-binding@^7.8.3",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\babel-preset-current-node-syntax",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"deprecated": false,
"description": "Allow parsing of optional catch bindings",
"devDependencies": {
"@babel/core": "^7.8.0"
},
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-syntax-optional-catch-binding",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"
},
"version": "7.8.3"
}