package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@babel/helpers@7.9.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helpers@7.9.6",
  10. "_id": "@babel/helpers@7.9.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==",
  13. "_location": "/@babel/helpers",
  14. "_phantomChildren": {
  15. "@babel/code-frame": "7.8.3",
  16. "@babel/helper-get-function-arity": "7.8.3",
  17. "@babel/helper-split-export-declaration": "7.8.3",
  18. "@babel/helper-validator-identifier": "7.9.5",
  19. "@babel/template": "7.8.3",
  20. "globals": "11.12.0",
  21. "jsesc": "2.5.2",
  22. "to-fast-properties": "2.0.0"
  23. },
  24. "_requested": {
  25. "type": "version",
  26. "registry": true,
  27. "raw": "@babel/helpers@7.9.6",
  28. "name": "@babel/helpers",
  29. "escapedName": "@babel%2fhelpers",
  30. "scope": "@babel",
  31. "rawSpec": "7.9.6",
  32. "saveSpec": null,
  33. "fetchSpec": "7.9.6"
  34. },
  35. "_requiredBy": [
  36. "/@babel/core"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.6.tgz",
  39. "_spec": "7.9.6",
  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/template": "^7.8.3",
  47. "@babel/traverse": "^7.9.6",
  48. "@babel/types": "^7.9.6"
  49. },
  50. "description": "Collection of helper functions used by Babel transforms.",
  51. "devDependencies": {
  52. "@babel/helper-plugin-test-runner": "^7.8.3"
  53. },
  54. "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
  55. "homepage": "https://babeljs.io/",
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "@babel/helpers",
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
  65. },
  66. "version": "7.9.6"
  67. }