package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-replace-supers@7.9.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-replace-supers@7.9.6",
  10. "_id": "@babel/helper-replace-supers@7.9.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qX+chbxkbArLyCImk3bWV+jB5gTNU/rsze+JlcF6Nf8tVTigPJSI1o1oBow/9Resa1yehUO9lIipsmu9oG4RzA==",
  13. "_location": "/@babel/helper-replace-supers",
  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/helper-replace-supers@7.9.6",
  28. "name": "@babel/helper-replace-supers",
  29. "escapedName": "@babel%2fhelper-replace-supers",
  30. "scope": "@babel",
  31. "rawSpec": "7.9.6",
  32. "saveSpec": null,
  33. "fetchSpec": "7.9.6"
  34. },
  35. "_requiredBy": [
  36. "/@babel/helper-module-transforms",
  37. "/@babel/plugin-transform-classes",
  38. "/@babel/plugin-transform-object-super"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz",
  41. "_spec": "7.9.6",
  42. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  43. "dependencies": {
  44. "@babel/helper-member-expression-to-functions": "^7.8.3",
  45. "@babel/helper-optimise-call-expression": "^7.8.3",
  46. "@babel/traverse": "^7.9.6",
  47. "@babel/types": "^7.9.6"
  48. },
  49. "description": "Helper function to replace supers",
  50. "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/helper-replace-supers",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-replace-supers"
  60. },
  61. "version": "7.9.6"
  62. }