dump-props
Version:
show all properties of target
32 lines (31 loc) • 577 B
JSON
{
"name": "dump-props",
"version": "1.1.1",
"description": "show all properties of target",
"author": "dzqdzq",
"main": "index.js",
"type":"module",
"keywords": [
"js",
"dump",
"dump-props",
"dumpProps",
"prototype",
"properties",
"query object",
"circle stringify",
"dzqdzq"
],
"repository": {
"type": "git",
"url": "https://github.com/dzqdzq/dumpProps.git"
},
"bin": {
"dumpProps": "bin/cmd.js",
"dump-props": "bin/cmd.js"
},
"license": "MIT",
"dependencies": {
"clipboardy": "^3.0.0"
}
}