package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/plugin-proposal-optional-chaining@^7.14.5",
  3. "_id": "@babel/plugin-proposal-optional-chaining@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",
  6. "_location": "/@babel/plugin-proposal-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-optional-chaining@^7.14.5",
  12. "name": "@babel/plugin-proposal-optional-chaining",
  13. "escapedName": "@babel%2fplugin-proposal-optional-chaining",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  21. "/@babel/preset-env"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",
  24. "_shasum": "fa83651e60a360e3f13797eef00b8d519695b603",
  25. "_spec": "@babel/plugin-proposal-optional-chaining@^7.14.5",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\preset-env",
  27. "author": {
  28. "name": "The Babel Team",
  29. "url": "https://babel.dev/team"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/babel/babel/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@babel/helper-plugin-utils": "^7.14.5",
  37. "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
  38. "@babel/plugin-syntax-optional-chaining": "^7.8.3"
  39. },
  40. "deprecated": false,
  41. "description": "Transform optional chaining operators into a series of nil checks",
  42. "devDependencies": {
  43. "@babel/core": "7.14.5",
  44. "@babel/helper-plugin-test-runner": "7.14.5",
  45. "@babel/plugin-transform-block-scoping": "7.14.5"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
  51. "keywords": [
  52. "babel-plugin"
  53. ],
  54. "license": "MIT",
  55. "main": "./lib/index.js",
  56. "name": "@babel/plugin-proposal-optional-chaining",
  57. "peerDependencies": {
  58. "@babel/core": "^7.0.0-0"
  59. },
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/babel/babel.git",
  66. "directory": "packages/babel-plugin-proposal-optional-chaining"
  67. },
  68. "version": "7.14.5"
  69. }