wallet-core/node_modules/isobject/package.json

75 lines
1.5 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "isobject",
"description": "Returns true if the value is an object and not an array or null.",
2017-08-14 05:01:11 +02:00
"version": "3.0.1",
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/jonschlinkert/isobject",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
2017-08-14 05:01:11 +02:00
"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)"
],
2016-11-03 01:33:53 +01:00
"repository": "jonschlinkert/isobject",
"bugs": {
"url": "https://github.com/jonschlinkert/isobject/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
2017-08-14 05:01:11 +02:00
"index.d.ts",
2016-11-03 01:33:53 +01:00
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
2017-08-14 05:01:11 +02:00
"dependencies": {},
2016-10-10 03:43:44 +02:00
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5"
},
"keywords": [
"check",
"is",
"is-object",
"isobject",
"kind",
"kind-of",
"kindof",
"native",
"object",
"type",
"typeof",
"value"
],
2017-08-14 05:01:11 +02:00
"types": "index.d.ts",
2016-10-10 03:43:44 +02:00
"verb": {
"related": {
"list": [
"extend-shallow",
"is-plain-object",
2017-08-14 05:01:11 +02:00
"kind-of",
"merge-deep"
2016-10-10 03:43:44 +02:00
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}