| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "name": "object-inspect",
- "version": "1.9.0",
- "description": "string representations of objects in node and the browser",
- "main": "index.js",
- "devDependencies": {
- "@ljharb/eslint-config": "^17.3.0",
- "aud": "^1.1.3",
- "core-js": "^2.6.12",
- "eslint": "^7.14.0",
- "for-each": "^0.3.3",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^1.1.4",
- "string.prototype.repeat": "^1.0.0",
- "tape": "^5.0.1"
- },
- "scripts": {
- "prepublish": "safe-publish-latest",
- "pretest": "npm run lint",
- "lint": "eslint .",
- "test": "npm run tests-only",
- "tests-only": "nyc npm run tests-only:tape",
- "pretests-only:tape": "node test-core-js",
- "tests-only:tape": "tape 'test/*.js'",
- "posttest": "npx aud --production"
- },
- "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"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/inspect-js/object-inspect.git"
- },
- "homepage": "https://github.com/inspect-js/object-inspect",
- "keywords": [
- "inspect",
- "util.inspect",
- "object",
- "stringify",
- "pretty"
- ],
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- },
- "license": "MIT",
- "browser": {
- "./util.inspect.js": false
- },
- "greenkeeper": {
- "ignore": [
- "nyc",
- "core-js"
- ]
- },
- "__npminstall_done": "Thu Dec 24 2020 20:21:03 GMT+0800 (CST)",
- "_from": "object-inspect@1.9.0",
- "_resolved": "https://registry.npm.taobao.org/object-inspect/download/object-inspect-1.9.0.tgz?cache=0&sync_timestamp=1606804322588&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject-inspect%2Fdownload%2Fobject-inspect-1.9.0.tgz"
- }
|