HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/isobject/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/isobject/package.json
{
  "name": "isobject",
  "description": "Returns true if the value is an object and not an array or null.",
  "version": "4.0.0",
  "homepage": "https://github.com/jonschlinkert/isobject",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "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)"
  ],
  "repository": "jonschlinkert/isobject",
  "bugs": {
    "url": "https://github.com/jonschlinkert/isobject/issues"
  },
  "license": "MIT",
  "main": "index.cjs.js",
  "module": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.d.ts",
    "index.cjs.js",
    "index.js"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "build": "rollup -i index.js -o index.cjs.js -f cjs",
    "test": "mocha -r esm",
    "prepublish": "npm run build"
  },
  "dependencies": {},
  "devDependencies": {
    "esm": "^3.2.22",
    "gulp-format-md": "^0.1.9",
    "mocha": "^2.4.5",
    "rollup": "^1.10.1"
  },
  "keywords": [
    "check",
    "is",
    "is-object",
    "isobject",
    "kind",
    "kind-of",
    "kindof",
    "native",
    "object",
    "type",
    "typeof",
    "value"
  ],
  "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"
    ]
  }
}