package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-proposal-optional-chaining@7.10.4",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-proposal-optional-chaining@7.10.4",
  9. "_id": "@babel/plugin-proposal-optional-chaining@7.10.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==",
  12. "_location": "/@babel/plugin-proposal-optional-chaining",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-proposal-optional-chaining@7.10.4",
  18. "name": "@babel/plugin-proposal-optional-chaining",
  19. "escapedName": "@babel%2fplugin-proposal-optional-chaining",
  20. "scope": "@babel",
  21. "rawSpec": "7.10.4",
  22. "saveSpec": null,
  23. "fetchSpec": "7.10.4"
  24. },
  25. "_requiredBy": [
  26. "/documentation",
  27. "/documentation/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz",
  30. "_spec": "7.10.4",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bugs": {
  33. "url": "https://github.com/babel/babel/issues"
  34. },
  35. "dependencies": {
  36. "@babel/helper-plugin-utils": "^7.10.4",
  37. "@babel/plugin-syntax-optional-chaining": "^7.8.0"
  38. },
  39. "description": "Transform optional chaining operators into a series of nil checks",
  40. "devDependencies": {
  41. "@babel/core": "^7.10.4",
  42. "@babel/helper-plugin-test-runner": "^7.10.4",
  43. "@babel/plugin-transform-block-scoping": "^7.10.4"
  44. },
  45. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  46. "homepage": "https://github.com/babel/babel#readme",
  47. "keywords": [
  48. "babel-plugin"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@babel/plugin-proposal-optional-chaining",
  53. "peerDependencies": {
  54. "@babel/core": "^7.0.0-0"
  55. },
  56. "publishConfig": {
  57. "access": "public"
  58. },
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/babel/babel.git",
  62. "directory": "packages/babel-plugin-proposal-optional-chaining"
  63. },
  64. "version": "7.10.4"
  65. }