deep-keys
Version:
Creates an array composed of the own enumerable property names(including nested) of an object.
35 lines (34 loc) • 738 B
JSON
{
"name": "deep-keys",
"version": "0.5.0",
"description": "Creates an array composed of the own enumerable property names(including nested) of an object.",
"license": "MIT",
"repository": "a8m/deep-keys",
"author": {
"name": "Ariel Mashraki",
"email": "ariel@mashraki.co.il",
"url": "https://github.com/a8m/deep-keys"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -u exports test.js"
},
"files": [
"index.js"
],
"keywords": [
"map",
"obj",
"object",
"key",
"keys",
"deep-keys",
"nested-keys"
],
"devDependencies": {
"istanbul": "^0.3.2",
"mocha": "^3.5.3"
}
}