Initial commit
[yaffs-website] / node_modules / isobject / package.json
1 {
2   "_args": [
3     [
4       "isobject@^2.0.0",
5       "/var/www/yaffs/node_modules/fill-range"
6     ]
7   ],
8   "_from": "isobject@>=2.0.0 <3.0.0",
9   "_id": "isobject@2.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/isobject",
13   "_nodeVersion": "5.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/isobject-2.1.0.tgz_1461618425262_0.8524945541284978"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.6.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "isobject",
26     "raw": "isobject@^2.0.0",
27     "rawSpec": "^2.0.0",
28     "scope": null,
29     "spec": ">=2.0.0 <3.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fill-range"
34   ],
35   "_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
36   "_shasum": "f065561096a3f1da2ef46272f815c840d87e0c89",
37   "_shrinkwrap": null,
38   "_spec": "isobject@^2.0.0",
39   "_where": "/var/www/yaffs/node_modules/fill-range",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/isobject/issues"
46   },
47   "dependencies": {
48     "isarray": "1.0.0"
49   },
50   "description": "Returns true if the value is an object and not an array or null.",
51   "devDependencies": {
52     "gulp-format-md": "^0.1.9",
53     "mocha": "^2.4.5"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "f065561096a3f1da2ef46272f815c840d87e0c89",
58     "tarball": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "d693ec8d31b02b42a19b2d806407a4ecb2f9fb73",
67   "homepage": "https://github.com/jonschlinkert/isobject",
68   "keywords": [
69     "check",
70     "is",
71     "is-object",
72     "isobject",
73     "kind",
74     "kind-of",
75     "kindof",
76     "native",
77     "object",
78     "type",
79     "typeof",
80     "value"
81   ],
82   "license": "MIT",
83   "main": "index.js",
84   "maintainers": [
85     {
86       "name": "jonschlinkert",
87       "email": "github@sellside.com"
88     },
89     {
90       "name": "doowb",
91       "email": "brian.woodward@gmail.com"
92     }
93   ],
94   "name": "isobject",
95   "optionalDependencies": {},
96   "readme": "ERROR: No README data found!",
97   "repository": {
98     "type": "git",
99     "url": "git+https://github.com/jonschlinkert/isobject.git"
100   },
101   "scripts": {
102     "test": "mocha"
103   },
104   "verb": {
105     "layout": "default",
106     "lint": {
107       "reflinks": true
108     },
109     "plugins": [
110       "gulp-format-md"
111     ],
112     "reflinks": [
113       "verb"
114     ],
115     "related": {
116       "list": [
117         "extend-shallow",
118         "is-plain-object",
119         "kind-of",
120         "merge-deep"
121       ]
122     },
123     "tasks": [
124       "readme"
125     ],
126     "toc": false
127   },
128   "version": "2.1.0"
129 }