{"id":15616692,"url":"https://github.com/passy/knockout-es5-passy","last_synced_at":"2025-03-29T15:21:33.910Z","repository":{"id":11317455,"uuid":"13737703","full_name":"passy/knockout-es5-passy","owner":"passy","description":"Knockout.js meets ECMAScript 5 properties","archived":false,"fork":false,"pushed_at":"2017-05-17T09:35:29.000Z","size":121,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-22T03:06:45.457Z","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/passy.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":"2013-10-21T09:12:47.000Z","updated_at":"2016-06-06T06:42:47.000Z","dependencies_parsed_at":"2022-08-20T10:30:26.717Z","dependency_job_id":null,"html_url":"https://github.com/passy/knockout-es5-passy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fknockout-es5-passy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fknockout-es5-passy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fknockout-es5-passy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fknockout-es5-passy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passy","download_url":"https://codeload.github.com/passy/knockout-es5-passy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246201154,"owners_count":20739707,"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-10-03T07:21:02.363Z","updated_at":"2025-03-29T15:21:33.862Z","avatar_url":"https://github.com/passy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"knockout-es5-passy\n==================\n\n[![Build Status](https://travis-ci.org/passy/knockout-es5-passy.png)](https://travis-ci.org/passy/knockout-es5-passy)\n\nFork of [knockout-es5](https://github.com/SteveSanderson/knockout-es5) by\n[Steve Sanderson](https://github.com/SteveSanderson/) since it doesn't seem to\nget updated anymore.\n\nKnockout.js meets ECMAScript 5 properties. Read the [introduction and basic usage guide](http://blog.stevensanderson.com/2013/05/20/knockout-es5-a-plugin-to-simplify-your-syntax/).\n\nInstallation\n============\n\nTo use in a client-side web application, install it via bower:\n\n    bower install --save knockout-es5-passy\n\nBe sure to place the reference *after* your reference to Knockout itself:\n\n    \u003cscript src='knockout-x.y.z.js'\u003e\u003c/script\u003e\n    \u003cscript src='knockout-es5.min.js'\u003e\u003c/script\u003e\n\nIf you are using this on the server in Node.js, just require the file as a module:\n\n    var ko = require('./knockout-es5');\n    // Now use ko - it has been enhanced with ES5 features\n\nHow to build from source\n========================\n\nFirst, install [NPM](https://npmjs.org/) if you don't already have it. It comes with Node.js.\n\nSecond, install Grunt globally, if you don't already have it:\n\n    npm install -g grunt-cli\n\nThird, use NPM to download all the dependencies for this module:\n\n    cd wherever_you_cloned_this_repo\n    npm install\n\nNow you can build the package (linting and running tests along the way):\n\n    grunt\n\nOr you can just run the linting tool and tests:\n\n    grunt test\n\nOr you can make Grunt watch for changes to the sources/specs and auto-rebuild after each change:\n\n    grunt watch\n\nThe browser-ready output files will be dumped at the following locations:\n\n * `dist/knockout-es5.js`\n * `dist/knockout-es5.min.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassy%2Fknockout-es5-passy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassy%2Fknockout-es5-passy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassy%2Fknockout-es5-passy/lists"}