mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
100 lines
1.9 KiB
JSON
100 lines
1.9 KiB
JSON
{
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/isobject/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"url": "https://github.com/LeSuisse"
|
|
},
|
|
{
|
|
"name": "Brian Woodward",
|
|
"url": "https://twitter.com/doowb"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
},
|
|
{
|
|
"name": "Magnús Dæhlen",
|
|
"url": "https://github.com/magnudae"
|
|
},
|
|
{
|
|
"name": "Tom MacWright",
|
|
"url": "https://macwright.org"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Returns true if the value is an object and not an array or null.",
|
|
"devDependencies": {
|
|
"esm": "^3.2.22",
|
|
"gulp-format-md": "^0.1.9",
|
|
"mocha": "^2.4.5",
|
|
"rollup": "^1.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.cjs.js",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/isobject",
|
|
"keywords": [
|
|
"check",
|
|
"is",
|
|
"is-object",
|
|
"isobject",
|
|
"kind",
|
|
"kind-of",
|
|
"kindof",
|
|
"native",
|
|
"object",
|
|
"type",
|
|
"typeof",
|
|
"value"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.cjs.js",
|
|
"module": "index.js",
|
|
"name": "isobject",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/isobject.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -i index.js -o index.cjs.js -f cjs",
|
|
"prepublish": "npm run build",
|
|
"test": "mocha -r esm"
|
|
},
|
|
"types": "index.d.ts",
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"extend-shallow",
|
|
"is-plain-object",
|
|
"kind-of",
|
|
"merge-deep"
|
|
]
|
|
},
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"reflinks": [
|
|
"verb"
|
|
]
|
|
},
|
|
"version": "4.0.0"
|
|
} |