50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"name": "is-plain-object",
|
||
|
|
"description": "Returns true if an object was created by the `Object` constructor.",
|
||
|
|
"version": "2.0.4",
|
||
|
|
"homepage": "https://github.com/jonschlinkert/is-plain-object",
|
||
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
||
|
|
"repository": "jonschlinkert/is-plain-object",
|
||
|
|
"license": "MIT",
|
||
|
|
"files": [
|
||
|
|
"index.d.ts",
|
||
|
|
"index.js"
|
||
|
|
],
|
||
|
|
"main": "index.js",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.10.0"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"isobject": "^3.0.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"browserify": "^14.4.0",
|
||
|
|
"chai": "^4.0.2",
|
||
|
|
"gulp-format-md": "^1.0.0",
|
||
|
|
"mocha": "^3.4.2",
|
||
|
|
"mocha-phantomjs": "^4.1.0",
|
||
|
|
"phantomjs": "^2.1.7",
|
||
|
|
"uglify-js": "^3.0.24"
|
||
|
|
},
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|