UNPKG

603 BJSONView Raw
1{
2 "name": "@babel/helper-simple-access",
3 "version": "7.7.4",
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 "publishConfig": {
9 "access": "public"
10 },
11 "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
12 "main": "lib/index.js",
13 "dependencies": {
14 "@babel/template": "^7.7.4",
15 "@babel/types": "^7.7.4"
16 },
17 "gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
18}