search-props
Version:
search properties of target
33 lines (32 loc) • 614 B
JSON
{
"name": "search-props",
"version": "2.0.0",
"description": "search properties of target",
"author": "dzqdzq",
"main": "index.js",
"type":"module",
"keywords": [
"analyze",
"search",
"search-props",
"searchProps",
"query props",
"properties",
"query object",
"search object",
"circle search",
"dzqdzq"
],
"repository": {
"type": "git",
"url": "https://github.com/dzqdzq/searchProps.git"
},
"bin": {
"searchProps": "bin/cmd.js",
"search-props": "bin/cmd.js"
},
"license": "MIT",
"dependencies": {
"clipboardy": "^3.0.0"
}
}