You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.3 KiB

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