{"id":16836365,"url":"https://github.com/mvertes/line-trace","last_synced_at":"2025-03-18T03:18:59.547Z","repository":{"id":31235431,"uuid":"34796811","full_name":"mvertes/line-trace","owner":"mvertes","description":"Trace print with source filename, function and line numbers","archived":false,"fork":false,"pushed_at":"2016-01-06T14:57:29.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T22:44:06.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvertes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-29T13:56:56.000Z","updated_at":"2016-03-09T23:07:13.000Z","dependencies_parsed_at":"2022-08-03T15:17:09.622Z","dependency_job_id":null,"html_url":"https://github.com/mvertes/line-trace","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fline-trace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fline-trace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fline-trace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvertes%2Fline-trace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvertes","download_url":"https://codeload.github.com/mvertes/line-trace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244147343,"owners_count":20405942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T12:13:14.970Z","updated_at":"2025-03-18T03:18:59.520Z","avatar_url":"https://github.com/mvertes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# line-trace\n[![Build Status](https://travis-ci.org/mvertes/line-trace.svg?branch=master)](https://travis-ci.org/mvertes/line-trace)\n\nTrace print with process PID, source filename, function and line numbers.\n\n## Install\n```\n$ npm install line-trace\n```\n\n## Usage\n```js\nvar trace = require('line-trace');\n\nfunction f(a) {\n  trace(a);\n}\n\nf(34);\ntrace([1, 2, \"foo\"]);\ntrace(\"%s %j\", \"label\", {a:1, b:2});\n```\n\nwill generate:\n\n```\n[125 test.js:4 f] 34\n[125 test.js:8 ?] [1,2,\"foo\"]\n[125 test.js:9 ?] label {\"a\":1,\"b\":2}\n```\n\n## License\n[MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvertes%2Fline-trace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmvertes%2Fline-trace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmvertes%2Fline-trace/lists"}