UNPKG

ordered-entries

Version:

Like Object.entries, but using getOwnPropertyNames, so that key order is respected

30 lines (29 loc) 695 B
{ "name": "ordered-entries", "version": "1.0.0", "description": "Like Object.entries, but using getOwnPropertyNames, so that key order is respected", "main": "index.js", "scripts": { "test": "node test.js && jsmd readme.md" }, "repository": { "type": "git", "url": "git+https://github.com/TehShrike/ordered-entries.git" }, "keywords": [ "object", "entries", "key", "property" ], "author": "TehShrike", "license": "WTFPL", "bugs": { "url": "https://github.com/TehShrike/ordered-entries/issues" }, "homepage": "https://github.com/TehShrike/ordered-entries#readme", "devDependencies": { "jsmd": "0.3.1", "tape": "4.6.3" } }