{"id":15395023,"url":"https://github.com/goto-bus-stop/ascjsify","last_synced_at":"2025-08-01T12:14:27.405Z","repository":{"id":57184690,"uuid":"110815045","full_name":"goto-bus-stop/ascjsify","owner":"goto-bus-stop","description":"fast browserify transform for ES modules, and nothing else--using @WebReflection `ascjs`","archived":false,"fork":false,"pushed_at":"2017-11-15T09:52:25.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-17T20:18:43.732Z","etag":null,"topics":["browserify","browserify-transform","es-modules"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goto-bus-stop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-15T09:48:26.000Z","updated_at":"2024-10-10T23:30:13.000Z","dependencies_parsed_at":"2022-09-14T08:50:25.508Z","dependency_job_id":null,"html_url":"https://github.com/goto-bus-stop/ascjsify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/goto-bus-stop/ascjsify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fascjsify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fascjsify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fascjsify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fascjsify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goto-bus-stop","download_url":"https://codeload.github.com/goto-bus-stop/ascjsify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goto-bus-stop%2Fascjsify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265705582,"owners_count":23814487,"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":["browserify","browserify-transform","es-modules"],"created_at":"2024-10-01T15:25:23.168Z","updated_at":"2025-08-01T12:14:27.372Z","avatar_url":"https://github.com/goto-bus-stop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ascjsify\n\nfast browserify transform for ES modules, and nothing else--using [@WebReflection](https://github.com/webreflection) [`ascjs`](https://github.com/webreflection/ascjs)\n\n[![npm][npm-image]][npm-url]\n[![travis][travis-image]][travis-url]\n[![standard][standard-image]][standard-url]\n\n[npm-image]: https://img.shields.io/npm/v/ascjsify.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/ascjsify\n[travis-image]: https://img.shields.io/travis/goto-bus-stop/ascjsify.svg?style=flat-square\n[travis-url]: https://travis-ci.org/goto-bus-stop/ascjsify\n[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[standard-url]: http://npm.im/standard\n\n## Install\n\n```\nnpm install ascjsify\n```\n\n## Usage\n\n```bash\nbrowserify app.js -t ascjsify\nbrowserify app.js -g ascjsify # global\n```\n\n```js\nvar ascjsify = require('ascjsify')\nvar b = browserify()\nb.transform(ascjsify, { global: true })\n```\n\n`global: true` is optional, but useful if dependencies may be using ES modules already.\n`ascjsify` only runs on files that look like they may contain `import` or `export` statements, so it won't slow everything down when run globally.\n\n### Input\n\n```js\nimport { EventEmitter } from 'events'\nexport default new EventEmitter()\n```\n\n### Output\n\n```js\nconst { EventEmitter } = require('events')\nObject.defineProperty(exports, '__esModule', {value: true}).default = new EventEmitter()\n```\n\n## License\n\n[Apache-2.0](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Fascjsify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoto-bus-stop%2Fascjsify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoto-bus-stop%2Fascjsify/lists"}