package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-dotall-regex@7.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-transform-dotall-regex@7.8.3",
  9. "_id": "@babel/plugin-transform-dotall-regex@7.8.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw==",
  12. "_location": "/@babel/plugin-transform-dotall-regex",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-transform-dotall-regex@7.8.3",
  18. "name": "@babel/plugin-transform-dotall-regex",
  19. "escapedName": "@babel%2fplugin-transform-dotall-regex",
  20. "scope": "@babel",
  21. "rawSpec": "7.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.8.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/preset-env",
  27. "/@babel/preset-modules"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.8.3.tgz",
  30. "_spec": "7.8.3",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-create-regexp-features-plugin": "^7.8.3",
  37. "@babel/helper-plugin-utils": "^7.8.3"
  38. },
  39. "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
  40. "devDependencies": {
  41. "@babel/core": "^7.8.3",
  42. "@babel/helper-plugin-test-runner": "^7.8.3"
  43. },
  44. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  45. "homepage": "https://babeljs.io/",
  46. "keywords": [
  47. "babel-plugin",
  48. "regex",
  49. "regexp",
  50. "regular expressions",
  51. "dotall"
  52. ],
  53. "license": "MIT",
  54. "main": "lib/index.js",
  55. "name": "@babel/plugin-transform-dotall-regex",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-dotall-regex"
  65. },
  66. "version": "7.8.3"
  67. }