package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "@babel/helper-create-regexp-features-plugin@^7.18.6",
  3. "_id": "@babel/helper-create-regexp-features-plugin@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uVDC72XVf8UbrH5qQTc18Agb8emwjTiZrQE11Nv3CuBEZmVvTwwE9CBUEvHku06gQCAyYf8Nv6ja1IN+6LMbxQ==",
  6. "_location": "/@babel/helper-create-regexp-features-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-create-regexp-features-plugin@^7.18.6",
  12. "name": "@babel/helper-create-regexp-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-syntax-unicode-sets-regex",
  21. "/@babel/plugin-transform-dotall-regex",
  22. "/@babel/plugin-transform-duplicate-named-capturing-groups-regex",
  23. "/@babel/plugin-transform-named-capturing-groups-regex",
  24. "/@babel/plugin-transform-regexp-modifiers",
  25. "/@babel/plugin-transform-unicode-property-regex",
  26. "/@babel/plugin-transform-unicode-regex",
  27. "/@babel/plugin-transform-unicode-sets-regex"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
  30. "_shasum": "05b0882d97ba1d4d03519e4bce615d70afa18c53",
  31. "_spec": "@babel/helper-create-regexp-features-plugin@^7.18.6",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@babel\\plugin-syntax-unicode-sets-regex",
  33. "author": {
  34. "name": "The Babel Team",
  35. "url": "https://babel.dev/team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/babel/babel/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "@babel/helper-annotate-as-pure": "^7.27.1",
  43. "regexpu-core": "^6.2.0",
  44. "semver": "^6.3.1"
  45. },
  46. "deprecated": false,
  47. "description": "Compile ESNext Regular Expressions to ES5",
  48. "devDependencies": {
  49. "@babel/core": "^7.27.1",
  50. "@babel/helper-plugin-test-runner": "^7.27.1"
  51. },
  52. "engines": {
  53. "node": ">=6.9.0"
  54. },
  55. "homepage": "https://github.com/babel/babel#readme",
  56. "keywords": [
  57. "babel",
  58. "babel-plugin"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "@babel/helper-create-regexp-features-plugin",
  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-helper-create-regexp-features-plugin"
  73. },
  74. "type": "commonjs",
  75. "version": "7.27.1"
  76. }