{"id":13453904,"url":"https://github.com/alidavut/locus","last_synced_at":"2025-03-24T01:32:15.399Z","repository":{"id":12448143,"uuid":"15107725","full_name":"alidavut/locus","owner":"alidavut","description":"Locus is a debugging module for node.js","archived":true,"fork":false,"pushed_at":"2021-09-29T17:56:00.000Z","size":163,"stargazers_count":306,"open_issues_count":4,"forks_count":18,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-13T15:16:05.529Z","etag":null,"topics":["debugger","javascript","locus","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alidavut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-11T13:17:01.000Z","updated_at":"2024-10-06T20:11:51.000Z","dependencies_parsed_at":"2022-09-13T11:11:25.226Z","dependency_job_id":null,"html_url":"https://github.com/alidavut/locus","commit_stats":null,"previous_names":["buildize/locus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidavut%2Flocus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidavut%2Flocus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidavut%2Flocus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alidavut%2Flocus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alidavut","download_url":"https://codeload.github.com/alidavut/locus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244933919,"owners_count":20534466,"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":["debugger","javascript","locus","nodejs"],"created_at":"2024-07-31T08:00:49.116Z","updated_at":"2025-03-24T01:32:10.390Z","avatar_url":"https://github.com/alidavut.png","language":"JavaScript","readme":"ʆ Locus\n=======\n\nLocus is a debugging module which allows you to execute commands at runtime via a REPL.\n\n[![asciicast](screenshot.png)](https://asciinema.org/a/102735?autoplay=1\u0026speed=1.5)\n\n## Installing\n\n```bash\nnpm install locus --save-dev\n```\n\n## Using\n\n```javascript\nrequire('locus');\n\nvar myVar = 123;\nvar myObj = {\n  key: 'value'\n};\n\nfunction makeSomething() {\n  var some = 'some value';\n\n  // will start a repl session\n  // you can manipulate the program at runtime\n  eval(locus);\n\n  // another option\n  eval(require('locus'))\n\n  return some;\n}\n\nmakeSomething();\n```\n\nUse **exit** command to leave.\n","funding_links":[],"categories":["Packages","包","Repository","目录","JavaScript","Debugging / Profiling"],"sub_categories":["Debugging / Profiling","调试 / 分析","Debugging","调试/分析","调试"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falidavut%2Flocus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falidavut%2Flocus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falidavut%2Flocus/lists"}