package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13",
  3. "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==",
  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.12.13",
  12. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  13. "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  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.12.13.tgz",
  23. "_shasum": "6bc20361c88b0a74d05137a65cac8d3cbf6f61fc",
  24. "_spec": "@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13",
  25. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\plugin-transform-exponentiation-operator",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-explode-assignable-expression": "^7.12.13",
  32. "@babel/types": "^7.12.13"
  33. },
  34. "deprecated": false,
  35. "description": "Helper function to build binary assignment operator visitors",
  36. "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
  37. "license": "MIT",
  38. "main": "lib/index.js",
  39. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/babel/babel.git",
  46. "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
  47. },
  48. "version": "7.12.13"
  49. }