package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.10",
  3. "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==",
  6. "_location": "/@babel/helper-builder-binary-assignment-operator-visitor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.10",
  12. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  13. "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.10",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.10"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-transform-exponentiation-operator",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.10.tgz",
  24. "_shasum": "573e735937e99ea75ea30788b57eb52fab7468c9",
  25. "_spec": "@babel/helper-builder-binary-assignment-operator-visitor@7.22.10",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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/types": "^7.22.10"
  37. },
  38. "deprecated": false,
  39. "description": "Helper function to build binary assignment operator visitors",
  40. "devDependencies": {
  41. "@babel/traverse": "^7.22.10"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "@babel/helper-builder-binary-assignment-operator-visitor",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor"
  57. },
  58. "type": "commonjs",
  59. "version": "7.22.10"
  60. }