{ "_from": "is-object@^1.0.1", "_id": "is-object@1.0.2", "_inBundle": false, "_integrity": "sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==", "_location": "/is-object", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-object@^1.0.1", "name": "is-object", "escapedName": "is-object", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/isurl" ], "_resolved": "https://registry.npmmirror.com/is-object/-/is-object-1.0.2.tgz", "_shasum": "a56552e1c665c9e950b4a025461da87e72f86fcf", "_spec": "is-object@^1.0.1", "_where": "D:\\仁舟项目\\admin_dHBzn\\node_modules\\isurl", "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" }, "bundleDependencies": false, "contributors": [ { "name": "Raynos" }, { "name": "Jordan Harband", "url": "https://github.com/ljharb" } ], "dependencies": {}, "deprecated": false, "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" }