package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-modules-amd@7.9.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-modules-amd@7.9.6",
  10. "_id": "@babel/plugin-transform-modules-amd@7.9.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw==",
  13. "_location": "/@babel/plugin-transform-modules-amd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-modules-amd@7.9.6",
  19. "name": "@babel/plugin-transform-modules-amd",
  20. "escapedName": "@babel%2fplugin-transform-modules-amd",
  21. "scope": "@babel",
  22. "rawSpec": "7.9.6",
  23. "saveSpec": null,
  24. "fetchSpec": "7.9.6"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz",
  30. "_spec": "7.9.6",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "dependencies": {
  33. "@babel/helper-module-transforms": "^7.9.0",
  34. "@babel/helper-plugin-utils": "^7.8.3",
  35. "babel-plugin-dynamic-import-node": "^2.3.3"
  36. },
  37. "description": "This plugin transforms ES2015 modules to AMD",
  38. "devDependencies": {
  39. "@babel/core": "^7.9.6",
  40. "@babel/helper-plugin-test-runner": "^7.8.3"
  41. },
  42. "gitHead": "9c2846bcacc75aa931ea9d556950c2113765d43d",
  43. "keywords": [
  44. "babel-plugin"
  45. ],
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/plugin-transform-modules-amd",
  49. "peerDependencies": {
  50. "@babel/core": "^7.0.0-0"
  51. },
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-amd"
  58. },
  59. "version": "7.9.6"
  60. }