package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@babel/plugin-proposal-nullish-coalescing-operator",
  3. "version": "7.12.1",
  4. "description": "Remove nullish coalescing operator",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/babel/babel.git",
  8. "directory": "packages/babel-plugin-proposal-nullish-coalescing-operator"
  9. },
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "main": "lib/index.js",
  15. "keywords": [
  16. "babel-plugin"
  17. ],
  18. "dependencies": {
  19. "@babel/helper-plugin-utils": "^7.10.4",
  20. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
  21. },
  22. "peerDependencies": {
  23. "@babel/core": "^7.0.0-0"
  24. },
  25. "devDependencies": {
  26. "@babel/core": "^7.12.1",
  27. "@babel/helper-plugin-test-runner": "7.10.4"
  28. },
  29. "__npminstall_done": "Thu Dec 24 2020 20:20:34 GMT+0800 (CST)",
  30. "_from": "@babel/plugin-proposal-nullish-coalescing-operator@7.12.1",
  31. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-nullish-coalescing-operator/download/@babel/plugin-proposal-nullish-coalescing-operator-7.12.1.tgz"
  32. }