package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@babel/plugin-transform-regexp-modifiers@^7.27.1",
  3. "_id": "@babel/plugin-transform-regexp-modifiers@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TtEciroaiODtXvLZv4rmfMhkCv8jx3wgKpL68PuiPh2M4fvz5jhsA7697N1gMvkvr/JTF13DrFYyEbY9U7cVPA==",
  6. "_location": "/@babel/plugin-transform-regexp-modifiers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-regexp-modifiers@^7.27.1",
  12. "name": "@babel/plugin-transform-regexp-modifiers",
  13. "escapedName": "@babel%2fplugin-transform-regexp-modifiers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.27.1.tgz",
  23. "_shasum": "df9ba5577c974e3f1449888b70b76169998a6d09",
  24. "_spec": "@babel/plugin-transform-regexp-modifiers@^7.27.1",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-create-regexp-features-plugin": "^7.27.1",
  36. "@babel/helper-plugin-utils": "^7.27.1"
  37. },
  38. "deprecated": false,
  39. "description": "Compile inline regular expression modifiers",
  40. "devDependencies": {
  41. "@babel/core": "^7.27.1"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "exports": {
  47. ".": {
  48. "types": "./lib/index.d.ts",
  49. "default": "./lib/index.js"
  50. },
  51. "./package.json": "./package.json"
  52. },
  53. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-regexp-modifiers",
  54. "keywords": [
  55. "babel-plugin",
  56. "regex",
  57. "regexp",
  58. "regular expressions"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "@babel/plugin-transform-regexp-modifiers",
  63. "peerDependencies": {
  64. "@babel/core": "^7.0.0"
  65. },
  66. "publishConfig": {
  67. "access": "public"
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/babel/babel.git",
  72. "directory": "packages/babel-plugin-transform-regexp-modifiers"
  73. },
  74. "type": "commonjs",
  75. "version": "7.27.1"
  76. }