package.json 773 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@babel/plugin-transform-new-target",
  3. "version": "7.4.4",
  4. "description": "Transforms new.target meta property",
  5. "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-new-target",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "keywords": [
  12. "babel-plugin"
  13. ],
  14. "dependencies": {
  15. "@babel/helper-plugin-utils": "^7.0.0"
  16. },
  17. "peerDependencies": {
  18. "@babel/core": "^7.0.0-0"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "^7.4.4",
  22. "@babel/helper-plugin-test-runner": "^7.0.0",
  23. "@babel/plugin-proposal-class-properties": "^7.4.4",
  24. "@babel/plugin-transform-arrow-functions": "^7.0.0"
  25. },
  26. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
  27. }