{ "_from": "object-inspect@~1.4.0", "_id": "object-inspect@1.4.1", "_inBundle": false, "_integrity": "sha512-wqdhLpfCUbEsoEwl3FXwGyv8ief1k/1aUdIPCqVnupM6e8l63BEJdiF/0swtn04/8p05tG/T0FrpTlfwvljOdw==", "_location": "/object-inspect", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "object-inspect@~1.4.0", "name": "object-inspect", "escapedName": "object-inspect", "rawSpec": "~1.4.0", "saveSpec": null, "fetchSpec": "~1.4.0" }, "_requiredBy": [ "/static-module" ], "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.4.1.tgz", "_shasum": "37ffb10e71adaf3748d05f713b4c9452f402cbc4", "_spec": "object-inspect@~1.4.0", "_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/static-module", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "browser": { "./util.inspect.js": false }, "bugs": { "url": "https://github.com/substack/object-inspect/issues" }, "bundleDependencies": false, "deprecated": false, "description": "string representations of objects in node and the browser", "devDependencies": { "core-js": "^2.5.1", "nyc": "^10.3.2", "tape": "^4.8.0" }, "homepage": "https://github.com/substack/object-inspect", "keywords": [ "inspect", "util.inspect", "object", "stringify", "pretty" ], "license": "MIT", "main": "index.js", "name": "object-inspect", "repository": { "type": "git", "url": "git://github.com/substack/object-inspect.git" }, "scripts": { "coverage": "nyc npm run tests-only", "pretests-only": "node test-core-js", "test": "npm run tests-only", "tests-only": "tape test/*.js" }, "testling": { "files": [ "test/*.js", "test/browser/*.js" ], "browsers": [ "ie/6..latest", "chrome/latest", "firefox/latest", "safari/latest", "opera/latest", "iphone/latest", "ipad/latest", "android/latest" ] }, "version": "1.4.1" }