{ "_from": "object.map@^1.0.0", "_id": "object.map@1.0.0", "_inBundle": false, "_integrity": "sha1-kq74cc1ty87TH+KcCSHbg5ViRZc=", "_location": "/object.map", "_phantomChildren": { "for-in": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "object.map@^1.0.0", "name": "object.map", "escapedName": "object.map", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/liftoff" ], "_resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.0.tgz", "_shasum": "92aef871cd6dcbced31fe29c0921db8395624597", "_spec": "object.map@^1.0.0", "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/liftoff", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/object.map/issues" }, "bundleDependencies": false, "dependencies": { "for-own": "^0.1.4", "make-iterator": "^1.0.0" }, "deprecated": false, "description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.", "devDependencies": { "gulp-format-md": "^0.1.11", "mocha": "^3.2.0" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/jonschlinkert/object.map", "keywords": [ "map", "object" ], "license": "MIT", "main": "index.js", "name": "object.map", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/object.map.git" }, "scripts": { "test": "mocha" }, "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "collection-map", "arr-map", "array-each" ] }, "lint": { "reflinks": true } }, "version": "1.0.0" }