package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "@babel/plugin-transform-regexp-modifiers@^7.28.6",
  3. "_id": "@babel/plugin-transform-regexp-modifiers@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==",
  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.28.6",
  12. "name": "@babel/plugin-transform-regexp-modifiers",
  13. "escapedName": "@babel%2fplugin-transform-regexp-modifiers",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.28.6.tgz",
  23. "_shasum": "7ef0163bd8b4a610481b2509c58cf217f065290b",
  24. "_spec": "@babel/plugin-transform-regexp-modifiers@^7.28.6",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\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.28.5",
  36. "@babel/helper-plugin-utils": "^7.28.6"
  37. },
  38. "deprecated": false,
  39. "description": "Compile inline regular expression modifiers",
  40. "devDependencies": {
  41. "@babel/core": "^7.28.6"
  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.28.6"
  76. }