mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
28 lines
624 B
JSON
28 lines
624 B
JSON
{
|
|
"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"
|
|
} |