Huáng Jùnliàng 45fdb87747 v7.11.0
2020-07-30 17:12:07 -04:00

28 lines
569 B
JSON

{
"name": "@babel/plugin-syntax-decimal",
"version": "7.11.0",
"description": "Allow parsing of decimal",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-syntax-decimal"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"exports": {
".": "./lib/index.js"
},
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
}
}