UNPKG

625 BJSONView Raw
1{
2 "name": "@babel/helper-simple-access",
3 "version": "7.8.0",
4 "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
5 "author": "Logan Smyth <loganfsmyth@gmail.com>",
6 "homepage": "https://babeljs.io/",
7 "license": "MIT",
8 "type": "commonjs",
9 "publishConfig": {
10 "access": "public"
11 },
12 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
13 "main": "lib/index.js",
14 "dependencies": {
15 "@babel/template": "^7.8.0",
16 "@babel/types": "^7.8.0"
17 },
18 "gitHead": "2486615a74580283c49475d66067bd7fcab3330e"
19}