1 | {
|
2 | "name": "@babel/helper-simple-access",
|
3 | "version": "7.25.9",
|
4 | "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
|
5 | "author": "The Babel Team (https://babel.dev/team)",
|
6 | "homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
|
7 | "license": "MIT",
|
8 | "publishConfig": {
|
9 | "access": "public"
|
10 | },
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "https://github.com/babel/babel.git",
|
14 | "directory": "packages/babel-helper-simple-access"
|
15 | },
|
16 | "main": "./lib/index.js",
|
17 | "dependencies": {
|
18 | "@babel/traverse": "^7.25.9",
|
19 | "@babel/types": "^7.25.9"
|
20 | },
|
21 | "devDependencies": {
|
22 | "@babel/core": "^7.25.9"
|
23 | },
|
24 | "engines": {
|
25 | "node": ">=6.9.0"
|
26 | },
|
27 | "type": "commonjs"
|
28 | } |
\ | No newline at end of file |