{"id":19607555,"url":"https://github.com/andreax79/var-expansion","last_synced_at":"2025-02-26T16:45:49.928Z","repository":{"id":29751933,"uuid":"33295549","full_name":"andreax79/var-expansion","owner":"andreax79","description":"Shell Parameter Expansion for node.js and browser.","archived":false,"fork":false,"pushed_at":"2017-03-30T17:30:53.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T21:12:31.939Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreax79.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}},"created_at":"2015-04-02T07:30:36.000Z","updated_at":"2019-07-08T21:58:15.000Z","dependencies_parsed_at":"2022-09-18T05:11:27.460Z","dependency_job_id":null,"html_url":"https://github.com/andreax79/var-expansion","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/andreax79%2Fvar-expansion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreax79%2Fvar-expansion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreax79%2Fvar-expansion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreax79%2Fvar-expansion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreax79","download_url":"https://codeload.github.com/andreax79/var-expansion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240895696,"owners_count":19875022,"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-11T10:11:20.886Z","updated_at":"2025-02-26T16:45:49.909Z","avatar_url":"https://github.com/andreax79.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# var-expansion\n\nShell Parameter Expansion for node.js and browser.\n\n## Installation \u0026 Usage\n\nInstallation:\n\n```\n% npm install var-expansion\n```\n\nUsage:\n\n``` js\nvar substiteVariables = require('var-expansion').substiteVariables;\n\nvar {value, error} = substiteVariables(\"Current path: $PWD\", {env: process.env});\n```\n\nSee [tests] for more usage examples.\n\n[tests]: https://github.com/andreax79/var-expansion/blob/master/src/__tests__/index-test.js\n\n## Development\n\nCloning repository:\n\n```\n% git clone https://github.com/andreax79/var-expansion.git\n% cd var-expansion\n```\n\nMake sure code typechecks and tests pass:\n\n```\n% make check\n% make test\n% make test-watch\n```\n\nMake a new release (this does all checks before bumping a version):\n\n```\n% make version-patch publish\n% make version-minor publish\n% make version-major publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreax79%2Fvar-expansion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreax79%2Fvar-expansion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreax79%2Fvar-expansion/lists"}