{"id":22128879,"url":"https://github.com/shysolocup/fndt","last_synced_at":"2026-04-30T18:31:42.301Z","repository":{"id":207481158,"uuid":"719355857","full_name":"shysolocup/fndt","owner":"shysolocup","description":"JavaScript package allowing you to see function data like body and arguments from outside of the function","archived":false,"fork":false,"pushed_at":"2023-11-25T04:21:25.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T08:49:10.910Z","etag":null,"topics":["aepl","data","fndt","functions","javascript","javascript-tools","js","js-function","js-functions","lightweight","nodejs","nodejs-modules","package","stews"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/fndt","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/shysolocup.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-11-16T01:49:46.000Z","updated_at":"2023-11-16T05:02:15.000Z","dependencies_parsed_at":"2023-11-21T05:37:24.259Z","dependency_job_id":"2a31f8f3-1fbd-42a2-a84e-252f54e25ffa","html_url":"https://github.com/shysolocup/fndt","commit_stats":null,"previous_names":["paishee/fncd","paishee/fncdt","shysolocup/fndt"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/shysolocup/fndt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffndt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffndt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffndt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffndt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shysolocup","download_url":"https://codeload.github.com/shysolocup/fndt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffndt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aepl","data","fndt","functions","javascript","javascript-tools","js","js-function","js-functions","lightweight","nodejs","nodejs-modules","package","stews"],"created_at":"2024-12-01T17:48:32.414Z","updated_at":"2026-04-30T18:31:42.282Z","avatar_url":"https://github.com/shysolocup.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fndt\nJavaScript package allowing you to see function data like body and arguments from outside of the function\u003cbr\u003e\nit uses string scoping to isolate and separate arguments then bunches them all into one simple class for your use\n\n- easy to use\n- open source\n- advanced scoping\n- argument fetching\n\n\u003cbr\u003e\n\n```console\nnpm i fndt\n```\n```console\nnpm i paishee/fndt\n```\n\n\u003cbr\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003eJS\u003c/td\u003e\u003ctd\u003eOutput\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n  \n```js\nconst fndt = require('fndt');\n\n\nfunction test(a, b=\"placeholder\") {       \n    console.log(a, b);\n}\n\n\nfndt.fetch(test, (data) =\u003e {\n    console.log(data);\n});\n```\n\n\u003c/td\u003e\n\n\u003ctd\u003e\n\n```js\nFunctionData {\n    pending: false,\n    name: \"test\",\n    dataName: \"test\",\n    body: \"console.log(a, b);\",\n    arguments: { a: null, b: \"placeholder\" },\n    isAsync: false,\n    isArrow: false,\n    data: Function,\n    string: \"function test(a, b=\"placeholder\") {\n        console.log(a, b);\n    }\"\n}\n```\n  \n\u003c/td\u003e\n\n\u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshysolocup%2Ffndt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshysolocup%2Ffndt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshysolocup%2Ffndt/lists"}