| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | {  "_args": [    [      "is-obj@2.0.0",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "is-obj@2.0.0",  "_id": "is-obj@2.0.0",  "_inBundle": false,  "_integrity": "sha1-Rz+wXZc3BeP9liBUUBjKjiLvSYI=",  "_location": "/is-obj",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "is-obj@2.0.0",    "name": "is-obj",    "escapedName": "is-obj",    "rawSpec": "2.0.0",    "saveSpec": null,    "fetchSpec": "2.0.0"  },  "_requiredBy": [    "/dot-prop"  ],  "_resolved": "https://registry.nlark.com/is-obj/download/is-obj-2.0.0.tgz",  "_spec": "2.0.0",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "bugs": {    "url": "https://github.com/sindresorhus/is-obj/issues"  },  "description": "Check if a value is an object",  "devDependencies": {    "ava": "^1.4.1",    "tsd": "^0.7.2",    "xo": "^0.24.0"  },  "engines": {    "node": ">=8"  },  "files": [    "index.js",    "index.d.ts"  ],  "homepage": "https://github.com/sindresorhus/is-obj#readme",  "keywords": [    "object",    "is",    "check",    "test",    "type"  ],  "license": "MIT",  "name": "is-obj",  "repository": {    "type": "git",    "url": "git+https://github.com/sindresorhus/is-obj.git"  },  "scripts": {    "test": "xo && ava && tsd"  },  "version": "2.0.0"}
 |