{ "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/is-plain-object/issues" }, "contributors": [ { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "Osman Nuri Okumuş", "url": "http://onokumus.com" }, { "name": "Steven Vachon", "url": "https://svachon.com" }, { "url": "https://github.com/wtgtybhertgeghgtwtg" } ], "dependencies": { "isobject": "^4.0.0" }, "description": "Returns true if an object was created by the `Object` constructor.", "devDependencies": { "chai": "^4.2.0", "esm": "^3.2.22", "gulp-format-md": "^1.0.0", "mocha": "^6.1.4", "mocha-headless-chrome": "^2.0.2", "rollup": "^1.10.1", "rollup-plugin-node-resolve": "^4.2.3" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.d.ts", "index.js", "index.cjs.js" ], "homepage": "https://github.com/jonschlinkert/is-plain-object", "keywords": [ "check", "is", "is-object", "isobject", "javascript", "kind", "kind-of", "object", "plain", "type", "typeof", "value" ], "license": "MIT", "main": "index.cjs.js", "module": "index.js", "name": "is-plain-object", "repository": { "type": "git", "url": "git+https://github.com/jonschlinkert/is-plain-object.git" }, "scripts": { "build": "rollup -c", "prepare": "rollup -c", "test": "npm run test_node && npm run build && npm run test_browser", "test_browser": "mocha-headless-chrome --args=disable-web-security -f test/browser.html", "test_node": "mocha -r esm" }, "types": "index.d.ts", "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "is-number", "isobject", "kind-of" ] }, "lint": { "reflinks": true } }, "version": "3.0.0" }