package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_from": "@babel/helper-regex@^7.8.3",
  3. "_id": "@babel/helper-regex@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ==",
  6. "_location": "/@babel/helper-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-regex@^7.8.3",
  12. "name": "@babel/helper-regex",
  13. "escapedName": "@babel%2fhelper-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-regexp-features-plugin",
  21. "/@babel/plugin-transform-sticky-regex"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.8.3.tgz",
  24. "_shasum": "139772607d51b93f23effe72105b319d2a4c6965",
  25. "_spec": "@babel/helper-regex@^7.8.3",
  26. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\helper-create-regexp-features-plugin",
  27. "bundleDependencies": false,
  28. "dependencies": {
  29. "lodash": "^4.17.13"
  30. },
  31. "deprecated": false,
  32. "description": "Helper function to check for literal RegEx",
  33. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  34. "license": "MIT",
  35. "main": "lib/index.js",
  36. "name": "@babel/helper-regex",
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex"
  43. },
  44. "version": "7.8.3"
  45. }