package.json 979 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@babel/helper-simple-access",
  3. "version": "7.12.1",
  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": {
  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/types": "^7.12.1"
  19. },
  20. "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
  21. "_from": "@babel/helper-simple-access@7.12.1",
  22. "_resolved": "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.1.tgz?cache=0&sync_timestamp=1602800304003&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.12.1.tgz"
  23. }