package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
  10. "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==",
  13. "_location": "/@babel/helper-builder-binary-assignment-operator-visitor",
  14. "_phantomChildren": {
  15. "to-fast-properties": "2.0.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
  21. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  22. "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor",
  23. "scope": "@babel",
  24. "rawSpec": "7.16.7",
  25. "saveSpec": null,
  26. "fetchSpec": "7.16.7"
  27. },
  28. "_requiredBy": [
  29. "/@babel/plugin-transform-exponentiation-operator"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
  32. "_spec": "7.16.7",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "The Babel Team",
  36. "url": "https://babel.dev/team"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/babel/babel/issues"
  40. },
  41. "dependencies": {
  42. "@babel/helper-explode-assignable-expression": "^7.16.7",
  43. "@babel/types": "^7.16.7"
  44. },
  45. "description": "Helper function to build binary assignment operator visitors",
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
  60. },
  61. "version": "7.16.7"
  62. }