all-object-keys
Version:
get all keys of object
60 lines (59 loc) • 1.43 kB
JSON
{
"name": "all-object-keys",
"version": "3.0.2",
"type": "commonjs",
"description": "get all keys of object",
"main": "lib/all-object-keys.js",
"scripts": {
"init": "madrun init",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"watch:test": "madrun watch:test",
"watch:tape": "madrun watch:tape",
"watch:coverage:tape": "madrun watch:coverage:tape",
"watch:coverage": "madrun watch:coverage",
"watcher": "madrun watcher",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderaiser/all-object-keys.git"
},
"keywords": [
"json",
"object",
"key",
"nested",
"get"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coderaiser/all-object-keys/issues"
},
"homepage": "https://github.com/coderaiser/all-object-keys#readme",
"devDependencies": {
"@putout/eslint-flat": "^2.0.0",
"c8": "^10.1.3",
"coveralls": "^3.0.0",
"eslint": "^9.20.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-putout": "^25.0.2",
"madrun": "^10.2.4",
"nodemon": "^3.1.9",
"putout": "^38.1.2",
"redlint": "^3.19.1",
"supertape": "^10.10.0"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"try-catch": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}