package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-regexp-features-plugin@7.22.9",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-regexp-features-plugin@7.22.9",
  10. "_id": "@babel/helper-create-regexp-features-plugin@7.22.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==",
  13. "_location": "/@babel/helper-create-regexp-features-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-create-regexp-features-plugin@7.22.9",
  19. "name": "@babel/helper-create-regexp-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.9",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.9"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-syntax-unicode-sets-regex",
  28. "/@babel/plugin-transform-dotall-regex",
  29. "/@babel/plugin-transform-named-capturing-groups-regex",
  30. "/@babel/plugin-transform-unicode-property-regex",
  31. "/@babel/plugin-transform-unicode-regex",
  32. "/@babel/plugin-transform-unicode-sets-regex"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz",
  35. "_spec": "7.22.9",
  36. "_where": "/Users/mac/projects/mime/mine",
  37. "author": {
  38. "name": "The Babel Team",
  39. "url": "https://babel.dev/team"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/babel/babel/issues"
  43. },
  44. "dependencies": {
  45. "@babel/helper-annotate-as-pure": "^7.22.5",
  46. "regexpu-core": "^5.3.1",
  47. "semver": "^6.3.1"
  48. },
  49. "description": "Compile ESNext Regular Expressions to ES5",
  50. "devDependencies": {
  51. "@babel/core": "^7.22.9",
  52. "@babel/helper-plugin-test-runner": "^7.22.5"
  53. },
  54. "engines": {
  55. "node": ">=6.9.0"
  56. },
  57. "homepage": "https://github.com/babel/babel#readme",
  58. "keywords": [
  59. "babel",
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "./lib/index.js",
  64. "name": "@babel/helper-create-regexp-features-plugin",
  65. "peerDependencies": {
  66. "@babel/core": "^7.0.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-helper-create-regexp-features-plugin"
  75. },
  76. "type": "commonjs",
  77. "version": "7.22.9"
  78. }