package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3",
  3. "_id": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
  6. "_location": "/@babel/plugin-syntax-nullish-coalescing-operator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3",
  12. "name": "@babel/plugin-syntax-nullish-coalescing-operator",
  13. "escapedName": "@babel%2fplugin-syntax-nullish-coalescing-operator",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-nullish-coalescing-operator",
  21. "/@babel/preset-env",
  22. "/babel-preset-current-node-syntax",
  23. "/babel-preset-react-app/@babel/plugin-proposal-nullish-coalescing-operator",
  24. "/babel-preset-react-app/@babel/preset-env"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
  27. "_shasum": "167ed70368886081f74b5c36c65a88c03b66d1a9",
  28. "_spec": "@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3",
  29. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\preset-env",
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "@babel/helper-plugin-utils": "^7.8.0"
  33. },
  34. "deprecated": false,
  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. }