package.json 546 B

1234567891011121314151617
  1. {
  2. "name": "@babel/helper-simple-access",
  3. "version": "7.1.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. "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.1.0",
  15. "@babel/types": "^7.0.0"
  16. }
  17. }