package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "@babel/plugin-proposal-unicode-property-regex@^7.8.3",
  3. "_id": "@babel/plugin-proposal-unicode-property-regex@7.8.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EVhjVsMpbhLw9ZfHWSx2iy13Q8Z/eg8e8ccVWt23sWQK5l1UdkoLJPN5w69UA4uITGBnEZD2JOe4QOHycYKv8A==",
  6. "_location": "/@babel/plugin-proposal-unicode-property-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-unicode-property-regex@^7.8.3",
  12. "name": "@babel/plugin-proposal-unicode-property-regex",
  13. "escapedName": "@babel%2fplugin-proposal-unicode-property-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/@babel/preset-modules"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.8.8.tgz",
  24. "_shasum": "ee3a95e90cdc04fe8cd92ec3279fa017d68a0d1d",
  25. "_spec": "@babel/plugin-proposal-unicode-property-regex@^7.8.3",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\preset-env",
  27. "bugs": {
  28. "url": "https://github.com/babel/babel/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-create-regexp-features-plugin": "^7.8.8",
  33. "@babel/helper-plugin-utils": "^7.8.3"
  34. },
  35. "deprecated": false,
  36. "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  37. "devDependencies": {
  38. "@babel/core": "^7.8.3",
  39. "@babel/helper-plugin-test-runner": "^7.8.3"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244",
  45. "homepage": "https://babeljs.io/",
  46. "keywords": [
  47. "babel-plugin",
  48. "regex",
  49. "regexp",
  50. "regular expressions",
  51. "unicode properties",
  52. "unicode"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "@babel/plugin-proposal-unicode-property-regex",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0-0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex"
  66. },
  67. "version": "7.8.8"
  68. }