aboutsummaryrefslogtreecommitdiff
path: root/node_modules/isobject/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/isobject/package.json')
-rw-r--r--node_modules/isobject/package.json19
1 files changed, 13 insertions, 6 deletions
diff --git a/node_modules/isobject/package.json b/node_modules/isobject/package.json
index 954f4113f..62aa8c1b2 100644
--- a/node_modules/isobject/package.json
+++ b/node_modules/isobject/package.json
@@ -1,15 +1,23 @@
{
"name": "isobject",
"description": "Returns true if the value is an object and not an array or null.",
- "version": "2.1.0",
+ "version": "3.0.1",
"homepage": "https://github.com/jonschlinkert/isobject",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "contributors": [
+ "(https://github.com/LeSuisse)",
+ "Brian Woodward (https://twitter.com/doowb)",
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)",
+ "Magnús Dæhlen (https://github.com/magnudae)",
+ "Tom MacWright (https://macwright.org)"
+ ],
"repository": "jonschlinkert/isobject",
"bugs": {
"url": "https://github.com/jonschlinkert/isobject/issues"
},
"license": "MIT",
"files": [
+ "index.d.ts",
"index.js"
],
"main": "index.js",
@@ -19,9 +27,7 @@
"scripts": {
"test": "mocha"
},
- "dependencies": {
- "isarray": "1.0.0"
- },
+ "dependencies": {},
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5"
@@ -40,13 +46,14 @@
"typeof",
"value"
],
+ "types": "index.d.ts",
"verb": {
"related": {
"list": [
- "merge-deep",
"extend-shallow",
"is-plain-object",
- "kind-of"
+ "kind-of",
+ "merge-deep"
]
},
"toc": false,