UNPKG

all-object-keys

Version:
58 lines (57 loc) 1.39 kB
{ "name": "all-object-keys", "version": "3.0.3", "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": { "c8": "^10.1.3", "coveralls": "^3.0.0", "eslint": "^9.20.1", "eslint-plugin-n": "^17.15.1", "eslint-plugin-putout": "^29.2.0", "madrun": "^11.0.6", "nodemon": "^3.1.9", "putout": "^41.2.1", "redlint": "^4.4.1", "supertape": "^11.5.1", "try-catch": "^4.0.2" }, "engines": { "node": ">=18" }, "dependencies": {}, "publishConfig": { "access": "public" } }