package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-named-capturing-groups-regex@7.12.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-named-capturing-groups-regex@7.12.13",
  10. "_id": "@babel/plugin-transform-named-capturing-groups-regex@7.12.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IhNyWl9bu+NktQw7pZmMlZnFydk=",
  13. "_location": "/@babel/plugin-transform-named-capturing-groups-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-named-capturing-groups-regex@7.12.13",
  19. "name": "@babel/plugin-transform-named-capturing-groups-regex",
  20. "escapedName": "@babel%2fplugin-transform-named-capturing-groups-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.13"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-named-capturing-groups-regex/download/@babel/plugin-transform-named-capturing-groups-regex-7.12.13.tgz?cache=0&sync_timestamp=1612314730683&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.13.tgz",
  30. "_spec": "7.12.13",
  31. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-create-regexp-features-plugin": "^7.12.13"
  37. },
  38. "description": "Compile regular expressions using named groups to ES5.",
  39. "devDependencies": {
  40. "@babel/core": "7.12.13",
  41. "@babel/helper-plugin-test-runner": "7.12.13",
  42. "core-js": "^3.2.1"
  43. },
  44. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
  45. "keywords": [
  46. "babel-plugin",
  47. "regex",
  48. "regexp",
  49. "regular expressions"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/plugin-transform-named-capturing-groups-regex",
  54. "peerDependencies": {
  55. "@babel/core": "^7.0.0"
  56. },
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/babel/babel.git",
  63. "directory": "packages/babel-plugin-transform-named-capturing-groups-regex"
  64. },
  65. "version": "7.12.13"
  66. }