{"id":21186864,"url":"https://github.com/patrickroberts/complex-js","last_synced_at":"2025-07-10T01:31:31.180Z","repository":{"id":2281366,"uuid":"3238568","full_name":"patrickroberts/complex-js","owner":"patrickroberts","description":"JavaScript Complex Math","archived":false,"fork":false,"pushed_at":"2023-01-05T08:32:44.000Z","size":954,"stargazers_count":39,"open_issues_count":18,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T12:33:00.879Z","etag":null,"topics":["complex-js","complex-numbers","human-readable-expressions","javascript","math","node-module","runtime-compilation"],"latest_commit_sha":null,"homepage":"https://patrickroberts.github.io/complex-js/","language":"TypeScript","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/patrickroberts.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":"2012-01-22T07:17:43.000Z","updated_at":"2023-08-12T02:49:58.000Z","dependencies_parsed_at":"2023-01-13T11:45:26.991Z","dependency_job_id":null,"html_url":"https://github.com/patrickroberts/complex-js","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickroberts%2Fcomplex-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickroberts%2Fcomplex-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickroberts%2Fcomplex-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickroberts%2Fcomplex-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickroberts","download_url":"https://codeload.github.com/patrickroberts/complex-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225609171,"owners_count":17496041,"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":["complex-js","complex-numbers","human-readable-expressions","javascript","math","node-module","runtime-compilation"],"created_at":"2024-11-20T18:26:50.457Z","updated_at":"2024-11-20T18:26:51.073Z","avatar_url":"https://github.com/patrickroberts.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![complex-js logo](https://raw.githubusercontent.com/patrickroberts/complex-js/assets/logo.png)\n\n## Overview\n\n* [Getting Started](#getting-started)\n* [Documentation](#documentation)\n* [Code Coverage](#code-coverage)\n* [License](#license)\n\n## Getting Started\n\nTo install via [`npm`](https://www.npmjs.com/package/complex-js):\n\n```sh\nnpm i complex-js moo nearley # peer dependencies for expression parser\n```\n\n[Node.js](https://nodejs.org):\n\n```js\nconst Complex = require('complex-js');\n```\n\nES2015 Module:\n\n```js\nimport Complex from 'complex-js';\n```\n\nBrowser:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/combine/npm/moo@0.5.1,npm/nearley@2.19.1,npm/complex-js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\nconst { Complex } = window;\n\u003c/script\u003e\n```\n\n[RequireJS](https://requirejs.org/docs/whyamd.html):\n\n```js\nrequirejs(['complex-js'], function (Complex) {\n\n});\n```\n\n## Documentation\n\nAPI reference available at https://patrickroberts.github.io/complex-js/.\n\n## Code Coverage\n\nReport available at https://patrickroberts.github.io/complex-js/lcov-report/.\n\n## License\n\nCopyright (c) 2020 Patrick Roberts\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickroberts%2Fcomplex-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickroberts%2Fcomplex-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickroberts%2Fcomplex-js/lists"}