Files
login/node_modules/@babel/plugin-syntax-bigint/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

55 lines
1.6 KiB
JSON

{
"_from": "@babel/plugin-syntax-bigint@^7.8.3",
"_id": "@babel/plugin-syntax-bigint@7.8.3",
"_inBundle": false,
"_integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
"_location": "/@babel/plugin-syntax-bigint",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-syntax-bigint@^7.8.3",
"name": "@babel/plugin-syntax-bigint",
"escapedName": "@babel%2fplugin-syntax-bigint",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/babel-preset-current-node-syntax",
"/babel-preset-jest",
"/jest-circus/babel-preset-jest"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
"_shasum": "4c9a6f669f5d0cdf1b90a1671e9a146be5300cea",
"_spec": "@babel/plugin-syntax-bigint@^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 BigInt literals",
"devDependencies": {
"@babel/core": "^7.8.0"
},
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-syntax-bigint",
"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-bigint"
},
"version": "7.8.3"
}