{"id":20525966,"url":"https://github.com/codeyellowbv/sinon-dist","last_synced_at":"2025-08-01T00:08:09.091Z","repository":{"id":36261232,"uuid":"40565660","full_name":"CodeYellowBV/sinon-dist","owner":"CodeYellowBV","description":"Standalone builds of Sinon.js (DO NOT USE)","archived":false,"fork":false,"pushed_at":"2015-08-12T08:47:20.000Z","size":272,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-19T00:08:29.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/cjohansen/Sinon.JS/issues/805#issuecomment-130176807","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/CodeYellowBV.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-08-11T21:16:56.000Z","updated_at":"2015-08-12T09:16:21.000Z","dependencies_parsed_at":"2022-07-26T13:17:02.366Z","dependency_job_id":null,"html_url":"https://github.com/CodeYellowBV/sinon-dist","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fsinon-dist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fsinon-dist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fsinon-dist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fsinon-dist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeYellowBV","download_url":"https://codeload.github.com/CodeYellowBV/sinon-dist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133329,"owners_count":20077095,"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-15T23:11:33.540Z","updated_at":"2025-03-06T01:40:42.800Z","avatar_url":"https://github.com/CodeYellowBV.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sinon.JS standalone\n\nThis repository contains standalone builds of [Sinon.js](http://sinonjs.org/),\nready to be used. All builds are directly fetched from sinonjs.org and tagged.\n\n**Note**: It appears that the official sinon package already contains standalone\nbuilds (https://github.com/cjohansen/Sinon.JS/issues/805#issuecomment-130176807).\nThese are available since 1.3.0, and stored in the `node_modules/sinon/pkg/`\ndirectory after installation via `npm install sinon`.\n\n## Installation\n\nVia [npm](https://docs.npmjs.com/):\n\n```sh\nnpm install sinon-dist\n```\n\nInstall a specific version:\n\n```sh\nnpm install sinon-dist@1.15.1\n```\n\nInstall the latest version and save the version in `package.json`:\n\n```sh\nnpm install sinon-dist --save-dev\n```\n\n## Usage\n\n### Web page\n\n```html\n\u003cscript src=\"node_modules/sinon/sinon.js\"\u003e\u003c/script\u003e\n\u003c!-- TODO: Use sinon API! --\u003e\n```\n\n### AMD\n\n```js\nrequire.config({\n    sinon: 'node_modules/sinon/sinon.js'\n});\nrequire(['sinon'], function(sinon) {\n    // TODO: use sinon API!\n});\n```\n\n### Node.js (CommonJS)\n\n```js\nvar sinon = require('sinon');\n// TODO: Use sinon API!\n```\n\n## References\n\n- API documentation: http://sinonjs.org/docs/\n- Issue tracker: https://github.com/cjohansen/Sinon.JS/issues\n- Source code: https://github.com/cjohansen/Sinon.JS\n- Official download page: http://sinonjs.org/download/\n- License: BSD (https://github.com/cjohansen/Sinon.JS/blob/master/LICENSE).\n\nThis repository is not affiliated in any way with the original authors of\nSinon.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeyellowbv%2Fsinon-dist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeyellowbv%2Fsinon-dist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeyellowbv%2Fsinon-dist/lists"}