package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "_from": "@babel/helper-regex@^7.0.0",
  3. "_id": "@babel/helper-regex@7.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TR0/N0NDCcUIUEbqV6dCO+LptmmSQFQ7q70lfcEB4URsjD0E1HzicrwUH+ap6BAQ2jhCX9Q4UqZy4wilujWlkg==",
  6. "_location": "/@babel/helper-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-regex@^7.0.0",
  12. "name": "@babel/helper-regex",
  13. "escapedName": "@babel%2fhelper-regex",
  14. "scope": "@babel",
  15. "rawSpec": "^7.0.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.0.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-unicode-property-regex",
  21. "/@babel/plugin-transform-dotall-regex",
  22. "/@babel/plugin-transform-sticky-regex",
  23. "/@babel/plugin-transform-unicode-regex"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.0.0.tgz",
  26. "_shasum": "2c1718923b57f9bbe64705ffe5640ac64d9bdb27",
  27. "_spec": "@babel/helper-regex@^7.0.0",
  28. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/plugin-proposal-unicode-property-regex",
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "lodash": "^4.17.10"
  32. },
  33. "deprecated": false,
  34. "description": "Helper function to check for literal RegEx",
  35. "license": "MIT",
  36. "main": "lib/index.js",
  37. "name": "@babel/helper-regex",
  38. "repository": {
  39. "type": "git",
  40. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex"
  41. },
  42. "version": "7.0.0"
  43. }