package.json 544 B

12345678910111213141516
  1. {
  2. "name": "@babel/helper-simple-access",
  3. "version": "7.0.0-beta.49",
  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. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access",
  9. "main": "lib/index.js",
  10. "dependencies": {
  11. "@babel/template": "7.0.0-beta.49",
  12. "@babel/types": "7.0.0-beta.49",
  13. "lodash": "^4.17.5"
  14. }
  15. }