1{ 2 "_from": "is-obj@^1.0.0", 3 "_id": "is-obj@1.0.1", 4 "_inBundle": false, 5 "_integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", 6 "_location": "/is-obj", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "is-obj@^1.0.0", 12 "name": "is-obj", 13 "escapedName": "is-obj", 14 "rawSpec": "^1.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.0" 17 }, 18 "_requiredBy": [ 19 "/dot-prop" 20 ], 21 "_resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", 22 "_shasum": "3e4729ac1f5fde025cd7d83a896dab9f4f67db0f", 23 "_spec": "is-obj@^1.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/dot-prop", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/is-obj/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Check if a value is an object", 36 "devDependencies": { 37 "ava": "*", 38 "xo": "*" 39 }, 40 "engines": { 41 "node": ">=0.10.0" 42 }, 43 "files": [ 44 "index.js" 45 ], 46 "homepage": "https://github.com/sindresorhus/is-obj#readme", 47 "keywords": [ 48 "obj", 49 "object", 50 "is", 51 "check", 52 "test", 53 "type" 54 ], 55 "license": "MIT", 56 "name": "is-obj", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/sindresorhus/is-obj.git" 60 }, 61 "scripts": { 62 "test": "xo && ava" 63 }, 64 "version": "1.0.1" 65} 66