package.json 769 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@babel/helper-define-map",
  3. "version": "7.10.5",
  4. "description": "Helper function to define a map",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-helper-define-map"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "dependencies": {
  16. "@babel/helper-function-name": "^7.10.4",
  17. "@babel/types": "^7.10.5",
  18. "lodash": "^4.17.19"
  19. },
  20. "gitHead": "f7964a9ac51356f7df6404a25b27ba1cffba1ba7",
  21. "__npminstall_done": "Thu Dec 24 2020 20:20:39 GMT+0800 (CST)",
  22. "_from": "@babel/helper-define-map@7.10.5",
  23. "_resolved": "https://registry.npm.taobao.org/@babel/helper-define-map/download/@babel/helper-define-map-7.10.5.tgz"
  24. }