package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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-proposal-unicode-property-regex",
  21. "/@babel/plugin-transform-dotall-regex",
  22. "/@babel/plugin-transform-named-capturing-groups-regex",
  23. "/@babel/plugin-transform-unicode-regex"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.1.tgz",
  26. "_shasum": "05b0882d97ba1d4d03519e4bce615d70afa18c53",
  27. "_spec": "@babel/helper-create-regexp-features-plugin@^7.18.6",
  28. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\plugin-proposal-unicode-property-regex",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babel.dev/team"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/babel/babel/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@babel/helper-annotate-as-pure": "^7.27.1",
  39. "regexpu-core": "^6.2.0",
  40. "semver": "^6.3.1"
  41. },
  42. "deprecated": false,
  43. "description": "Compile ESNext Regular Expressions to ES5",
  44. "devDependencies": {
  45. "@babel/core": "^7.27.1",
  46. "@babel/helper-plugin-test-runner": "^7.27.1"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://github.com/babel/babel#readme",
  52. "keywords": [
  53. "babel",
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "@babel/helper-create-regexp-features-plugin",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-helper-create-regexp-features-plugin"
  69. },
  70. "type": "commonjs",
  71. "version": "7.27.1"
  72. }