| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "object-inspect@^1.9.0", |
| 3 | "_id": "object-inspect@1.9.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==", |
| 6 | "_location": "/object-inspect", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "object-inspect@^1.9.0", |
| 12 | "name": "object-inspect", |
| 13 | "escapedName": "object-inspect", |
| 14 | "rawSpec": "^1.9.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.9.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/es-abstract" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", |
| 22 | "_shasum": "c90521d74e1127b67266ded3394ad6116986533a", |
| 23 | "_spec": "object-inspect@^1.9.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\es-abstract", |
| 25 | "author": { |
| 26 | "name": "James Halliday", |
| 27 | "email": "mail@substack.net", |
| 28 | "url": "http://substack.net" |
| 29 | }, |
| 30 | "browser": { |
| 31 | "./util.inspect.js": false |
| 32 | }, |
| 33 | "bugs": { |
| 34 | "url": "https://github.com/inspect-js/object-inspect/issues" |
| 35 | }, |
| 36 | "bundleDependencies": false, |
| 37 | "deprecated": false, |
| 38 | "description": "string representations of objects in node and the browser", |
| 39 | "devDependencies": { |
| 40 | "@ljharb/eslint-config": "^17.3.0", |
| 41 | "aud": "^1.1.3", |
| 42 | "core-js": "^2.6.12", |
| 43 | "eslint": "^7.14.0", |
| 44 | "for-each": "^0.3.3", |
| 45 | "nyc": "^10.3.2", |
| 46 | "safe-publish-latest": "^1.1.4", |
| 47 | "string.prototype.repeat": "^1.0.0", |
| 48 | "tape": "^5.0.1" |
| 49 | }, |
| 50 | "funding": { |
| 51 | "url": "https://github.com/sponsors/ljharb" |
| 52 | }, |
| 53 | "greenkeeper": { |
| 54 | "ignore": [ |
| 55 | "nyc", |
| 56 | "core-js" |
| 57 | ] |
| 58 | }, |
| 59 | "homepage": "https://github.com/inspect-js/object-inspect", |
| 60 | "keywords": [ |
| 61 | "inspect", |
| 62 | "util.inspect", |
| 63 | "object", |
| 64 | "stringify", |
| 65 | "pretty" |
| 66 | ], |
| 67 | "license": "MIT", |
| 68 | "main": "index.js", |
| 69 | "name": "object-inspect", |
| 70 | "repository": { |
| 71 | "type": "git", |
| 72 | "url": "git://github.com/inspect-js/object-inspect.git" |
| 73 | }, |
| 74 | "scripts": { |
| 75 | "lint": "eslint .", |
| 76 | "posttest": "npx aud --production", |
| 77 | "prepublish": "safe-publish-latest", |
| 78 | "pretest": "npm run lint", |
| 79 | "pretests-only:tape": "node test-core-js", |
| 80 | "test": "npm run tests-only", |
| 81 | "tests-only": "nyc npm run tests-only:tape", |
| 82 | "tests-only:tape": "tape 'test/*.js'" |
| 83 | }, |
| 84 | "testling": { |
| 85 | "files": [ |
| 86 | "test/*.js", |
| 87 | "test/browser/*.js" |
| 88 | ], |
| 89 | "browsers": [ |
| 90 | "ie/6..latest", |
| 91 | "chrome/latest", |
| 92 | "firefox/latest", |
| 93 | "safari/latest", |
| 94 | "opera/latest", |
| 95 | "iphone/latest", |
| 96 | "ipad/latest", |
| 97 | "android/latest" |
| 98 | ] |
| 99 | }, |
| 100 | "version": "1.9.0" |
| 101 | } |