| { |
| "author": { |
| "email": "mail@substack.net", |
| "name": "James Halliday", |
| "url": "http://substack.net" |
| }, |
| "browser": { |
| "./util.inspect.js": false |
| }, |
| "description": "string representations of objects in node and the browser", |
| "devDependencies": { |
| "core-js": "^2.5.5", |
| "nyc": "^10.3.2", |
| "tape": "^4.9.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", |
| "posttest": "npm run test:bigint", |
| "pretests-only": "node test-core-js", |
| "test": "npm run tests-only", |
| "test:bigint": "node --harmony-bigint test/bigint", |
| "tests-only": "tape test/*.js" |
| }, |
| "testling": { |
| "browsers": [ |
| "ie/6..latest", |
| "chrome/latest", |
| "firefox/latest", |
| "safari/latest", |
| "opera/latest", |
| "iphone/latest", |
| "ipad/latest", |
| "android/latest" |
| ], |
| "files": [ |
| "test/*.js", |
| "test/browser/*.js" |
| ] |
| }, |
| "version": "1.6.0" |
| } |