package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  9. "_id": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  12. "_location": "/@babel/plugin-syntax-nullish-coalescing-operator",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  18. "name": "@babel/plugin-syntax-nullish-coalescing-operator",
  19. "escapedName": "@babel%2fplugin-syntax-nullish-coalescing-operator",
  20. "scope": "@babel",
  21. "rawSpec": "7.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.8.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-proposal-nullish-coalescing-operator",
  27. "/documentation/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  30. "_spec": "7.8.3",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "dependencies": {
  33. "@babel/helper-plugin-utils": "^7.8.0"
  34. },
  35. "description": "Allow parsing of the nullish-coalescing operator",
  36. "devDependencies": {
  37. "@babel/core": "^7.8.0"
  38. },
  39. "keywords": [
  40. "babel-plugin"
  41. ],
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/plugin-syntax-nullish-coalescing-operator",
  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-nullish-coalescing-operator"
  54. },
  55. "version": "7.8.3"
  56. }