{"id":21972022,"url":"https://github.com/icfnext/slang","last_synced_at":"2026-06-19T06:32:39.108Z","repository":{"id":57173902,"uuid":"60116348","full_name":"icfnext/slang","owner":"icfnext","description":"standalone slang","archived":false,"fork":false,"pushed_at":"2016-05-31T21:49:39.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-03T11:33:27.488Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icfnext.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":"2016-05-31T19:11:49.000Z","updated_at":"2019-01-23T15:53:12.000Z","dependencies_parsed_at":"2022-08-24T14:40:47.141Z","dependency_job_id":null,"html_url":"https://github.com/icfnext/slang","commit_stats":null,"previous_names":["mnlsn/slang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/icfnext/slang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fslang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fslang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fslang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fslang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icfnext","download_url":"https://codeload.github.com/icfnext/slang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icfnext%2Fslang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34520431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-29T15:00:49.548Z","updated_at":"2026-06-19T06:32:39.082Z","avatar_url":"https://github.com/icfnext.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aem-slang\n==============\n\n## Install\n\n```shell\n    npm install aem-slang --save-dev\n```\n\n## Example\n```js\nvar slang = require('aem-slang');\n\nslang.setOptions({\n    port: 4503,\n    host: 'localhost'\n});\n\nslang.up('file.js').then(function(status) {\n    // any action for after successful upload\n}).catch(function(err) {\n    // handle error\n});\n```\n\n## Options\nIf `#setOptions` is not called before `#up`, it falls back to defaults\n### host\nType: `string`\nDefault: `localhost`\n\nhostname to running sling instance.\n### port\nType: `number`\nDefault: `4502`\n\nPort for running sling instance.\n### username\nType: `string`\nDefault: `admin`\n\nUsername for authentication.\n### password\nType: `string`\nDefault: `admin`\n\nPassword for authentication.\n\n## Development\nClone this repo, then `npm install`\n\nafter any changes, run `npm run build` to compile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficfnext%2Fslang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficfnext%2Fslang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficfnext%2Fslang/lists"}