object-visit
Version:
Call the given method on each value in the given object.
49 lines (48 loc) • 914 B
JSON
{
"name": "object-visit",
"description": "Call the given method on each value in the given object.",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/object-visit",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/object-visit",
"bugs": {
"url": "https://github.com/jonschlinkert/object-visit/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"isobject": "^1.0.0"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": [
"context",
"function",
"helper",
"key",
"method",
"object",
"value",
"visit",
"visitor"
],
"verb": {
"related": {
"list": [
"collection-visit",
"map-visit"
]
}
}
}