package.json 892 B

123456789101112131415161718192021
  1. {
  2. "name": "@babel/helper-annotate-as-pure",
  3. "version": "7.12.10",
  4. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-annotate-as-pure"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/types": "^7.12.10"
  17. },
  18. "__npminstall_done": "Thu Dec 24 2020 20:20:35 GMT+0800 (CST)",
  19. "_from": "@babel/helper-annotate-as-pure@7.12.10",
  20. "_resolved": "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.10.tgz?cache=0&sync_timestamp=1607585818310&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-annotate-as-pure%2Fdownload%2F%40babel%2Fhelper-annotate-as-pure-7.12.10.tgz"
  21. }