package.json
 1  {
 2    "name": "is-extendable",
 3    "description": "Returns true if a value is a plain object, array or function.",
 4    "version": "1.0.1",
 5    "homepage": "https://github.com/jonschlinkert/is-extendable",
 6    "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
 7    "repository": "jonschlinkert/is-extendable",
 8    "bugs": {
 9      "url": "https://github.com/jonschlinkert/is-extendable/issues"
10    },
11    "license": "MIT",
12    "files": [
13      "index.js",
14      "index.d.ts"
15    ],
16    "main": "index.js",
17    "types": "index.d.ts",
18    "engines": {
19      "node": ">=0.10.0"
20    },
21    "scripts": {
22      "test": "mocha"
23    },
24    "dependencies": {
25      "is-plain-object": "^2.0.4"
26    },
27    "devDependencies": {
28      "gulp-format-md": "^1.0.0",
29      "mocha": "^3.4.2"
30    },
31    "keywords": [
32      "array",
33      "assign",
34      "check",
35      "date",
36      "extend",
37      "extendable",
38      "extensible",
39      "function",
40      "is",
41      "object",
42      "regex",
43      "test"
44    ],
45    "verb": {
46      "related": {
47        "list": [
48          "assign-deep",
49          "is-equal-shallow",
50          "is-plain-object",
51          "isobject",
52          "kind-of"
53        ]
54      },
55      "toc": false,
56      "layout": "default",
57      "tasks": [
58        "readme"
59      ],
60      "plugins": [
61        "gulp-format-md"
62      ],
63      "lint": {
64        "reflinks": true
65      }
66    }
67  }