github-pages-deploy-action/node_modules/@babel/plugin-syntax-bigint/package.json

24 lines
535 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "@babel/plugin-syntax-bigint",
"version": "7.8.3",
2020-03-31 20:42:07 +08:00
"description": "Allow parsing of BigInt literals",
2020-03-31 20:57:48 +08:00
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-bigint",
"license": "MIT",
"publishConfig": {
"access": "public"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"main": "lib/index.js",
2020-03-31 20:42:07 +08:00
"keywords": [
"babel-plugin"
],
2020-03-31 20:57:48 +08:00
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
2020-03-31 20:42:07 +08:00
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
2020-03-31 20:57:48 +08:00
"devDependencies": {
"@babel/core": "^7.8.0"
}
2020-03-31 20:42:07 +08:00
}