{"id":15361780,"url":"https://github.com/yorkie/node-sexp","last_synced_at":"2026-01-07T00:35:10.846Z","repository":{"id":66170049,"uuid":"94182490","full_name":"yorkie/node-sexp","owner":"yorkie","description":"Creates symboltic-expression builder in JavaScript.","archived":false,"fork":false,"pushed_at":"2017-06-13T07:46:50.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T15:02:32.973Z","etag":null,"topics":["builder","javascript","s-expression","s-expressions"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yorkie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-13T07:18:03.000Z","updated_at":"2022-11-06T09:23:23.000Z","dependencies_parsed_at":"2023-05-22T21:23:47.998Z","dependency_job_id":null,"html_url":"https://github.com/yorkie/node-sexp","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"449972c08537b544ae0695e6c193001394dc3051"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fnode-sexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fnode-sexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fnode-sexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yorkie%2Fnode-sexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yorkie","download_url":"https://codeload.github.com/yorkie/node-sexp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245917025,"owners_count":20693451,"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":["builder","javascript","s-expression","s-expressions"],"created_at":"2024-10-01T12:56:40.228Z","updated_at":"2026-01-07T00:35:10.813Z","avatar_url":"https://github.com/yorkie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-sexp\n\n[![NPM version][npm-image]][npm-url]\n[![Build Status][travis-image]][travis-url]\n\nThe [`S-expression`][] builder written in pure JavaScript, which lets you write a s-expression builder\nin JavaScript way like the following way:\n\n```js\nconst sexp = require('node-sexp');\nconst func = sexp('func');\nconst memory = sexp('memory', 1);\nconst program = sexp('program', [memory, func]);\n```\n\nThe above example will produce:\n\n```\n(module \n  (memory 1) (func))\n```\n\n### `S-expression`\n\nThe [`S-expression`][] is for symboltic expression that represents a nested list data.\n\n### Installation\n\n```sh\n$ npm install node-sexp --save\n```\n\n### License\n\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/node-sexp.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/node-sexp\n[travis-image]: https://img.shields.io/travis/yorkie/node-sexp.svg?style=flat-square\n[travis-url]: https://travis-ci.org/yorkie/node-sexp\n[`S-expression`]: https://en.wikipedia.org/wiki/S-expression","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorkie%2Fnode-sexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyorkie%2Fnode-sexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyorkie%2Fnode-sexp/lists"}