package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5",
  3. "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YTA/Twn0vBXDVGJuAX6PwW7x5zQei1luDDo2Pl6q1qZ7hVNl0RZrhHCQG/ArGpR29Vl7ETiB8eJyrvpuRp300w==",
  6. "_location": "/@babel/helper-builder-binary-assignment-operator-visitor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5",
  12. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  13. "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-exponentiation-operator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.14.5.tgz",
  23. "_shasum": "b939b43f8c37765443a19ae74ad8b15978e0a191",
  24. "_spec": "@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\plugin-transform-exponentiation-operator",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-explode-assignable-expression": "^7.14.5",
  36. "@babel/types": "^7.14.5"
  37. },
  38. "deprecated": false,
  39. "description": "Helper function to build binary assignment operator visitors",
  40. "engines": {
  41. "node": ">=6.9.0"
  42. },
  43. "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
  44. "license": "MIT",
  45. "main": "./lib/index.js",
  46. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/babel/babel.git",
  53. "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
  54. },
  55. "version": "7.14.5"
  56. }