{"id":20390680,"url":"https://github.com/dizmo/functions-viewer","last_synced_at":"2026-05-15T23:02:04.071Z","repository":{"id":143140742,"uuid":"407183235","full_name":"dizmo/functions-viewer","owner":"dizmo","description":"dizmoFun: library of functions (viewer [in]dependent)","archived":false,"fork":false,"pushed_at":"2021-09-16T13:53:36.000Z","size":142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-24T17:25:09.154Z","etag":null,"topics":["dizmo","functions","javascript","library","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dizmo.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,"publiccode":null,"codemeta":null}},"created_at":"2021-09-16T13:50:37.000Z","updated_at":"2021-09-16T13:53:38.000Z","dependencies_parsed_at":"2023-04-04T04:06:54.462Z","dependency_job_id":null,"html_url":"https://github.com/dizmo/functions-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dizmo/functions-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizmo%2Ffunctions-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizmo%2Ffunctions-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizmo%2Ffunctions-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizmo%2Ffunctions-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dizmo","download_url":"https://codeload.github.com/dizmo/functions-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dizmo%2Ffunctions-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dizmo","functions","javascript","library","typescript"],"created_at":"2024-11-15T03:26:16.887Z","updated_at":"2026-05-15T23:02:04.037Z","avatar_url":"https://github.com/dizmo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version](https://badge.fury.io/js/%40dizmo%2Ffunctions-viewer.svg)](https://npmjs.org/package/@dizmo/functions-viewer)\n[![Build Status](https://travis-ci.com/dizmo/functions-viewer.svg?branch=master)](https://travis-ci.com/dizmo/functions-viewer)\n[![Coverage Status](https://coveralls.io/repos/github/dizmo/functions-viewer/badge.svg?branch=master)](https://coveralls.io/github/dizmo/functions-viewer?branch=master)\n\n# @dizmo/functions-viewer\n\nModule.\n\n## Usage\n\n### Installation\n\n```sh\nnpm install @dizmo/functions-viewer --save\n```\n\n### Import\n\n```javascript\nimport '@dizmo/functions-viewer';\n```\n\n### Example(s)\n\n```javascript\n...\n```\n\n## Development\n\n### Clean\n\n```sh\nnpm run clean\n```\n\n### Build\n\n```sh\nnpm run build\n```\n\n#### without linting and cleaning:\n\n```sh\nnpm run -- build --no-lint --no-clean\n```\n\n#### with UMD bundling (incl. minimization):\n\n```sh\nnpm run -- build --prepack\n```\n\n#### with UMD bundling (excl. minimization):\n\n```sh\nnpm run -- build --prepack --no-minify\n```\n\n### Lint\n\n```sh\nnpm run lint\n```\n\n#### with auto-fixing:\n\n```sh\nnpm run -- lint --fix\n```\n\n### Test\n\n```sh\nnpm run test\n```\n\n#### without linting, cleaning and (re-)building:\n\n```sh\nnpm run -- test --no-lint --no-clean --no-build\n```\n\n### Cover\n\n```sh\nnpm run cover\n```\n\n#### without linting, cleaning and (re-)building:\n\n```sh\nnpm run -- cover --no-lint --no-clean --no-build\n```\n\n## Debugging\n\nConnect `@dizmo/functions-viewer` to another project:\n\n```sh\n[@dizmo/functions-viewer] $ npm link # symlink global:@dizmo/functions-viewer\n```\n\n```sh\n[a-project] $ npm link @dizmo/functions-viewer # symlink node-modules:@dizmo/functions-viewer\n```\n\n```sh\n[a-project] $ head webpack.config.js # ensure @dizmo/functions-viewer in entry.main\n```\n\n```\nentry: {\n    main: [..., '@dizmo/functions-viewer', './source/index.js']\n}\n```\n\nDisconnect `@dizmo/functions-viewer` from the project:\n\n```sh\n[a-project] $ npm unlink @dizmo/functions-viewer # delete local symlink\n```\n\n```sh\n[@dizmo/functions-viewer] $ npm uninstall -g # delete global symlink\n```\n\n## Documentation\n\n```sh\nnpm run docs\n```\n\n## Publication\n\n```sh\nnpm publish\n```\n\n#### initially (if public):\n\n```sh\nnpm publish --access=public\n```\n\n## Copyright\n\n © 2021 [Hasan Karahan](https://github.com/hsk81)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizmo%2Ffunctions-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdizmo%2Ffunctions-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdizmo%2Ffunctions-viewer/lists"}