package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/template@7.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/template@7.8.3",
  10. "_id": "@babel/template@7.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==",
  13. "_location": "/@babel/template",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/template@7.8.3",
  19. "name": "@babel/template",
  20. "escapedName": "@babel%2ftemplate",
  21. "scope": "@babel",
  22. "rawSpec": "7.8.3",
  23. "saveSpec": null,
  24. "fetchSpec": "7.8.3"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-function-name",
  29. "/@babel/helper-remap-async-to-generator",
  30. "/@babel/helper-replace-supers/@babel/helper-function-name",
  31. "/@babel/helper-simple-access",
  32. "/@babel/helper-wrap-function",
  33. "/@babel/helpers",
  34. "/@babel/helpers/@babel/helper-function-name",
  35. "/@babel/plugin-transform-classes/@babel/helper-function-name",
  36. "/istanbul-api/istanbul-lib-instrument"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz",
  39. "_spec": "7.8.3",
  40. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  41. "author": {
  42. "name": "Sebastian McKenzie",
  43. "email": "sebmck@gmail.com"
  44. },
  45. "dependencies": {
  46. "@babel/code-frame": "^7.8.3",
  47. "@babel/parser": "^7.8.3",
  48. "@babel/types": "^7.8.3"
  49. },
  50. "description": "Generate an AST from a string template.",
  51. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  52. "homepage": "https://babeljs.io/",
  53. "license": "MIT",
  54. "main": "lib/index.js",
  55. "name": "@babel/template",
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "https://github.com/babel/babel/tree/master/packages/babel-template"
  62. },
  63. "version": "7.8.3"
  64. }