package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "@babel/plugin-transform-named-capturing-groups-regex",
  3. "version": "7.12.1",
  4. "description": "Compile regular expressions using named groups to ES5.",
  5. "homepage": "https://babeljs.io/",
  6. "license": "MIT",
  7. "publishConfig": {
  8. "access": "public"
  9. },
  10. "main": "lib/index.js",
  11. "keywords": [
  12. "babel-plugin",
  13. "regex",
  14. "regexp",
  15. "regular expressions"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/babel/babel.git",
  20. "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
  21. },
  22. "bugs": "https://github.com/babel/babel/issues",
  23. "dependencies": {
  24. "@babel/helper-create-regexp-features-plugin": "^7.12.1"
  25. },
  26. "peerDependencies": {
  27. "@babel/core": "^7.0.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.12.1",
  31. "@babel/helper-plugin-test-runner": "7.10.4",
  32. "core-js": "^3.2.1"
  33. },
  34. "__npminstall_done": "Thu Dec 24 2020 20:20:44 GMT+0800 (CST)",
  35. "_from": "@babel/plugin-transform-named-capturing-groups-regex@7.12.1",
  36. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.1.tgz?cache=0&sync_timestamp=1602800305554&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-named-capturing-groups-regex%2Fdownload%2F%40babel%2Fplugin-transform-named-capturing-groups-regex-7.12.1.tgz"
  37. }