package.json
 1  {
 2    "name": "isobject",
 3    "description": "Returns true if the value is an object and not an array or null.",
 4    "version": "3.0.1",
 5    "homepage": "https://github.com/jonschlinkert/isobject",
 6    "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
 7    "contributors": [
 8      "(https://github.com/LeSuisse)",
 9      "Brian Woodward (https://twitter.com/doowb)",
10      "Jon Schlinkert (http://twitter.com/jonschlinkert)",
11      "Magnús Dæhlen (https://github.com/magnudae)",
12      "Tom MacWright (https://macwright.org)"
13    ],
14    "repository": "jonschlinkert/isobject",
15    "bugs": {
16      "url": "https://github.com/jonschlinkert/isobject/issues"
17    },
18    "license": "MIT",
19    "files": [
20      "index.d.ts",
21      "index.js"
22    ],
23    "main": "index.js",
24    "engines": {
25      "node": ">=0.10.0"
26    },
27    "scripts": {
28      "test": "mocha"
29    },
30    "dependencies": {},
31    "devDependencies": {
32      "gulp-format-md": "^0.1.9",
33      "mocha": "^2.4.5"
34    },
35    "keywords": [
36      "check",
37      "is",
38      "is-object",
39      "isobject",
40      "kind",
41      "kind-of",
42      "kindof",
43      "native",
44      "object",
45      "type",
46      "typeof",
47      "value"
48    ],
49    "types": "index.d.ts",
50    "verb": {
51      "related": {
52        "list": [
53          "extend-shallow",
54          "is-plain-object",
55          "kind-of",
56          "merge-deep"
57        ]
58      },
59      "toc": false,
60      "layout": "default",
61      "tasks": [
62        "readme"
63      ],
64      "plugins": [
65        "gulp-format-md"
66      ],
67      "lint": {
68        "reflinks": true
69      },
70      "reflinks": [
71        "verb"
72      ]
73    }
74  }