| { | 
 |   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",  | 
 |   "bugs": { | 
 |     "url": "https://github.com/jonschlinkert/is-extendable/issues" | 
 |   },  | 
 |   "dependencies": { | 
 |     "is-plain-object": "^2.0.4" | 
 |   },  | 
 |   "description": "Returns true if a value is a plain object, array or function.",  | 
 |   "devDependencies": { | 
 |     "gulp-format-md": "^1.0.0",  | 
 |     "mocha": "^3.4.2" | 
 |   },  | 
 |   "engines": { | 
 |     "node": ">=0.10.0" | 
 |   },  | 
 |   "files": [ | 
 |     "index.js",  | 
 |     "index.d.ts" | 
 |   ],  | 
 |   "homepage": "https://github.com/jonschlinkert/is-extendable",  | 
 |   "keywords": [ | 
 |     "array",  | 
 |     "assign",  | 
 |     "check",  | 
 |     "date",  | 
 |     "extend",  | 
 |     "extendable",  | 
 |     "extensible",  | 
 |     "function",  | 
 |     "is",  | 
 |     "object",  | 
 |     "regex",  | 
 |     "test" | 
 |   ],  | 
 |   "license": "MIT",  | 
 |   "main": "index.js",  | 
 |   "name": "is-extendable",  | 
 |   "repository": "jonschlinkert/is-extendable",  | 
 |   "scripts": { | 
 |     "test": "mocha" | 
 |   },  | 
 |   "types": "index.d.ts",  | 
 |   "verb": { | 
 |     "layout": "default",  | 
 |     "lint": { | 
 |       "reflinks": true | 
 |     },  | 
 |     "plugins": [ | 
 |       "gulp-format-md" | 
 |     ],  | 
 |     "related": { | 
 |       "list": [ | 
 |         "assign-deep",  | 
 |         "is-equal-shallow",  | 
 |         "is-plain-object",  | 
 |         "isobject",  | 
 |         "kind-of" | 
 |       ] | 
 |     },  | 
 |     "tasks": [ | 
 |       "readme" | 
 |     ],  | 
 |     "toc": false | 
 |   },  | 
 |   "version": "1.0.1" | 
 | } |