{"id":18687365,"url":"https://github.com/junosuarez/fninfo","last_synced_at":"2025-11-08T02:30:32.229Z","repository":{"id":57159864,"uuid":"8679886","full_name":"junosuarez/fninfo","owner":"junosuarez","description":"node module: get basic info about a function","archived":false,"fork":false,"pushed_at":"2013-08-05T23:37:40.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T16:46:17.441Z","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/junosuarez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-10T03:12:09.000Z","updated_at":"2013-12-15T02:43:21.000Z","dependencies_parsed_at":"2022-09-08T09:02:19.622Z","dependency_job_id":null,"html_url":"https://github.com/junosuarez/fninfo","commit_stats":null,"previous_names":["jden/fninfo"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Ffninfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Ffninfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Ffninfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Ffninfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junosuarez","download_url":"https://codeload.github.com/junosuarez/fninfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239545372,"owners_count":19656769,"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-11-07T10:32:35.879Z","updated_at":"2025-11-08T02:30:32.198Z","avatar_url":"https://github.com/junosuarez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fninfo\nget basic info about a function\n\n## installation\n\n    $ npm install fninfo\n\n## usage\n```js\nvar fninfo = require('fninfo')\n\nvar a = function (foo, bar, baz) {/*\n\n  */\n\n  // comment\n  baz = foo + bar\n  return baz\n}\n\nfninfo(a)\n// =\u003e {\n//      params: ['foo', 'bar', 'baz']\n//      loc: 8\n//      sloc: 4\n//    }\n```\n\n## running the tests\n\nFrom package root,\n\n`$ npm install`\n`$ npm test`\n\n## license\n\nMIT (c) 2013 jden \u003cjason@denizac.org\u003e. See LICENSE.md","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Ffninfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunosuarez%2Ffninfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Ffninfo/lists"}