package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-simple-access@7.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-simple-access@7.8.3",
  10. "_id": "@babel/helper-simple-access@7.8.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw==",
  13. "_location": "/@babel/helper-simple-access",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-simple-access@7.8.3",
  19. "name": "@babel/helper-simple-access",
  20. "escapedName": "@babel%2fhelper-simple-access",
  21. "scope": "@babel",
  22. "rawSpec": "7.8.3",
  23. "saveSpec": null,
  24. "fetchSpec": "7.8.3"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-module-transforms",
  28. "/@babel/plugin-transform-modules-commonjs"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz",
  31. "_spec": "7.8.3",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Logan Smyth",
  35. "email": "loganfsmyth@gmail.com"
  36. },
  37. "dependencies": {
  38. "@babel/template": "^7.8.3",
  39. "@babel/types": "^7.8.3"
  40. },
  41. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  42. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  43. "homepage": "https://babeljs.io/",
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/helper-simple-access",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access"
  53. },
  54. "version": "7.8.3"
  55. }