package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@babel/helper-create-class-features-plugin",
  3. "version": "7.12.1",
  4. "author": "The Babel Team (https://babeljs.io/team)",
  5. "license": "MIT",
  6. "description": "Compile class public and private fields, private methods and decorators to ES6",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/babel/babel.git",
  10. "directory": "packages/babel-helper-create-class-features-plugin"
  11. },
  12. "main": "lib/index.js",
  13. "publishConfig": {
  14. "access": "public"
  15. },
  16. "keywords": [
  17. "babel",
  18. "babel-plugin"
  19. ],
  20. "dependencies": {
  21. "@babel/helper-function-name": "^7.10.4",
  22. "@babel/helper-member-expression-to-functions": "^7.12.1",
  23. "@babel/helper-optimise-call-expression": "^7.10.4",
  24. "@babel/helper-replace-supers": "^7.12.1",
  25. "@babel/helper-split-export-declaration": "^7.10.4"
  26. },
  27. "peerDependencies": {
  28. "@babel/core": "^7.0.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.12.1",
  32. "@babel/helper-plugin-test-runner": "7.10.4"
  33. },
  34. "__npminstall_done": "Thu Dec 24 2020 20:20:36 GMT+0800 (CST)",
  35. "_from": "@babel/helper-create-class-features-plugin@7.12.1",
  36. "_resolved": "https://registry.npm.taobao.org/@babel/helper-create-class-features-plugin/download/@babel/helper-create-class-features-plugin-7.12.1.tgz?cache=0&sync_timestamp=1602800307776&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-create-class-features-plugin%2Fdownload%2F%40babel%2Fhelper-create-class-features-plugin-7.12.1.tgz"
  37. }