HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/is-object/package.json
{
  "_args": [
    [
      "is-object@1.0.2",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "is-object@1.0.2",
  "_id": "is-object@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==",
  "_location": "/is-object",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-object@1.0.2",
    "name": "is-object",
    "escapedName": "is-object",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/isurl"
  ],
  "_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Raynos",
    "email": "raynos2@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/inspect-js/is-object/issues",
    "email": "ljharb@gmail.com"
  },
  "contributors": [
    {
      "name": "Raynos"
    },
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "description": "Checks whether a value is an object",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.3.0",
    "aud": "^1.1.3",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.14.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.0.1"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/is-object",
  "keywords": [],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/inspect-js/is-object/raw/master/LICENSE"
    }
  ],
  "main": "index",
  "name": "is-object",
  "repository": {
    "type": "git",
    "url": "git://github.com/inspect-js/is-object.git"
  },
  "scripts": {
    "lint": "eslint --ext=.js,.mjs .",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/6..latest",
      "firefox/3..6",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/10.0",
      "opera/11..latest",
      "opera/next",
      "safari/4..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  },
  "version": "1.0.2"
}