mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-12 12:38:06 +00:00
126 lines
2.7 KiB
JSON
126 lines
2.7 KiB
JSON
|
{
|
||
|
"_from": "isobject@^4.0.0",
|
||
|
"_id": "isobject@4.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==",
|
||
|
"_location": "/isobject",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "isobject@^4.0.0",
|
||
|
"name": "isobject",
|
||
|
"escapedName": "isobject",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/is-plain-object"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz",
|
||
|
"_shasum": "3f1c9155e73b192022a80819bacd0343711697b0",
|
||
|
"_spec": "isobject@^4.0.0",
|
||
|
"_where": "/home/stCarolas/Coding/projects/setup-maven/node_modules/is-plain-object",
|
||
|
"author": {
|
||
|
"name": "Jon Schlinkert",
|
||
|
"url": "https://github.com/jonschlinkert"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jonschlinkert/isobject/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"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": {},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|