{
  "name": "console-proxy-ref",
  "version": "2.1.8",
  "description": "在浏览器控制台中打印任何Proxy对象时，直接打印源对象。并展示调用栈链。对Vue3的ref对象做特殊支持。\n When printing any proxy object in the browser console, print the source object directly. It also shows the call stack chain. Special support is provided for Vue3 ref objects.",
  "main": "index.js",
  "author": "M76",
  "files": [
    "index.js",
    "main.js",
    "until.js",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "index.d.ts"
  ],
  "bugs": {
    "url": "https://github.com/M76chao/console-proxy-ref/issues"
  },
  "keywords": [
    "console",
    "Proxy",
    "Ref"
  ],
  "homepage": "https://github.com/M76chao/console-proxy-ref",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/M76chao/console-proxy-ref.git"
  },
  "license": "ISC"
}
