find-value
Version:
Find object values by passing the path as string.
46 lines • 971 B
JSON
{
"name": "find-value",
"version": "2.0.0",
"description": "Find object values by passing the path as string.",
"main": "lib/index.js",
"type": "module",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/find-value.git"
},
"keywords": [
"find",
"value",
"object",
"string"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/find-value/issues"
},
"homepage": "https://github.com/IonicaBizau/find-value#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}