prefix-matches
Version:
Find matching keys in a given object, for a given prefix string
31 lines (30 loc) • 651 B
JSON
{
"name": "prefix-matches",
"version": "1.0.1",
"description": "Find matching keys in a given object, for a given prefix string",
"main": "prefix.js",
"directories": {
"test": "test"
},
"dependencies": {
"is-object": "^1.0.1",
"starts-with": "^1.0.2"
},
"devDependencies": {
"ava": "^0.14.0"
},
"scripts": {
"test": "ava -v"
},
"keywords": [
"prefix",
"autocomplete",
"object"
],
"repository": {
"type": "git",
"url": "https://github.com/rowanoulton/prefix-matches.git"
},
"author": "Rowan Oulton <rowan.oulton@gmail.com> (http://github.com/rowanoulton)",
"license": "MIT"
}