package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-unicode-property-regex@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-unicode-property-regex@7.22.5",
  10. "_id": "@babel/plugin-transform-unicode-property-regex@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==",
  13. "_location": "/@babel/plugin-transform-unicode-property-regex",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-unicode-property-regex@7.22.5",
  19. "name": "@babel/plugin-transform-unicode-property-regex",
  20. "escapedName": "@babel%2fplugin-transform-unicode-property-regex",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz",
  30. "_spec": "7.22.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  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.22.5",
  41. "@babel/helper-plugin-utils": "^7.22.5"
  42. },
  43. "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  44. "devDependencies": {
  45. "@babel/core": "^7.22.5",
  46. "@babel/helper-plugin-test-runner": "^7.22.5"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-property-regex",
  52. "keywords": [
  53. "babel-plugin",
  54. "regex",
  55. "regexp",
  56. "regular expressions",
  57. "unicode properties",
  58. "unicode"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "@babel/plugin-transform-unicode-property-regex",
  63. "peerDependencies": {
  64. "@babel/core": "^7.0.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-unicode-property-regex"
  73. },
  74. "type": "commonjs",
  75. "version": "7.22.5"
  76. }