{ "name": "callsite-record", "version": "4.1.5", "description": "Create fancy log entries for errors and function call sites.", "main": "lib/index.js", "files": [ "lib" ], "typings": "lib/index.d.ts", "scripts": { "test": "eslint lib test && mocha --color", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "repository": { "type": "git", "url": "git+https://github.com/inikulin/source-frame.git" }, "keywords": [ "source", "code", "frame", "stack", "callstack", "call", "source-code" ], "author": "Ivan Nikulin (ifaaan@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/inikulin/source-frame/issues" }, "homepage": "https://github.com/inikulin/source-frame#readme", "devDependencies": { "eslint": "^1.10.3", "mocha": "^10.2.0", "publish-please": "^5.5.2" }, "dependencies": { "@devexpress/error-stack-parser": "^2.0.6", "@types/lodash": "^4.14.72", "callsite": "^1.0.0", "chalk": "^2.4.0", "highlight-es": "^1.0.0", "lodash": "4.6.1 || ^4.16.1", "pinkie-promise": "^2.0.0" } }