package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/helper-create-regexp-features-plugin@^7.8.8",
  3. "_id": "@babel/helper-create-regexp-features-plugin@7.8.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==",
  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.8.8",
  12. "name": "@babel/helper-create-regexp-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.8",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.8"
  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.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz",
  26. "_shasum": "5d84180b588f560b7864efaeea89243e58312087",
  27. "_spec": "@babel/helper-create-regexp-features-plugin@^7.8.8",
  28. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\plugin-proposal-unicode-property-regex",
  29. "author": {
  30. "name": "The Babel Team",
  31. "url": "https://babeljs.io/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.8.3",
  39. "@babel/helper-regex": "^7.8.3",
  40. "regexpu-core": "^4.7.0"
  41. },
  42. "deprecated": false,
  43. "description": "Compile ESNext Regular Expressions to ES5",
  44. "devDependencies": {
  45. "@babel/core": "^7.8.6",
  46. "@babel/helper-plugin-test-runner": "^7.8.3"
  47. },
  48. "gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244",
  49. "homepage": "https://github.com/babel/babel#readme",
  50. "keywords": [
  51. "babel",
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/index.js",
  56. "name": "@babel/helper-create-regexp-features-plugin",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-helper-create-regexp-features-plugin"
  67. },
  68. "version": "7.8.8"
  69. }