UNPKG

map-o

Version:
50 lines 1.01 kB
{ "name": "map-o", "version": "2.0.11", "description": "Array-map like function for objects.", "main": "lib/index.js", "directories": { "example": "example" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/IonicaBizau/node-map-o.git" }, "keywords": [ "map", "array", "object" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/node-map-o/issues" }, "homepage": "https://github.com/IonicaBizau/node-map-o", "dependencies": { "iterate-object": "^1.3.0" }, "devDependencies": { "tester": "^1.3.0" }, "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }