UNPKG

object-loops

Version:

Functional methods like forEach, map, filter, and other Array methods for Objects in javascript

54 lines (53 loc) 1.13 kB
{ "name": "object-loops", "version": "0.8.0", "description": "Functional methods like forEach, map, filter, and other Array methods for Objects in javascript", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "lab -t 100 -a code", "test-watch": "nodemon --exec npm test", "lint": "standard", "format": "standard --format" }, "repository": { "type": "git", "url": "https://github.com/tjmehta/object-loops.git" }, "keywords": [ "object", "functional", "methods", "forEach", "map", "map keys", "keys", "mapKeys", "reduce", "filter", "some", "every", "extended", "function" ], "author": "Tejesh Mehta", "license": "MIT", "bugs": { "url": "https://github.com/tjmehta/object-loops/issues" }, "homepage": "https://github.com/tjmehta/object-loops", "dependencies": { "101": "^1.6.1", "dasherize": "^2.0.0" }, "devDependencies": { "camelize": "^1.0.0", "code": "^1.5.0", "lab": "^6.2.0", "nodemon": "^1.8.1", "sinon": "^1.17.2", "standard": "^5.4.1" } }