{"id":26142528,"url":"https://github.com/hiteshjasani/cljs-node-utils","last_synced_at":"2025-07-17T23:14:14.443Z","repository":{"id":62433973,"uuid":"125404547","full_name":"hiteshjasani/cljs-node-utils","owner":"hiteshjasani","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-24T01:01:28.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-30T13:18:09.036Z","etag":null,"topics":["library","wip"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiteshjasani.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-03-15T17:39:38.000Z","updated_at":"2018-03-24T14:03:15.000Z","dependencies_parsed_at":"2022-11-01T21:16:09.373Z","dependency_job_id":null,"html_url":"https://github.com/hiteshjasani/cljs-node-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiteshjasani%2Fcljs-node-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiteshjasani%2Fcljs-node-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiteshjasani%2Fcljs-node-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiteshjasani%2Fcljs-node-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiteshjasani","download_url":"https://codeload.github.com/hiteshjasani/cljs-node-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242967729,"owners_count":20214282,"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":["library","wip"],"created_at":"2025-03-11T03:57:00.956Z","updated_at":"2025-03-11T03:57:01.549Z","avatar_url":"https://github.com/hiteshjasani.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cljs-node-utils\n\n[![Clojars Project](https://img.shields.io/clojars/v/org.jasani/cnu.svg)](https://clojars.org/org.jasani/cnu)\n\nA Clojure library of utilities for working with Node.js\n\nNote: this is an early release and the api may change drastically.\n\n## Usage\n\n```clojure\n(:require [cnu.interop :refer [jsobj-\u003eedn])\n\n;; wherever we need to convert a javascript object into edn\n(jsobj-\u003eedn (clj-\u003ejs {:foo \"bar\"}))\n;;=\u003e {:foo \"bar\"}\n\n(jsobj-\u003eedn (clj-\u003ejs {:foo \"bar\"}) false)\n;;=\u003e {\"foo\" \"bar\"}\n\n;; or arbitrary json to edn\n(json-\u003eedn (clj-\u003ejs {:foo \"bar\"}))\n;;=\u003e {:foo \"bar\"}\n\n(json-\u003eedn (clj-\u003ejs {:foo \"bar\"}) false)\n;;=\u003e {\"foo\" \"bar\"}\n```\n\n### In lumo\n\n```shell\n% lumo -D org.jasani/cnu:0.1.0 myscript.cljs\n```\n\nNote that lumo doesn't download clojars dependencies.  They must\nalready be in your local maven repo to use them.\n\n## License\n\nCopyright © 2018 Hitesh Jasani\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiteshjasani%2Fcljs-node-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiteshjasani%2Fcljs-node-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiteshjasani%2Fcljs-node-utils/lists"}