UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@babel/plugin-proposal-optional-chaining",
3 "version": "7.20.7",
4 "description": "Transform optional chaining operators into a series of nil checks",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/babel/babel.git",
8 "directory": "packages/babel-plugin-proposal-optional-chaining"
9 },
10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
11 "license": "MIT",
12 "publishConfig": {
13 "access": "public"
14 },
15 "main": "./lib/index.js",
16 "keywords": [
17 "babel-plugin"
18 ],
19 "dependencies": {
20 "@babel/helper-plugin-utils": "^7.20.2",
21 "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
22 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
23 },
24 "peerDependencies": {
25 "@babel/core": "^7.0.0-0"
26 },
27 "devDependencies": {
28 "@babel/core": "^7.20.7",
29 "@babel/helper-plugin-test-runner": "^7.18.6",
30 "@babel/plugin-transform-block-scoping": "^7.20.7",
31 "@babel/traverse": "^7.20.7"
32 },
33 "engines": {
34 "node": ">=6.9.0"
35 },
36 "author": "The Babel Team (https://babel.dev/team)",
37 "type": "commonjs"
38}
\No newline at end of file