package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-export-namespace-from@7.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-syntax-export-namespace-from@7.8.3",
  9. "_id": "@babel/plugin-syntax-export-namespace-from@7.8.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
  12. "_location": "/@babel/plugin-syntax-export-namespace-from",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-syntax-export-namespace-from@7.8.3",
  18. "name": "@babel/plugin-syntax-export-namespace-from",
  19. "escapedName": "@babel%2fplugin-syntax-export-namespace-from",
  20. "scope": "@babel",
  21. "rawSpec": "7.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.8.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-proposal-export-namespace-from"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
  29. "_spec": "7.8.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "dependencies": {
  32. "@babel/helper-plugin-utils": "^7.8.3"
  33. },
  34. "description": "Allow parsing of export namespace from",
  35. "devDependencies": {
  36. "@babel/core": "^7.8.3"
  37. },
  38. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  39. "keywords": [
  40. "babel-plugin"
  41. ],
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/plugin-syntax-export-namespace-from",
  45. "peerDependencies": {
  46. "@babel/core": "^7.0.0-0"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-namespace-from"
  54. },
  55. "version": "7.8.3"
  56. }