Urara-Blog/node_modules/.pnpm-store/v3/files/55/ec6ab86a9179a85cb5e1d24e1384e9fe0c365a744103aa593da3bd2b60fd13ce4a40ce1c64a8f9ac70ca2d2c6b189236ebc4746b8c3b03cacd2d2937281e49
2022-08-14 01:14:53 +08:00

23 lines
593 B
Text

{
"name": "@babel/plugin-syntax-nullish-coalescing-operator",
"version": "7.8.3",
"description": "Allow parsing of the nullish-coalescing operator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.8.0"
}
}