All API requests must include api_key
parameter, get your api key from your
account page
All requests are subject to a 60/request/minute rate limit based on your api_key, any further requests within that timeframe will result in a 429
response.
All requests that return multiple results can be paginated using the `page` and `per_page` query parameters.
page
(default is `1`)per_page
(default is `30`, max is `100`)Get a list of supported package managers.
GET https://libraries.io/api/platforms?api_key=YOUR_API_KEY
Example: https://libraries.io/api/platforms?api_key=YOUR_API_KEY
[ { "name": "Go", "project_count": 1235068, "homepage": "http://go-search.org/", "color": "#375eab", "default_language": "Go" }, { "name": "NPM", "project_count": 977540, "homepage": "https://www.npmjs.com", "color": "#f1e05a", "default_language": "JavaScript" }, { "name": "Packagist", "project_count": 260251, "homepage": "https://packagist.org", "color": "#4F5D95", "default_language": "PHP" }, { "name": "Maven", "project_count": 198522, "homepage": "http://maven.org", "color": "#b07219", "default_language": "Java" }, { "name": "Pypi", "project_count": 180422, "homepage": "https://pypi.org/", "color": "#3572A5", "default_language": "Python" }, { "name": "Rubygems", "project_count": 153692, "homepage": "https://rubygems.org", "color": "#701516", "default_language": "Ruby" }, { "name": "NuGet", "project_count": 150881, "homepage": "https://www.nuget.org", "color": "#178600", "default_language": "C#" }, { "name": "Bower", "project_count": 69123, "homepage": "http://bower.io", "color": "#563d7c", "default_language": "CSS" }, { "name": "Wordpress", "project_count": 60728, "homepage": "https://wordpress.org/plugins", "color": "#4F5D95", "default_language": "PHP" }, { "name": "CocoaPods", "project_count": 56645, "homepage": "http://cocoapods.org/", "color": "#438eff", "default_language": "Objective-C" }, { "name": "CPAN", "project_count": 36530, "homepage": "https://metacpan.org", "color": "#0298c3", "default_language": "Perl" }, { "name": "Cargo", "project_count": 23927, "homepage": "https://crates.io", "color": "#dea584", "default_language": "Rust" }, { "name": "Clojars", "project_count": 23561, "homepage": "https://clojars.org", "color": "#db5855", "default_language": "Clojure" }, { "name": "CRAN", "project_count": 14762, "homepage": "https://cran.r-project.org/", "color": "#198CE7", "default_language": "R" }, { "name": "Hackage", "project_count": 13596, "homepage": "http://hackage.haskell.org", "color": "#29b544", "default_language": null }, { "name": "Meteor", "project_count": 13410, "homepage": "https://atmospherejs.com", "color": "#f1e05a", "default_language": "JavaScript" }, { "name": "Atom", "project_count": 12166, "homepage": "https://atom.io", "color": "#244776", "default_language": "CoffeeScript" }, { "name": "Hex", "project_count": 7830, "homepage": "https://hex.pm", "color": "#6e4a7e", "default_language": "Elixir" }, { "name": "Puppet", "project_count": 6083, "homepage": "https://forge.puppet.com", "color": "#302B6D", "default_language": "Puppet" }, { "name": "PlatformIO", "project_count": 5859, "homepage": "http://platformio.org", "color": "#f34b7d", "default_language": "C++" }, { "name": "Pub", "project_count": 5457, "homepage": "https://pub.dartlang.org", "color": "#00B4AB", "default_language": "Dart" }, { "name": "Homebrew", "project_count": 4702, "homepage": "http://brew.sh/", "color": "#555555", "default_language": "C" }, { "name": "Emacs", "project_count": 4517, "homepage": "http://melpa.org", "color": "#c065db", "default_language": "Emacs Lisp" }, { "name": "SwiftPM", "project_count": 4206, "homepage": "https://developer.apple.com/swift/", "color": "#ffac45", "default_language": "Swift" }, { "name": "Carthage", "project_count": 3466, "homepage": "https://github.com/Carthage/Carthage", "color": "#ffac45", "default_language": "Swift" }, { "name": "Julia", "project_count": 2915, "homepage": "http://pkg.julialang.org/", "color": "#a270ba", "default_language": "Julia" }, { "name": "Sublime", "project_count": 2005, "homepage": "https://packagecontrol.io", "color": "#3572A5", "default_language": "Python" }, { "name": "Dub", "project_count": 1677, "homepage": "http://code.dlang.org", "color": "#ba595e", "default_language": "D" }, { "name": "Elm", "project_count": 1505, "homepage": "http://package.elm-lang.org/", "color": "#60B5CC", "default_language": "Elm" }, { "name": "Racket", "project_count": 1431, "homepage": "http://pkgs.racket-lang.org/", "color": "#375eab", "default_language": "Go" }, { "name": "Haxelib", "project_count": 1312, "homepage": "https://lib.haxe.org", "color": "#df7900", "default_language": "Haxe" }, { "name": "Nimble", "project_count": 949, "homepage": "https://github.com/nim-lang/nimble", "color": "#37775b", "default_language": "Nim" }, { "name": "Alcatraz", "project_count": 464, "homepage": "http://alcatraz.io", "color": "#438eff", "default_language": "Objective-C" }, { "name": "PureScript", "project_count": 270, "homepage": "https://github.com/purescript/psc-package", "color": "#1D222D", "default_language": "PureScript" }, { "name": "Inqlude", "project_count": 217, "homepage": "https://inqlude.org/", "color": "#f34b7d", "default_language": "C++" } ]
Get information about a package and its versions.
GET https://libraries.io/api/:platform/:name?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62?api_key=YOUR_API_KEY
{ "name": "base62", "platform": "NPM", "description": "JavaScript Base62 encode/decoder", "homepage": "https://github.com/andrew/base62.js", "repository_url": "https://github.com/andrew/base62.js", "normalized_licenses": [ "MIT" ], "rank": 18, "latest_release_published_at": "2018-04-13 09:18:23 UTC", "latest_release_number": "2.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/base62", "stars": 83, "forks": 20, "keywords": [ "base-62", "encoder", "decoder", "base62", "encoding", "javascript" ], "latest_stable_release": "2.0.0", "latest_download_url": "https://registry.npmjs.org/base62/-/base62-2.0.0.tgz", "dependents_count": 31, "dependent_repos_count": 16881, "latest_stable_release_number": "2.0.0", "latest_stable_release_published_at": "2018-04-13 09:18:23 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-02-24 18:04:06 UTC" }, { "number": "0.1.1", "published_at": "2012-12-09 05:11:27 UTC" }, { "number": "0.1.2", "published_at": "2014-07-15 21:24:45 UTC" }, { "number": "1.0.0", "published_at": "2014-10-11 07:22:23 UTC" }, { "number": "1.1.0", "published_at": "2015-02-23 09:52:54 UTC" }, { "number": "1.1.1", "published_at": "2016-04-14 21:55:22 UTC" }, { "number": "1.1.2", "published_at": "2016-11-14 00:43:51 UTC" }, { "number": "1.2.0", "published_at": "2017-05-15 11:26:01 UTC" }, { "number": "1.2.1", "published_at": "2017-11-14 08:38:56 UTC" }, { "number": "1.2.4", "published_at": "2018-02-10 21:54:23 UTC" }, { "number": "1.2.5", "published_at": "2018-02-10 23:16:39 UTC" }, { "number": "1.2.6", "published_at": "2018-02-14 12:24:12 UTC" }, { "number": "1.2.7", "published_at": "2018-02-14 12:46:17 UTC" }, { "number": "1.2.8", "published_at": "2018-03-30 17:15:14 UTC" }, { "number": "2.0.0", "published_at": "2018-04-13 09:18:23 UTC" } ] }
Get a list of dependencies for a version of a project, pass latest
to get dependency info for the latest available version
GET https://libraries.io/api/:platform/:name/:version/dependencies?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62/2.0.0/dependencies?api_key=YOUR_API_KEY
{ "id": 271377, "name": "base62", "platform": "NPM", "created_at": "2015-01-29 00:12:43 UTC", "updated_at": "2019-01-04 12:21:34 UTC", "description": "JavaScript Base62 encode/decoder", "keywords": [ "base-62", "encoder", "decoder", "base62", "encoding", "javascript" ], "homepage": "https://github.com/andrew/base62.js", "licenses": "MIT", "repository_url": "https://github.com/andrew/base62.js", "repository_id": 124714, "normalized_licenses": [ "MIT" ], "versions_count": 15, "rank": 18, "latest_release_published_at": "2018-04-13 09:18:23 UTC", "latest_release_number": "2.0.0", "pm_id": null, "keywords_array": [ "base-62", "encoder", "decoder" ], "dependents_count": 31, "language": "JavaScript", "status": null, "last_synced_at": "2019-01-01 08:16:24 UTC", "dependent_repos_count": 16881, "runtime_dependencies_count": 0, "score": 76, "score_last_calculated": "2018-10-17 08:41:28 UTC", "latest_stable_release_number": "2.0.0", "latest_stable_release_published_at": "2018-04-13 09:18:23 UTC", "dependencies": [ "#<DependencySerializer:0x00007f2753d30fa0>" ] }
Get packages that have at least one version that depends on a given project.
GET https://libraries.io/api/:platform/:name/dependents?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62/dependents?api_key=YOUR_API_KEY
[ { "name": "react-tools", "platform": "NPM", "description": "A set of complementary tools to React, including the JSX transformer.", "homepage": "https://facebook.github.io/react", "repository_url": "https://github.com/facebook/react", "normalized_licenses": [ "BSD-3-Clause" ], "rank": 25, "latest_release_published_at": "2015-05-27 23:50:53 UTC", "latest_release_number": "0.14.0-alpha3", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/react-tools", "stars": 122784, "forks": 22260, "keywords": [ "react", "jsx", "transformer", "view", "declarative", "frontend", "javascript", "library", "ui" ], "latest_stable_release": "0.13.3", "latest_download_url": "https://registry.npmjs.org/react-tools/-/react-tools-0.14.0-alpha3.tgz", "dependents_count": 1025, "dependent_repos_count": 5785, "latest_stable_release_number": "0.13.3", "latest_stable_release_published_at": "2015-05-08 23:40:38 UTC", "versions": [ { "number": "0.10.0", "published_at": "2014-03-21 21:48:20 UTC" }, { "number": "0.10.0-rc1", "published_at": "2014-03-19 18:29:39 UTC" }, { "number": "0.11.0", "published_at": "2014-07-17 20:51:13 UTC" }, { "number": "0.11.0-rc1", "published_at": "2014-07-13 04:39:45 UTC" }, { "number": "0.11.1", "published_at": "2014-07-25 18:36:29 UTC" }, { "number": "0.11.2", "published_at": "2014-09-16 18:34:08 UTC" }, { "number": "0.12.0", "published_at": "2014-10-28 18:40:26 UTC" }, { "number": "0.12.0-rc1", "published_at": "2014-10-16 22:13:52 UTC" }, { "number": "0.12.1", "published_at": "2014-11-18 06:56:19 UTC" }, { "number": "0.12.2", "published_at": "2014-12-18 20:51:49 UTC" }, { "number": "0.13.0", "published_at": "2015-03-10 21:51:37 UTC" }, { "number": "0.13.0-alpha.1", "published_at": "2014-12-23 20:09:18 UTC" }, { "number": "0.13.0-alpha.2", "published_at": "2015-01-16 19:08:55 UTC" }, { "number": "0.13.0-beta.1", "published_at": "2015-01-28 05:19:15 UTC" }, { "number": "0.13.0-beta.2", "published_at": "2015-02-14 02:37:52 UTC" }, { "number": "0.13.0-rc1", "published_at": "2015-02-22 21:35:53 UTC" }, { "number": "0.13.0-rc2", "published_at": "2015-03-03 19:52:48 UTC" }, { "number": "0.13.1", "published_at": "2015-03-17 00:01:16 UTC" }, { "number": "0.13.2", "published_at": "2015-04-18 22:38:12 UTC" }, { "number": "0.13.3", "published_at": "2015-05-08 23:40:38 UTC" }, { "number": "0.14.0-alpha1", "published_at": "2015-05-11 05:37:58 UTC" }, { "number": "0.14.0-alpha2", "published_at": "2015-05-20 20:38:21 UTC" }, { "number": "0.14.0-alpha3", "published_at": "2015-05-27 23:50:53 UTC" }, { "number": "0.3.0", "published_at": "2013-05-29 21:07:59 UTC" }, { "number": "0.3.1", "published_at": "2013-05-30 19:22:45 UTC" }, { "number": "0.3.2", "published_at": "2013-05-31 23:55:59 UTC" }, { "number": "0.3.3", "published_at": "2013-07-04 21:09:38 UTC" }, { "number": "0.4.0", "published_at": "2013-07-17 18:59:50 UTC" }, { "number": "0.4.1", "published_at": "2013-07-26 22:47:10 UTC" }, { "number": "0.4.2", "published_at": "2013-12-18 22:49:17 UTC" }, { "number": "0.5.0", "published_at": "2013-10-16 19:06:51 UTC" }, { "number": "0.5.1", "published_at": "2013-10-29 20:03:10 UTC" }, { "number": "0.5.2", "published_at": "2013-12-18 22:51:19 UTC" }, { "number": "0.8.0", "published_at": "2013-12-19 18:58:16 UTC" }, { "number": "0.9.0", "published_at": "2014-02-20 18:47:40 UTC" }, { "number": "0.9.0-rc1", "published_at": "2014-02-17 03:33:42 UTC" } ] }, { "name": "jstransform", "platform": "NPM", "description": "A simple AST visitor-based JS transformer", "homepage": "https://github.com/facebook/jstransform", "repository_url": "https://github.com/facebook/jstransform", "normalized_licenses": [ "BSD-3-Clause" ], "rank": 20, "latest_release_published_at": "2015-07-13 18:32:22 UTC", "latest_release_number": "11.0.3", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/jstransform", "stars": 466, "forks": 79, "keywords": [ "transformer", "compiler", "syntax", "visitor" ], "latest_stable_release": "11.0.3", "latest_download_url": "https://registry.npmjs.org/jstransform/-/jstransform-11.0.3.tgz", "dependents_count": 150, "dependent_repos_count": 12473, "latest_stable_release_number": "11.0.3", "latest_stable_release_published_at": "2015-07-13 18:32:22 UTC", "versions": [ { "number": "1.0.0", "published_at": "2013-10-16 01:49:30 UTC" }, { "number": "10.0.0", "published_at": "2015-03-01 19:20:39 UTC" }, { "number": "10.0.1", "published_at": "2015-03-03 17:28:01 UTC" }, { "number": "1.0.1", "published_at": "2013-10-16 01:50:34 UTC" }, { "number": "10.1.0", "published_at": "2015-03-06 23:03:41 UTC" }, { "number": "11.0.0", "published_at": "2015-04-25 00:49:42 UTC" }, { "number": "11.0.1", "published_at": "2015-05-04 17:41:42 UTC" }, { "number": "11.0.2", "published_at": "2015-06-17 23:00:27 UTC" }, { "number": "11.0.3", "published_at": "2015-07-13 18:32:22 UTC" }, { "number": "2.0.1", "published_at": "2013-11-08 20:00:01 UTC" }, { "number": "2.0.2", "published_at": "2014-01-07 00:23:44 UTC" }, { "number": "2.0.3", "published_at": "2014-01-24 01:38:35 UTC" }, { "number": "3.0.0", "published_at": "2014-02-15 20:31:49 UTC" }, { "number": "3.0.3", "published_at": "2014-02-15 20:30:27 UTC" }, { "number": "4.0.0", "published_at": "2014-04-23 04:42:05 UTC" }, { "number": "4.0.1", "published_at": "2014-04-26 22:31:17 UTC" }, { "number": "5.0.0", "published_at": "2014-05-23 02:06:30 UTC" }, { "number": "6.0.0", "published_at": "2014-06-30 22:04:44 UTC" }, { "number": "6.0.1", "published_at": "2014-07-10 22:46:51 UTC" }, { "number": "6.1.0", "published_at": "2014-07-23 18:15:03 UTC" }, { "number": "6.2.0", "published_at": "2014-09-05 18:54:57 UTC" }, { "number": "6.3.0", "published_at": "2014-09-19 18:46:57 UTC" }, { "number": "6.3.2", "published_at": "2014-09-21 16:44:02 UTC" }, { "number": "7.0.0", "published_at": "2014-10-21 15:55:25 UTC" }, { "number": "8.0.0", "published_at": "2014-11-15 01:11:17 UTC" }, { "number": "8.1.0", "published_at": "2014-11-18 03:17:46 UTC" }, { "number": "8.2.0", "published_at": "2014-11-18 06:27:43 UTC" }, { "number": "9.0.0", "published_at": "2015-02-10 23:34:34 UTC" }, { "number": "9.1.0", "published_at": "2015-02-13 22:41:58 UTC" }, { "number": "9.1.1", "published_at": "2015-02-19 18:47:03 UTC" } ] }, { "name": "prepack", "platform": "NPM", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository_url": "https://github.com/facebook/prepack", "normalized_licenses": [ "BSD-3-Clause" ], "rank": 18, "latest_release_published_at": "2018-10-08 17:02:19 UTC", "latest_release_number": "0.2.54", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/prepack", "stars": 12916, "forks": 421, "keywords": [ "prepack", "javascript", "optimization" ], "latest_stable_release": "0.2.54", "latest_download_url": "https://registry.npmjs.org/prepack/-/prepack-0.2.54.tgz", "dependents_count": 45, "dependent_repos_count": 106, "latest_stable_release_number": "0.2.54", "latest_stable_release_published_at": "2018-10-08 17:02:19 UTC", "versions": [ { "number": "0.0.1", "published_at": "2015-08-31 20:51:50 UTC" }, { "number": "0.1.0", "published_at": "2015-09-01 00:00:18 UTC" }, { "number": "0.1.1", "published_at": "2015-09-01 00:26:32 UTC" }, { "number": "0.2.0", "published_at": "2017-05-03 01:16:05 UTC" }, { "number": "0.2.1", "published_at": "2017-05-08 22:58:32 UTC" }, { "number": "0.2.10", "published_at": "2017-10-18 17:34:00 UTC" }, { "number": "0.2.11", "published_at": "2017-11-07 17:36:58 UTC" }, { "number": "0.2.12", "published_at": "2017-11-18 00:02:51 UTC" }, { "number": "0.2.13", "published_at": "2017-11-30 20:26:21 UTC" }, { "number": "0.2.14", "published_at": "2017-12-05 00:52:16 UTC" }, { "number": "0.2.15", "published_at": "2017-12-12 19:37:30 UTC" }, { "number": "0.2.16", "published_at": "2017-12-20 19:35:44 UTC" }, { "number": "0.2.17", "published_at": "2017-12-21 03:28:41 UTC" }, { "number": "0.2.18", "published_at": "2018-01-05 18:53:40 UTC" }, { "number": "0.2.19", "published_at": "2018-01-19 21:39:59 UTC" }, { "number": "0.2.2", "published_at": "2017-05-11 20:02:34 UTC" }, { "number": "0.2.20", "published_at": "2018-01-24 22:14:19 UTC" }, { "number": "0.2.22", "published_at": "2018-01-30 02:56:35 UTC" }, { "number": "0.2.23", "published_at": "2018-02-09 19:11:56 UTC" }, { "number": "0.2.24", "published_at": "2018-03-01 18:41:41 UTC" }, { "number": "0.2.25", "published_at": "2018-03-09 00:33:46 UTC" }, { "number": "0.2.26", "published_at": "2018-03-09 00:30:44 UTC" }, { "number": "0.2.27", "published_at": "2018-03-19 04:03:26 UTC" }, { "number": "0.2.29", "published_at": "2018-03-27 20:33:17 UTC" }, { "number": "0.2.3", "published_at": "2017-06-01 00:21:33 UTC" }, { "number": "0.2.30", "published_at": "2018-04-04 19:03:22 UTC" }, { "number": "0.2.31", "published_at": "2018-04-11 21:27:18 UTC" }, { "number": "0.2.32", "published_at": "2018-04-19 16:23:27 UTC" }, { "number": "0.2.33", "published_at": "2018-04-27 21:31:33 UTC" }, { "number": "0.2.34", "published_at": "2018-05-03 17:55:12 UTC" }, { "number": "0.2.35", "published_at": "2018-05-21 18:02:26 UTC" }, { "number": "0.2.36", "published_at": "2018-05-25 17:46:58 UTC" }, { "number": "0.2.38", "published_at": "2018-06-07 22:06:14 UTC" }, { "number": "0.2.39", "published_at": "2018-06-20 00:34:27 UTC" }, { "number": "0.2.4", "published_at": "2017-06-21 14:32:39 UTC" }, { "number": "0.2.40", "published_at": "2018-06-21 16:16:00 UTC" }, { "number": "0.2.41", "published_at": "2018-06-29 15:51:08 UTC" }, { "number": "0.2.42", "published_at": "2018-07-05 22:07:48 UTC" }, { "number": "0.2.43", "published_at": "2018-07-13 17:50:49 UTC" }, { "number": "0.2.44", "published_at": "2018-07-18 18:00:43 UTC" }, { "number": "0.2.45", "published_at": "2018-07-27 00:50:39 UTC" }, { "number": "0.2.46", "published_at": "2018-08-02 17:36:02 UTC" }, { "number": "0.2.47", "published_at": "2018-08-10 17:09:17 UTC" }, { "number": "0.2.48", "published_at": "2018-08-16 02:05:04 UTC" }, { "number": "0.2.49", "published_at": "2018-08-23 14:27:07 UTC" }, { "number": "0.2.5", "published_at": "2017-07-11 01:32:02 UTC" }, { "number": "0.2.50", "published_at": "2018-08-31 00:31:19 UTC" }, { "number": "0.2.51", "published_at": "2018-09-05 21:22:43 UTC" }, { "number": "0.2.53", "published_at": "2018-09-20 17:40:14 UTC" }, { "number": "0.2.54", "published_at": "2018-10-08 17:02:19 UTC" }, { "number": "0.2.6", "published_at": "2017-08-22 01:33:34 UTC" }, { "number": "0.2.7", "published_at": "2017-09-27 00:12:05 UTC" }, { "number": "0.2.8", "published_at": "2017-10-03 23:08:16 UTC" }, { "number": "0.2.9", "published_at": "2017-10-11 20:56:54 UTC" } ] }, { "name": "csjs", "platform": "NPM", "description": "Cascading Style JavaScripts", "homepage": "https://github.com/rtsao/csjs", "repository_url": "https://github.com/rtsao/csjs", "normalized_licenses": [ "MIT" ], "rank": 16, "latest_release_published_at": "2017-02-16 18:13:06 UTC", "latest_release_number": "1.1.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/csjs", "stars": 505, "forks": 25, "keywords": [ "csjs", "css-modules", "scoped-css", "css-in-js", "modular-css", "css" ], "latest_stable_release": "1.1.0", "latest_download_url": "https://registry.npmjs.org/csjs/-/csjs-1.1.0.tgz", "dependents_count": 25, "dependent_repos_count": 60, "latest_stable_release_number": "1.1.0", "latest_stable_release_published_at": "2017-02-16 18:13:06 UTC", "versions": [ { "number": "0.0.0-alpha.0", "published_at": "2015-09-22 02:52:46 UTC" }, { "number": "1.0.0", "published_at": "2016-02-23 10:18:55 UTC" }, { "number": "1.0.0-alpha.0", "published_at": "2015-10-27 08:26:30 UTC" }, { "number": "1.0.0-alpha.1", "published_at": "2015-12-04 05:18:57 UTC" }, { "number": "1.0.0-alpha.2", "published_at": "2015-12-05 08:21:20 UTC" }, { "number": "1.0.0-alpha.3", "published_at": "2016-01-06 04:22:59 UTC" }, { "number": "1.0.0-alpha.4", "published_at": "2016-01-07 07:39:08 UTC" }, { "number": "1.0.0-alpha.5", "published_at": "2016-01-14 07:22:43 UTC" }, { "number": "1.0.0-alpha.6", "published_at": "2016-01-15 09:24:02 UTC" }, { "number": "1.0.0-beta.0", "published_at": "2016-01-17 08:15:52 UTC" }, { "number": "1.0.0-beta.1", "published_at": "2016-02-03 06:33:09 UTC" }, { "number": "1.0.0-beta.2", "published_at": "2016-02-13 05:26:58 UTC" }, { "number": "1.0.0-beta.3", "published_at": "2016-02-16 08:19:09 UTC" }, { "number": "1.0.0-beta.4", "published_at": "2016-02-18 06:37:13 UTC" }, { "number": "1.0.0-beta.5", "published_at": "2016-02-23 10:02:27 UTC" }, { "number": "1.0.0-beta.6", "published_at": "2016-02-23 10:05:54 UTC" }, { "number": "1.0.1", "published_at": "2016-03-12 03:00:20 UTC" }, { "number": "1.0.2", "published_at": "2016-05-02 03:50:25 UTC" }, { "number": "1.0.3", "published_at": "2016-05-17 03:51:20 UTC" }, { "number": "1.0.4", "published_at": "2016-06-12 04:46:46 UTC" }, { "number": "1.0.5", "published_at": "2016-07-07 07:58:06 UTC" }, { "number": "1.0.6", "published_at": "2016-08-13 02:32:36 UTC" }, { "number": "1.1.0", "published_at": "2017-02-16 18:13:06 UTC" } ] }, { "name": "trivialdb", "platform": "NPM", "description": "A lightweight key/value json storage with persistence.", "homepage": "http://morgul.github.io/trivialdb/", "repository_url": "https://github.com/Morgul/trivialdb", "normalized_licenses": [ "MIT" ], "rank": 13, "latest_release_published_at": "2018-03-20 20:35:10 UTC", "latest_release_number": "3.0.0-rc.2", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/trivialdb", "stars": 36, "forks": 5, "keywords": [ "json", "db", "database", "storage", "key-value", "lodash" ], "latest_stable_release": "2.3.0", "latest_download_url": "https://registry.npmjs.org/trivialdb/-/trivialdb-3.0.0-rc.2.tgz", "dependents_count": 12, "dependent_repos_count": 10, "latest_stable_release_number": "2.3.0", "latest_stable_release_published_at": "2017-02-08 16:08:24 UTC", "versions": [ { "number": "1.3.0", "published_at": "2015-03-08 19:30:07 UTC" }, { "number": "1.4.0", "published_at": "2015-09-26 15:19:45 UTC" }, { "number": "1.4.0-beta.1", "published_at": "2015-07-04 02:53:33 UTC" }, { "number": "1.4.0-beta.2", "published_at": "2015-07-04 03:17:11 UTC" }, { "number": "1.4.0-beta.3", "published_at": "2015-07-04 18:07:05 UTC" }, { "number": "1.4.0-beta.4", "published_at": "2015-07-04 18:22:29 UTC" }, { "number": "1.4.1", "published_at": "2015-12-11 16:47:47 UTC" }, { "number": "1.4.2", "published_at": "2016-01-18 16:47:06 UTC" }, { "number": "2.0.0", "published_at": "2016-01-28 05:32:12 UTC" }, { "number": "2.0.0-alpha.1", "published_at": "2015-11-30 17:26:44 UTC" }, { "number": "2.0.0-alpha.2", "published_at": "2015-11-30 17:26:15 UTC" }, { "number": "2.0.0-alpha.3", "published_at": "2015-11-30 17:59:13 UTC" }, { "number": "2.0.0-alpha.4", "published_at": "2015-12-31 16:38:31 UTC" }, { "number": "2.0.0-alpha.5", "published_at": "2015-12-31 17:07:54 UTC" }, { "number": "2.0.0-beta.1", "published_at": "2016-01-05 01:20:03 UTC" }, { "number": "2.0.0-beta.2", "published_at": "2016-01-12 14:21:26 UTC" }, { "number": "2.1.0", "published_at": "2017-02-07 23:37:26 UTC" }, { "number": "2.2.0", "published_at": "2017-02-08 14:43:16 UTC" }, { "number": "2.2.1", "published_at": "2017-02-08 14:55:31 UTC" }, { "number": "2.3.0", "published_at": "2017-02-08 16:08:24 UTC" }, { "number": "3.0.0-rc.1", "published_at": "2018-01-26 14:48:27 UTC" }, { "number": "3.0.0-rc.2", "published_at": "2018-03-20 20:35:10 UTC" } ] }, { "name": "relay-subscriptions", "platform": "NPM", "description": "Subscription support for Relay", "homepage": "https://github.com/edvinerikson/relay-subscriptions", "repository_url": "https://github.com/edvinerikson/relay-subscriptions", "normalized_licenses": [ "MIT" ], "rank": 10, "latest_release_published_at": "2017-06-09 13:58:05 UTC", "latest_release_number": "2.0.2", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/relay-subscriptions", "stars": 182, "forks": 17, "keywords": [ "relay", "react", "subscriptions" ], "latest_stable_release": "2.0.2", "latest_download_url": "https://registry.npmjs.org/relay-subscriptions/-/relay-subscriptions-2.0.2.tgz", "dependents_count": 0, "dependent_repos_count": 7, "latest_stable_release_number": "2.0.2", "latest_stable_release_published_at": "2017-06-09 13:58:05 UTC", "versions": [ { "number": "0.1.0", "published_at": "2016-06-17 15:44:14 UTC" }, { "number": "0.2.0", "published_at": "2016-06-17 21:22:57 UTC" }, { "number": "0.2.1", "published_at": "2016-06-19 10:19:09 UTC" }, { "number": "0.3.0", "published_at": "2016-06-25 17:07:58 UTC" }, { "number": "1.0.0", "published_at": "2016-08-25 07:36:31 UTC" }, { "number": "1.0.1", "published_at": "2016-12-29 20:51:58 UTC" }, { "number": "2.0.0", "published_at": "2017-06-03 09:19:02 UTC" }, { "number": "2.0.1", "published_at": "2017-06-05 16:49:23 UTC" }, { "number": "2.0.2", "published_at": "2017-06-09 13:58:05 UTC" } ] }, { "name": "pipe-web-client", "platform": "NPM", "description": "Web client for importing visualizations and analysis from Pipe", "homepage": "https://github.com/pipend/pipe-web-client", "repository_url": "https://github.com/pipend/pipe-web-client", "normalized_licenses": [ "ISC" ], "rank": 8, "latest_release_published_at": "2017-03-04 10:06:33 UTC", "latest_release_number": "4.0.1", "language": "LiveScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/pipe-web-client", "stars": 3, "forks": 2, "keywords": [ "pipe", "web-client", "plottables", "visualizations", "analytics", "big", "data" ], "latest_stable_release": "4.0.1", "latest_download_url": "https://registry.npmjs.org/pipe-web-client/-/pipe-web-client-4.0.1.tgz", "dependents_count": 3, "dependent_repos_count": 2, "latest_stable_release_number": "4.0.1", "latest_stable_release_published_at": "2017-03-04 10:06:33 UTC", "versions": [ { "number": "0.0.1", "published_at": "2016-01-09 11:12:46 UTC" }, { "number": "0.0.10", "published_at": "2016-01-27 08:08:03 UTC" }, { "number": "0.0.11", "published_at": "2016-01-31 14:56:10 UTC" }, { "number": "0.0.12", "published_at": "2016-02-01 04:35:40 UTC" }, { "number": "0.0.13", "published_at": "2016-02-17 19:24:07 UTC" }, { "number": "0.0.14", "published_at": "2016-06-01 08:21:50 UTC" }, { "number": "0.0.2", "published_at": "2016-01-11 05:48:11 UTC" }, { "number": "0.0.3", "published_at": "2016-01-15 11:31:25 UTC" }, { "number": "0.0.4", "published_at": "2016-01-17 16:43:24 UTC" }, { "number": "0.0.5", "published_at": "2016-01-18 05:39:59 UTC" }, { "number": "0.0.6", "published_at": "2016-01-19 10:21:02 UTC" }, { "number": "0.0.7", "published_at": "2016-01-24 14:13:01 UTC" }, { "number": "0.0.8", "published_at": "2016-01-24 20:01:54 UTC" }, { "number": "0.0.9", "published_at": "2016-01-26 07:47:55 UTC" }, { "number": "1.0.0", "published_at": "2016-06-24 02:21:33 UTC" }, { "number": "2.0.0", "published_at": "2016-06-24 13:22:07 UTC" }, { "number": "3.0.0", "published_at": "2016-06-26 10:01:20 UTC" }, { "number": "3.2.0", "published_at": "2016-06-26 23:57:52 UTC" }, { "number": "4.0.0", "published_at": "2016-06-26 10:03:35 UTC" }, { "number": "4.0.1", "published_at": "2017-03-04 10:06:33 UTC" } ] }, { "name": "epistyle", "platform": "NPM", "description": "Enhanced inline style objects", "homepage": "https://github.com/rtsao/epistyle", "repository_url": "https://github.com/rtsao/epistyle", "normalized_licenses": [ "MIT" ], "rank": 8, "latest_release_published_at": "2017-05-08 19:04:15 UTC", "latest_release_number": "1.1.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/epistyle", "stars": 2, "forks": 2, "keywords": [ ], "latest_stable_release": "1.1.0", "latest_download_url": "https://registry.npmjs.org/epistyle/-/epistyle-1.1.0.tgz", "dependents_count": 1, "dependent_repos_count": 2, "latest_stable_release_number": "1.1.0", "latest_stable_release_published_at": "2017-05-08 19:04:15 UTC", "versions": [ { "number": "0.1.0", "published_at": "2016-04-06 23:39:59 UTC" }, { "number": "0.2.0", "published_at": "2016-04-07 21:52:46 UTC" }, { "number": "0.3.0", "published_at": "2016-04-08 23:38:25 UTC" }, { "number": "0.4.0", "published_at": "2016-04-15 19:16:21 UTC" }, { "number": "0.4.1", "published_at": "2016-04-15 22:37:59 UTC" }, { "number": "1.0.0", "published_at": "2016-04-23 15:21:43 UTC" }, { "number": "1.0.1", "published_at": "2016-12-22 01:33:21 UTC" }, { "number": "1.1.0", "published_at": "2017-05-08 19:04:15 UTC" } ] }, { "name": "jstransform-es6-class-visitor", "platform": "NPM", "description": "all about the class, no munging", "homepage": "https://github.com/goatslacker/jstransform-es6-class-visitor", "repository_url": "https://github.com/goatslacker/jstransform-es6-class-visitor", "normalized_licenses": [ "Apache-2.0" ], "rank": 7, "latest_release_published_at": "2015-01-10 01:36:41 UTC", "latest_release_number": "1.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/jstransform-es6-class-visitor", "stars": 1, "forks": 0, "keywords": [ "jstransform", "class", "es6", "visitor" ], "latest_stable_release": "1.0.0", "latest_download_url": "https://registry.npmjs.org/jstransform-es6-class-visitor/-/jstransform-es6-class-visitor-1.0.0.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.0", "latest_stable_release_published_at": "2015-01-10 01:36:41 UTC", "versions": [ { "number": "1.0.0", "published_at": "2015-01-10 01:36:41 UTC" } ] }, { "name": "gulp-checksum", "platform": "NPM", "description": "Checksum static resources and optionally update the references in HTML files to match.", "homepage": "https://github.com/kribblo/gulp-checksum", "repository_url": "https://github.com/kribblo/gulp-checksum", "normalized_licenses": [ "ISC" ], "rank": 7, "latest_release_published_at": "2015-07-14 15:52:40 UTC", "latest_release_number": "1.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/gulp-checksum", "stars": 0, "forks": 0, "keywords": [ "gulpplugin", "checksum" ], "latest_stable_release": "1.0.0", "latest_download_url": "https://registry.npmjs.org/gulp-checksum/-/gulp-checksum-1.0.0.tgz", "dependents_count": 2, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.0", "latest_stable_release_published_at": "2015-07-14 15:52:40 UTC", "versions": [ { "number": "1.0.0", "published_at": "2015-07-14 15:52:40 UTC" } ] }, { "name": "tude", "platform": "NPM", "description": "Encodes and decodes latitude and longitude so that it can be used in URLs that need to be as short as possible.", "homepage": "https://github.com/edorsey/tude", "repository_url": "https://github.com/edorsey/tude", "normalized_licenses": [ "MIT" ], "rank": 7, "latest_release_published_at": "2015-10-17 23:48:52 UTC", "latest_release_number": "1.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/tude", "stars": 0, "forks": 0, "keywords": [ "Latitude", "Longitude", "Base62", "URL" ], "latest_stable_release": "1.0.0", "latest_download_url": "https://registry.npmjs.org/tude/-/tude-1.0.0.tgz", "dependents_count": 1, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.0", "latest_stable_release_published_at": "2015-10-17 23:48:52 UTC", "versions": [ { "number": "1.0.0", "published_at": "2015-10-17 23:48:52 UTC" } ] }, { "name": "tmake", "platform": "NPM", "description": "[](https://nodei.co/npm/tmake/)", "homepage": "https://github.com/structuresound/tmake", "repository_url": "https://github.com/structuresound/tmake", "normalized_licenses": [ "MIT" ], "rank": 7, "latest_release_published_at": "2017-06-03 06:20:58 UTC", "latest_release_number": "0.6.5", "language": "TypeScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/tmake", "stars": 4, "forks": 0, "keywords": [ ], "latest_stable_release": "0.6.5", "latest_download_url": "https://registry.npmjs.org/tmake/-/tmake-0.6.5.tgz", "dependents_count": 1, "dependent_repos_count": 0, "latest_stable_release_number": "0.6.5", "latest_stable_release_published_at": "2017-06-03 06:20:58 UTC", "versions": [ { "number": "0.1.6", "published_at": "2016-03-19 19:42:13 UTC" }, { "number": "0.1.7", "published_at": "2016-03-28 05:49:50 UTC" }, { "number": "0.1.8", "published_at": "2016-03-28 05:53:41 UTC" }, { "number": "0.1.9", "published_at": "2016-03-28 06:00:03 UTC" }, { "number": "0.2.0", "published_at": "2016-03-28 06:22:19 UTC" }, { "number": "0.2.1", "published_at": "2016-03-28 06:35:48 UTC" }, { "number": "0.2.10", "published_at": "2016-04-27 06:41:46 UTC" }, { "number": "0.2.11", "published_at": "2016-04-27 07:09:04 UTC" }, { "number": "0.2.12", "published_at": "2016-04-27 07:52:34 UTC" }, { "number": "0.2.13", "published_at": "2016-04-27 08:43:34 UTC" }, { "number": "0.2.14", "published_at": "2016-04-27 09:12:01 UTC" }, { "number": "0.2.15", "published_at": "2016-06-07 06:32:00 UTC" }, { "number": "0.2.16", "published_at": "2016-09-06 19:30:45 UTC" }, { "number": "0.2.17", "published_at": "2016-09-06 19:44:07 UTC" }, { "number": "0.2.18", "published_at": "2016-09-08 03:36:20 UTC" }, { "number": "0.2.19", "published_at": "2016-09-30 15:46:31 UTC" }, { "number": "0.2.2", "published_at": "2016-03-28 06:38:47 UTC" }, { "number": "0.2.20", "published_at": "2016-10-08 01:35:24 UTC" }, { "number": "0.2.3", "published_at": "2016-04-26 07:21:46 UTC" }, { "number": "0.2.4", "published_at": "2016-04-26 07:38:36 UTC" }, { "number": "0.2.5", "published_at": "2016-04-26 07:47:03 UTC" }, { "number": "0.2.6", "published_at": "2016-04-26 07:54:37 UTC" }, { "number": "0.2.7", "published_at": "2016-04-26 08:51:16 UTC" }, { "number": "0.2.8", "published_at": "2016-04-26 08:59:50 UTC" }, { "number": "0.2.9", "published_at": "2016-04-26 09:04:58 UTC" }, { "number": "0.3.0", "published_at": "2016-10-21 07:02:44 UTC" }, { "number": "0.3.1", "published_at": "2017-02-20 01:39:36 UTC" }, { "number": "0.3.2", "published_at": "2017-02-20 20:57:18 UTC" }, { "number": "0.3.3", "published_at": "2017-02-20 21:07:08 UTC" }, { "number": "0.3.4", "published_at": "2017-02-20 21:29:46 UTC" }, { "number": "0.3.5", "published_at": "2017-02-20 21:33:45 UTC" }, { "number": "0.4.5", "published_at": "2017-02-23 15:42:10 UTC" }, { "number": "0.4.6", "published_at": "2017-02-23 15:42:34 UTC" }, { "number": "0.5.7", "published_at": "2017-02-26 00:35:14 UTC" }, { "number": "0.5.8", "published_at": "2017-02-26 00:40:19 UTC" }, { "number": "0.5.9", "published_at": "2017-02-26 22:34:34 UTC" }, { "number": "0.6.0", "published_at": "2017-02-28 20:45:22 UTC" }, { "number": "0.6.5", "published_at": "2017-06-03 06:20:58 UTC" } ] }, { "name": "neat-17", "platform": "NPM", "description": "A package that gets all packages.", "homepage": "http://github.com/ell/npm-gen-all", "repository_url": "https://github.com/ell/npm-gen-all", "normalized_licenses": [ "WTFPL" ], "rank": 7, "latest_release_published_at": "2016-03-30 17:20:49 UTC", "latest_release_number": "0.6.9", "language": "Go", "status": null, "package_manager_url": "https://www.npmjs.com/package/neat-17", "stars": 3, "forks": 0, "keywords": [ ], "latest_stable_release": "0.6.9", "latest_download_url": "https://registry.npmjs.org/neat-17/-/neat-17-0.6.9.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.6.9", "latest_stable_release_published_at": "2016-03-30 17:20:49 UTC", "versions": [ { "number": "0.6.9", "published_at": "2016-03-30 17:20:49 UTC" } ] }, { "name": "tmake-file", "platform": "NPM", "description": "tmake module for archive, fs, glob", "homepage": "https://github.com/structuresound/tmake", "repository_url": "https://github.com/structuresound/tmake", "normalized_licenses": [ "MIT" ], "rank": 7, "latest_release_published_at": "2017-05-17 09:59:18 UTC", "latest_release_number": "0.6.8", "language": "TypeScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/tmake-file", "stars": 4, "forks": 0, "keywords": [ ], "latest_stable_release": "0.6.8", "latest_download_url": "https://registry.npmjs.org/tmake-file/-/tmake-file-0.6.8.tgz", "dependents_count": 1, "dependent_repos_count": 0, "latest_stable_release_number": "0.6.8", "latest_stable_release_published_at": null, "versions": [ { "number": "0.6.0", "published_at": "2017-04-02 19:56:07 UTC" }, { "number": "0.6.1", "published_at": "2017-05-07 21:53:54 UTC" }, { "number": "0.6.3", "published_at": "2017-05-08 07:18:54 UTC" }, { "number": "0.6.4", "published_at": "2017-05-08 08:10:15 UTC" }, { "number": "0.6.5", "published_at": "2017-05-08 08:13:27 UTC" }, { "number": "0.6.6", "published_at": "2017-05-13 20:10:41 UTC" }, { "number": "0.6.7", "published_at": "2017-05-15 01:50:34 UTC" }, { "number": "0.6.8", "published_at": "2017-05-17 09:59:18 UTC" } ] }, { "name": "tmake-core", "platform": "NPM", "description": "trieMake can fetch, build, and manage c++ dependencies", "homepage": "https://github.com/structuresound/tmake", "repository_url": "https://github.com/structuresound/tmake", "normalized_licenses": [ "MIT" ], "rank": 6, "latest_release_published_at": "2017-06-03 06:11:40 UTC", "latest_release_number": "0.6.8", "language": "TypeScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/tmake-core", "stars": 4, "forks": 0, "keywords": [ ], "latest_stable_release": "0.6.8", "latest_download_url": "https://registry.npmjs.org/tmake-core/-/tmake-core-0.6.8.tgz", "dependents_count": 1, "dependent_repos_count": 0, "latest_stable_release_number": "0.6.8", "latest_stable_release_published_at": null, "versions": [ { "number": "0.6.0", "published_at": "2017-04-02 19:55:58 UTC" }, { "number": "0.6.1", "published_at": "2017-04-02 20:04:29 UTC" }, { "number": "0.6.3", "published_at": "2017-05-13 20:41:59 UTC" }, { "number": "0.6.4", "published_at": "2017-06-03 02:47:55 UTC" }, { "number": "0.6.5", "published_at": "2017-06-03 03:38:02 UTC" }, { "number": "0.6.6", "published_at": "2017-06-03 03:59:14 UTC" }, { "number": "0.6.7", "published_at": "2017-06-03 05:35:44 UTC" }, { "number": "0.6.8", "published_at": "2017-06-03 06:11:40 UTC" } ] }, { "name": "unique-shortener", "platform": "NPM", "description": "A redis-backed URL-shortener which only generates 1 short-url per url", "homepage": "https://github.com/valiton/node-unique-shortener", "repository_url": "https://github.com/valiton/node-unique-shortener", "normalized_licenses": [ "MIT" ], "rank": 6, "latest_release_published_at": "2015-02-11 11:16:02 UTC", "latest_release_number": "0.4.2", "language": "CoffeeScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/unique-shortener", "stars": 3, "forks": 0, "keywords": [ "vInsight" ], "latest_stable_release": "0.4.2", "latest_download_url": "https://registry.npmjs.org/unique-shortener/-/unique-shortener-0.4.2.tgz", "dependents_count": 2, "dependent_repos_count": 0, "latest_stable_release_number": "0.4.2", "latest_stable_release_published_at": "2015-02-11 11:16:02 UTC", "versions": [ { "number": "0.1.0", "published_at": "2014-01-28 13:13:09 UTC" }, { "number": "0.2.0", "published_at": "2014-02-06 15:27:38 UTC" }, { "number": "0.3.0", "published_at": "2014-02-11 08:52:28 UTC" }, { "number": "0.4.0", "published_at": "2014-02-20 15:36:11 UTC" }, { "number": "0.4.1", "published_at": "2014-02-26 15:15:41 UTC" }, { "number": "0.4.2", "published_at": "2015-02-11 11:16:02 UTC" } ] }, { "name": "base62-cdn", "platform": "NPM", "description": "base62 cdn is a fast, global content delivery network (cdn) for base62 npm package", "homepage": null, "repository_url": null, "normalized_licenses": [ "MIT" ], "rank": 6, "latest_release_published_at": "2017-05-31 05:23:12 UTC", "latest_release_number": "1.0.150", "language": null, "status": null, "package_manager_url": "https://www.npmjs.com/package/base62-cdn", "stars": 0, "forks": 0, "keywords": [ "base62-cdn", "npm", "cdn", "npm cdn", "base-62", "encoder", "decoder", "mocha", "jquery" ], "latest_stable_release": "1.0.150", "latest_download_url": "https://registry.npmjs.org/base62-cdn/-/base62-cdn-1.0.150.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.150", "latest_stable_release_published_at": null, "versions": [ { "number": "1.0.149", "published_at": "2017-05-30 04:39:06 UTC" }, { "number": "1.0.150", "published_at": "2017-05-31 05:23:12 UTC" } ] }, { "name": "shortshort", "platform": "NPM", "description": "Short library for making short URLs", "homepage": null, "repository_url": "https://github.com/mcollina/shortshort.js", "normalized_licenses": [ "MIT" ], "rank": 6, "latest_release_published_at": "2012-05-13 14:11:33 UTC", "latest_release_number": "0.3.1", "language": "CoffeeScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/shortshort", "stars": 2, "forks": 1, "keywords": [ "URL", "URL shortener", "Short" ], "latest_stable_release": "0.3.1", "latest_download_url": "https://registry.npmjs.org/shortshort/-/shortshort-0.3.1.tgz", "dependents_count": 0, "dependent_repos_count": 2, "latest_stable_release_number": "0.3.1", "latest_stable_release_published_at": "2012-05-13 14:11:33 UTC", "versions": [ { "number": "0.1.2", "published_at": "2012-04-28 20:08:38 UTC" }, { "number": "0.1.3", "published_at": "2012-04-28 20:14:53 UTC" }, { "number": "0.1.4", "published_at": "2012-05-05 08:12:02 UTC" }, { "number": "0.1.5", "published_at": "2012-05-05 08:17:34 UTC" }, { "number": "0.2.0", "published_at": "2012-05-05 17:57:22 UTC" }, { "number": "0.3.0", "published_at": "2012-05-06 19:44:02 UTC" }, { "number": "0.3.1", "published_at": "2012-05-13 14:11:33 UTC" } ] }, { "name": "plivode", "platform": "NPM", "description": "A lightweight scalable Plivo application framework.", "homepage": "https://github.com/joeblynch/plivode", "repository_url": "https://github.com/joeblynch/plivode", "normalized_licenses": [ "MIT" ], "rank": 6, "latest_release_published_at": "2014-05-21 06:03:40 UTC", "latest_release_number": "0.2.3", "language": "JavaScript", "status": "", "package_manager_url": "https://www.npmjs.com/package/plivode", "stars": 8, "forks": 3, "keywords": [ ], "latest_stable_release": "0.2.3", "latest_download_url": "https://registry.npmjs.org/plivode/-/plivode-0.2.3.tgz", "dependents_count": 2, "dependent_repos_count": 3, "latest_stable_release_number": "0.2.3", "latest_stable_release_published_at": "2014-05-21 06:03:40 UTC", "versions": [ { "number": "0.0.1dev", "published_at": "2012-07-28 07:41:25 UTC" }, { "number": "0.0.1-dev", "published_at": "2012-07-28 07:41:25 UTC" }, { "number": "0.0.2dev", "published_at": "2012-07-30 06:23:12 UTC" }, { "number": "0.0.2-dev", "published_at": "2012-07-30 06:23:12 UTC" }, { "number": "0.1.0dev", "published_at": "2012-07-31 07:21:03 UTC" }, { "number": "0.1.0-dev", "published_at": "2012-07-31 07:21:03 UTC" }, { "number": "0.1.1dev", "published_at": "2012-08-01 05:34:47 UTC" }, { "number": "0.1.1-dev", "published_at": "2012-08-01 05:34:47 UTC" }, { "number": "0.2.0dev", "published_at": "2012-08-02 08:18:12 UTC" }, { "number": "0.2.0-dev", "published_at": "2012-08-02 08:18:12 UTC" }, { "number": "0.2.1", "published_at": "2012-08-05 09:25:49 UTC" }, { "number": "0.2.2", "published_at": "2014-04-15 17:06:43 UTC" }, { "number": "0.2.3", "published_at": "2014-05-21 06:03:40 UTC" } ] }, { "name": "jstransform-cdn", "platform": "NPM", "description": "jstransform cdn is a fast, global content delivery network (cdn) for jstransform npm package", "homepage": null, "repository_url": null, "normalized_licenses": [ "MIT" ], "rank": 6, "latest_release_published_at": "2017-05-31 05:23:03 UTC", "latest_release_number": "1.0.150", "language": null, "status": null, "package_manager_url": "https://www.npmjs.com/package/jstransform-cdn", "stars": 0, "forks": 0, "keywords": [ "jstransform-cdn", "npm", "cdn", "npm cdn", "transformer", "compiler", "syntax", "visitor", "base62", "commoner", "esprima-fb", "object-assign", "source-map", "jest-cli", "jshint", "jquery" ], "latest_stable_release": "1.0.150", "latest_download_url": "https://registry.npmjs.org/jstransform-cdn/-/jstransform-cdn-1.0.150.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.150", "latest_stable_release_published_at": null, "versions": [ { "number": "1.0.149", "published_at": "2017-05-30 04:38:57 UTC" }, { "number": "1.0.150", "published_at": "2017-05-31 05:23:03 UTC" } ] }, { "name": "scope-styles", "platform": "NPM", "description": "converts inline style objects into scoped css", "homepage": "https://github.com/rtsao/scope-styles", "repository_url": "https://github.com/rtsao/scope-styles", "normalized_licenses": [ "MIT" ], "rank": 5, "latest_release_published_at": "2016-01-11 23:51:22 UTC", "latest_release_number": "0.6.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/scope-styles", "stars": 23, "forks": 2, "keywords": [ "css", "scope", "styles", "inline", "radium" ], "latest_stable_release": "0.6.0", "latest_download_url": "https://registry.npmjs.org/scope-styles/-/scope-styles-0.6.0.tgz", "dependents_count": 2, "dependent_repos_count": 3, "latest_stable_release_number": "0.6.0", "latest_stable_release_published_at": "2016-01-11 23:51:22 UTC", "versions": [ { "number": "0.1.0", "published_at": "2015-10-20 21:31:33 UTC" }, { "number": "0.2.0", "published_at": "2015-11-05 22:49:07 UTC" }, { "number": "0.3.0", "published_at": "2015-11-30 21:26:05 UTC" }, { "number": "0.4.0", "published_at": "2015-12-04 21:02:00 UTC" }, { "number": "0.5.0", "published_at": "2015-12-07 19:27:00 UTC" }, { "number": "0.6.0", "published_at": "2016-01-11 23:51:22 UTC" } ] }, { "name": "snowmaker", "platform": "NPM", "description": "A node.js version of Snowmaker for adding autoincrement ids to azure tables", "homepage": "https://github.com/johnhamm/node-snowmaker", "repository_url": "https://github.com/johnhamm/node-snowmaker", "normalized_licenses": [ ], "rank": 5, "latest_release_published_at": "2014-09-30 03:30:50 UTC", "latest_release_number": "0.1.5", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/snowmaker", "stars": 1, "forks": 1, "keywords": [ "azure", "cloud", "paas" ], "latest_stable_release": "0.1.5", "latest_download_url": "https://registry.npmjs.org/snowmaker/-/snowmaker-0.1.5.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.1.5", "latest_stable_release_published_at": "2014-09-30 03:30:50 UTC", "versions": [ { "number": "0.1.0", "published_at": "2014-09-22 03:08:21 UTC" }, { "number": "0.1.1", "published_at": "2014-09-29 06:41:46 UTC" }, { "number": "0.1.3", "published_at": "2014-09-29 08:38:46 UTC" }, { "number": "0.1.4", "published_at": "2014-09-29 09:24:52 UTC" }, { "number": "0.1.5", "published_at": "2014-09-30 03:30:50 UTC" } ] }, { "name": "rpgkeeper", "platform": "NPM", "description": "A seed project for web apps.", "homepage": null, "repository_url": "", "normalized_licenses": [ "MIT" ], "rank": 2, "latest_release_published_at": "2015-06-27 18:39:47 UTC", "latest_release_number": "2.0.0-alpha.3", "language": null, "status": null, "package_manager_url": "https://www.npmjs.com/package/rpgkeeper", "stars": 0, "forks": 0, "keywords": [ ], "latest_stable_release": null, "latest_download_url": "https://registry.npmjs.org/rpgkeeper/-/rpgkeeper-2.0.0-alpha.3.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": null, "latest_stable_release_published_at": null, "versions": [ { "number": "1.0.0-alpha.2", "published_at": "2015-06-13 20:24:00 UTC" }, { "number": "2.0.0-alpha.3", "published_at": "2015-06-27 18:39:47 UTC" } ] }, { "name": "ya-base62", "platform": "NPM", "description": "Yet Another Base62, first and foremost designed to encode to and decode from structured strings.", "homepage": "https://github.com/kchapelier/ya-base62", "repository_url": "https://github.com/kchapelier/ya-base62", "normalized_licenses": [ "MIT" ], "rank": 0, "latest_release_published_at": "2017-05-14 18:52:18 UTC", "latest_release_number": "1.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/ya-base62", "stars": 1, "forks": 0, "keywords": [ "base62" ], "latest_stable_release": "1.0.0", "latest_download_url": "https://registry.npmjs.org/ya-base62/-/ya-base62-1.0.0.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.0", "latest_stable_release_published_at": null, "versions": [ { "number": "1.0.0", "published_at": "2017-05-14 18:52:18 UTC" } ] }, { "name": "@mrgalaxy/shorturl", "platform": "NPM", "description": "A URL shortening service powered by Node.js and Redis.", "homepage": "https://github.com/tyler-johnson/shorturl", "repository_url": "https://github.com/tyler-johnson/shorturl", "normalized_licenses": [ "MIT" ], "rank": 0, "latest_release_published_at": "2016-03-06 02:00:20 UTC", "latest_release_number": "3.1.1", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/@mrgalaxy/shorturl", "stars": 8, "forks": 1, "keywords": [ ], "latest_stable_release": "3.1.1", "latest_download_url": "https://registry.npmjs.org/@mrgalaxy/shorturl/-/@mrgalaxy/shorturl-3.1.1.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "3.1.1", "latest_stable_release_published_at": null, "versions": [ { "number": "2.0.0", "published_at": "2016-02-08 07:44:28 UTC" }, { "number": "2.0.1", "published_at": "2016-02-08 07:46:22 UTC" }, { "number": "2.0.2", "published_at": "2016-02-08 07:51:05 UTC" }, { "number": "2.0.3", "published_at": "2016-02-08 07:58:04 UTC" }, { "number": "2.0.4", "published_at": "2016-02-08 08:04:13 UTC" }, { "number": "2.0.5", "published_at": "2016-02-08 09:28:33 UTC" }, { "number": "3.0.0", "published_at": "2016-02-27 21:09:35 UTC" }, { "number": "3.0.1", "published_at": "2016-02-28 08:07:42 UTC" }, { "number": "3.1.0", "published_at": "2016-02-28 19:05:50 UTC" }, { "number": "3.1.1", "published_at": "2016-03-06 02:00:20 UTC" } ] }, { "name": "@gaearon/prepack", "platform": "NPM", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository_url": "https://github.com/facebook/prepack", "normalized_licenses": [ "BSD-3-Clause" ], "rank": 0, "latest_release_published_at": "2018-02-03 00:42:52 UTC", "latest_release_number": "0.2.23-alpha.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/@gaearon/prepack", "stars": 12916, "forks": 421, "keywords": [ "prepack", "javascript", "optimization" ], "latest_stable_release": "v0.2.54", "latest_download_url": "https://registry.npmjs.org/@gaearon/prepack/-/@gaearon/prepack-0.2.23-alpha.0.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "v0.2.54", "latest_stable_release_published_at": null, "versions": [ { "number": "0.2.23-alpha.0", "published_at": "2018-02-03 00:42:52 UTC" } ] }, { "name": "@trueadm/prepack", "platform": "NPM", "description": "Execute a JS bundle, serialize global state and side effects to a snapshot that can be quickly restored.", "homepage": "https://github.com/facebook/prepack", "repository_url": "https://github.com/facebook/prepack", "normalized_licenses": [ "BSD-3-Clause" ], "rank": 0, "latest_release_published_at": "2017-08-25 20:11:16 UTC", "latest_release_number": "0.2.7", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/@trueadm/prepack", "stars": 12916, "forks": 421, "keywords": [ "prepack", "javascript", "optimization" ], "latest_stable_release": "0.2.7", "latest_download_url": "https://registry.npmjs.org/@trueadm/prepack/-/@trueadm/prepack-0.2.7.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.2.7", "latest_stable_release_published_at": null, "versions": [ { "number": "0.2.7", "published_at": "2017-08-25 20:11:16 UTC" } ] }, { "name": "@kutuluk/number-to-string", "platform": "NPM", "description": "Fast converting of a number to a string on any base (radix)", "homepage": "https://github.com/kutuluk/number-to-string", "repository_url": "https://github.com/kutuluk/number-to-string", "normalized_licenses": [ "MIT" ], "rank": 0, "latest_release_published_at": "2018-01-26 06:45:09 UTC", "latest_release_number": "0.0.3", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/@kutuluk/number-to-string", "stars": 0, "forks": 0, "keywords": [ "number", "string", "any", "base", "radix", "converter", "encoder", "decoder" ], "latest_stable_release": "0.0.3", "latest_download_url": "https://registry.npmjs.org/@kutuluk/number-to-string/-/@kutuluk/number-to-string-0.0.3.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.0.3", "latest_stable_release_published_at": null, "versions": [ { "number": "0.0.1", "published_at": "2018-01-25 15:00:07 UTC" }, { "number": "0.0.2", "published_at": "2018-01-25 15:02:06 UTC" }, { "number": "0.0.3", "published_at": "2018-01-26 06:45:09 UTC" } ] }, { "name": "fmhash", "platform": "NPM", "description": "farmhash with fingerprint64", "homepage": "https://github.com/longbill/fmhash", "repository_url": "https://github.com/longbill/fmhash", "normalized_licenses": [ "MIT" ], "rank": 0, "latest_release_published_at": "2017-11-03 09:02:41 UTC", "latest_release_number": "1.0.2", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/fmhash", "stars": 0, "forks": 0, "keywords": [ "farmhash" ], "latest_stable_release": "1.0.2", "latest_download_url": "https://registry.npmjs.org/fmhash/-/fmhash-1.0.2.tgz", "dependents_count": 1, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.2", "latest_stable_release_published_at": null, "versions": [ { "number": "1.0.0", "published_at": "2017-11-02 17:01:17 UTC" }, { "number": "1.0.1", "published_at": "2017-11-02 17:07:04 UTC" }, { "number": "1.0.2", "published_at": "2017-11-03 09:02:41 UTC" } ] }, { "name": "@trystal/int-to-basenn", "platform": "NPM", "description": "Convert an integer into a variety of baseNN formats (base62, base26, base4,...)", "homepage": null, "repository_url": null, "normalized_licenses": [ "ISC" ], "rank": 0, "latest_release_published_at": "2017-02-02 05:34:14 UTC", "latest_release_number": "1.1.2", "language": null, "status": null, "package_manager_url": "https://www.npmjs.com/package/@trystal/int-to-basenn", "stars": 0, "forks": 0, "keywords": [ ], "latest_stable_release": "1.1.2", "latest_download_url": "https://registry.npmjs.org/@trystal/int-to-basenn/-/@trystal/int-to-basenn-1.1.2.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.1.2", "latest_stable_release_published_at": null, "versions": [ { "number": "1.0.0", "published_at": "2017-02-02 04:12:11 UTC" }, { "number": "1.0.1", "published_at": "2017-02-02 04:23:13 UTC" }, { "number": "1.0.2", "published_at": "2017-02-02 04:36:15 UTC" }, { "number": "1.1.0", "published_at": "2017-02-02 05:24:12 UTC" }, { "number": "1.1.1", "published_at": "2017-02-02 05:26:23 UTC" }, { "number": "1.1.2", "published_at": "2017-02-02 05:34:14 UTC" } ] } ]
Get repositories that depend on a given project.
GET https://libraries.io/api/:platform/:name/dependent_repositories?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62/dependent_repositories?api_key=YOUR_API_KEY
[ { "full_name": "angular/angular", "description": "One framework. Mobile & desktop.", "fork": false, "created_at": "2014-09-18 16:12:01 UTC", "updated_at": "2019-02-11 18:47:58 UTC", "pushed_at": "2019-02-11 19:04:31 UTC", "homepage": "https://angular.io", "size": 100990, "stargazers_count": 45179, "language": "TypeScript", "has_issues": true, "has_wiki": false, "has_pages": false, "forks_count": 11744, "mirror_url": null, "open_issues_count": 2671, "default_branch": "master", "subscribers_count": 3292, "uuid": "24195339", "source_name": null, "license": "MIT", "private": false, "contributions_count": 676, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-05 16:13:43 UTC", "rank": 27, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "angular", "javascript", "pwa", "typescript", "web", "web-framework", "web-performance" ], "github_contributions_count": 676, "github_id": "24195339" }, { "full_name": "reduxjs/react-redux", "description": "Official React bindings for Redux", "fork": false, "created_at": "2015-07-11 17:32:01 UTC", "updated_at": "2019-02-13 00:12:21 UTC", "pushed_at": "2019-02-11 03:59:32 UTC", "homepage": "https://react-redux.js.org", "size": 2281, "stargazers_count": 15635, "language": "JavaScript", "has_issues": true, "has_wiki": false, "has_pages": false, "forks_count": 2404, "mirror_url": null, "open_issues_count": 11, "default_branch": "master", "subscribers_count": 419, "uuid": "38934449", "source_name": null, "license": "MIT", "private": false, "contributions_count": 130, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE.md", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-12-05 01:07:42 UTC", "rank": 22, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "react", "redux" ], "github_contributions_count": 130, "github_id": "38934449" }, { "full_name": "facebook/immutable-js", "description": "Immutable persistent data collections for Javascript which increase efficiency and simplicity.", "fork": false, "created_at": "2014-07-02 06:02:29 UTC", "updated_at": "2018-11-01 15:50:22 UTC", "pushed_at": "2018-10-30 23:01:27 UTC", "homepage": "http://facebook.github.io/immutable-js/", "size": 21861, "stargazers_count": 25501, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 1503, "mirror_url": null, "open_issues_count": 77, "default_branch": "master", "subscribers_count": 600, "uuid": "21413198", "source_name": null, "license": "MIT", "private": false, "contributions_count": 173, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2017-10-17 07:13:50 UTC", "rank": 21, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 173, "github_id": "21413198" }, { "full_name": "facebook/draft-js", "description": "A React framework for building text editors.", "fork": false, "created_at": "2016-02-19 20:18:26 UTC", "updated_at": "2019-01-03 00:58:04 UTC", "pushed_at": "2018-12-30 17:14:57 UTC", "homepage": "https://draftjs.org/", "size": 9232, "stargazers_count": 14629, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 1592, "mirror_url": null, "open_issues_count": 534, "default_branch": "master", "subscribers_count": 352, "uuid": "52113921", "source_name": null, "license": "Other", "private": false, "contributions_count": 194, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-03 00:58:04 UTC", "rank": 19, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 194, "github_id": "52113921" }, { "full_name": "jupyterlab/jupyterlab", "description": "JupyterLab computational environment.", "fork": false, "created_at": "2016-06-03 20:09:17 UTC", "updated_at": "2019-02-12 20:18:55 UTC", "pushed_at": "2019-02-12 23:59:53 UTC", "homepage": "https://jupyterlab.readthedocs.io/en/stable/", "size": 65707, "stargazers_count": 7230, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 981, "mirror_url": null, "open_issues_count": 944, "default_branch": "master", "subscribers_count": 328, "uuid": "60374819", "source_name": null, "license": "Other", "private": false, "contributions_count": 216, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-11-15 16:48:46 UTC", "rank": 18, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "jupyterlab" ], "github_contributions_count": 216, "github_id": "60374819" }, { "full_name": "MoOx/postcss-cssnext", "description": "`postcss-cssnext` has been deprecated in favor of `postcss-preset-env`.", "fork": false, "created_at": "2014-08-01 06:49:41 UTC", "updated_at": "2019-01-13 04:21:46 UTC", "pushed_at": "2018-06-04 08:14:28 UTC", "homepage": "https://moox.io/blog/deprecating-cssnext/", "size": 10761, "stargazers_count": 5401, "language": "JavaScript", "has_issues": true, "has_wiki": false, "has_pages": true, "forks_count": 217, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 139, "uuid": "22498444", "source_name": null, "license": "MIT", "private": false, "contributions_count": 51, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-13 04:21:46 UTC", "rank": 18, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "css", "cssnext", "javascript", "postcss", "postcss-plugins" ], "github_contributions_count": 51, "github_id": "22498444" }, { "full_name": "babel/babel-preset-env", "description": "PSA: this repo has been moved into babel/babel -->", "fork": false, "created_at": "2016-08-14 03:48:33 UTC", "updated_at": "2018-12-30 08:30:32 UTC", "pushed_at": "2018-05-10 14:31:15 UTC", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-preset-env", "size": 1059, "stargazers_count": 3518, "language": "JavaScript", "has_issues": true, "has_wiki": false, "has_pages": false, "forks_count": 193, "mirror_url": null, "open_issues_count": 1, "default_branch": "1.x", "subscribers_count": 65, "uuid": "65648767", "source_name": null, "license": "MIT", "private": false, "contributions_count": 38, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2017-09-19 20:39:01 UTC", "rank": 18, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "autoprefixer", "babel-preset", "es6", "javascript", "moved" ], "github_contributions_count": 38, "github_id": "65648767" }, { "full_name": "codemix/flow-runtime", "description": "A runtime type system for JavaScript with full Flow compatibility.", "fork": false, "created_at": "2016-10-22 02:25:16 UTC", "updated_at": "2019-01-14 20:08:01 UTC", "pushed_at": "2019-01-13 21:24:40 UTC", "homepage": "https://codemix.github.io/flow-runtime/", "size": 16513, "stargazers_count": 741, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 51, "mirror_url": null, "open_issues_count": 58, "default_branch": "master", "subscribers_count": 22, "uuid": "71611551", "source_name": null, "license": "MIT", "private": false, "contributions_count": 18, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE.md", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-13 21:24:29 UTC", "rank": 17, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "babel-plugin", "flow-runtime", "flowtype", "type-safety", "validation" ], "github_contributions_count": 18, "github_id": "71611551" }, { "full_name": "Tencent/wepy", "description": "小程序组件化开发框架", "fork": false, "created_at": "2016-11-14 08:06:56 UTC", "updated_at": "2019-02-18 04:10:16 UTC", "pushed_at": "2019-02-15 09:00:21 UTC", "homepage": "https://tencent.github.io/wepy/", "size": 6593, "stargazers_count": 16428, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 2369, "mirror_url": null, "open_issues_count": 138, "default_branch": "2.0.x", "subscribers_count": 689, "uuid": "73681508", "source_name": null, "license": "Other", "private": false, "contributions_count": 112, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-03 11:25:35 UTC", "rank": 16, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "weapp", "wepy" ], "github_contributions_count": 112, "github_id": "73681508" }, { "full_name": "handsontable/handsontable", "description": "Handsontable Community Edition - JavaScript/HTML5 Data Grid Component with Spreadsheet Look & Feel. Available for React, Vue and Angular.", "fork": false, "created_at": "2011-05-23 22:38:58 UTC", "updated_at": "2019-02-18 14:29:43 UTC", "pushed_at": "2019-02-18 14:45:52 UTC", "homepage": "https://handsontable.com", "size": 79084, "stargazers_count": 11319, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 2130, "mirror_url": null, "open_issues_count": 495, "default_branch": "master", "subscribers_count": 485, "uuid": "1790564", "source_name": null, "license": "MIT", "private": false, "contributions_count": 96, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-12-19 12:19:16 UTC", "rank": 16, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "angular", "data-binding", "data-grid", "data-table", "excel", "grid-editor", "javascript", "react", "spreadsheet", "vue" ], "github_contributions_count": 96, "github_id": "1790564" }, { "full_name": "aws-amplify/amplify-js", "description": "A declarative JavaScript library for application development using cloud services.", "fork": false, "created_at": "2017-10-02 22:17:14 UTC", "updated_at": "2019-02-20 20:52:52 UTC", "pushed_at": "2019-02-20 20:44:23 UTC", "homepage": "https://aws-amplify.github.io/", "size": 114118, "stargazers_count": 4787, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 731, "mirror_url": null, "open_issues_count": 650, "default_branch": "master", "subscribers_count": 139, "uuid": "105590837", "source_name": null, "license": "Apache-2.0", "private": false, "contributions_count": 140, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": ".github/CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-02-20 20:52:52 UTC", "rank": 16, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "amazon-cognito", "analytics", "aws", "aws-apigateway", "aws-cognito", "aws-mobile", "aws-mobilehub", "aws-s3", "cloud-service", "cognito", "javascript", "metrics", "mobile-analytics", "pinpoint", "pwa", "react", "react-native", "storage" ], "github_contributions_count": 140, "github_id": "105590837" }, { "full_name": "facebookarchive/fixed-data-table", "description": "A React table component designed to allow presenting thousands of rows of data.", "fork": false, "created_at": "2015-01-28 04:19:02 UTC", "updated_at": "2019-01-03 18:29:34 UTC", "pushed_at": "2018-06-04 22:21:42 UTC", "homepage": "http://facebook.github.io/fixed-data-table/", "size": 13343, "stargazers_count": 4312, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 605, "mirror_url": null, "open_issues_count": 205, "default_branch": "master", "subscribers_count": 140, "uuid": "29950228", "source_name": null, "license": "Other", "private": false, "contributions_count": 43, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-03 18:29:34 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 43, "github_id": "29950228" }, { "full_name": "redfin/react-server", "description": ":rocket: Blazing fast page load and seamless navigation.", "fork": false, "created_at": "2016-02-09 19:20:35 UTC", "updated_at": "2019-01-05 08:15:17 UTC", "pushed_at": "2018-12-04 20:21:56 UTC", "homepage": "https://react-server.io/", "size": 3490, "stargazers_count": 3790, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 206, "mirror_url": null, "open_issues_count": 138, "default_branch": "master", "subscribers_count": 80, "uuid": "51392574", "source_name": null, "license": "Apache-2.0", "private": false, "contributions_count": 71, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-05 08:15:17 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "isomorphic", "react", "react-server", "server", "ssr", "universal" ], "github_contributions_count": 71, "github_id": "51392574" }, { "full_name": "igorprado/react-notification-system", "description": "A complete and totally customizable component for notifications in React", "fork": false, "created_at": "2015-05-06 12:36:09 UTC", "updated_at": "2018-10-09 14:06:04 UTC", "pushed_at": "2018-08-16 14:06:21 UTC", "homepage": "http://igorprado.github.io/react-notification-system/", "size": 3801, "stargazers_count": 2182, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 217, "mirror_url": null, "open_issues_count": 62, "default_branch": "master", "subscribers_count": 45, "uuid": "35157449", "source_name": null, "license": "MIT", "private": false, "contributions_count": 22, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2017-08-01 19:48:07 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "javascript", "notifications", "react" ], "github_contributions_count": 22, "github_id": "35157449" }, { "full_name": "AllenFang/react-bootstrap-table", "description": "A Bootstrap table built with React.js", "fork": false, "created_at": "2015-04-11 08:06:37 UTC", "updated_at": "2018-12-02 10:36:15 UTC", "pushed_at": "2018-10-03 13:18:32 UTC", "homepage": "https://allenfang.github.io/react-bootstrap-table/", "size": 73438, "stargazers_count": 2080, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 760, "mirror_url": null, "open_issues_count": 365, "default_branch": "master", "subscribers_count": 93, "uuid": "33768009", "source_name": null, "license": "MIT", "private": false, "contributions_count": 114, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2017-09-04 13:16:08 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "bootstrap-table", "react", "react-table", "table" ], "github_contributions_count": 114, "github_id": "33768009" }, { "full_name": "malte-wessel/react-custom-scrollbars", "description": "React scrollbars component", "fork": false, "created_at": "2015-08-07 11:53:56 UTC", "updated_at": "2019-01-28 21:59:47 UTC", "pushed_at": "2019-01-29 15:34:10 UTC", "homepage": "http://malte-wessel.github.io/react-custom-scrollbars/", "size": 992, "stargazers_count": 1911, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 340, "mirror_url": null, "open_issues_count": 138, "default_branch": "master", "subscribers_count": 26, "uuid": "40358049", "source_name": null, "license": "MIT", "private": false, "contributions_count": 21, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": null, "has_license": "LICENSE.md", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-10-15 09:45:20 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "customizable", "react", "scrollbars", "scrolling" ], "github_contributions_count": 21, "github_id": "40358049" }, { "full_name": "jsforce/jsforce", "description": "Salesforce API Library for JavaScript applications (both on Node.js and web browser)", "fork": false, "created_at": "2014-01-30 08:56:14 UTC", "updated_at": "2019-02-12 23:59:26 UTC", "pushed_at": "2019-02-13 12:59:46 UTC", "homepage": "http://jsforce.github.io/", "size": 29701, "stargazers_count": 751, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 310, "mirror_url": null, "open_issues_count": 245, "default_branch": "master", "subscribers_count": 79, "uuid": "16372438", "source_name": null, "license": "MIT", "private": false, "contributions_count": 51, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-08-17 17:56:42 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "jsforce", "salesforce" ], "github_contributions_count": 51, "github_id": "16372438" }, { "full_name": "benlesh/symbol-observable", "description": "Symbol.observable ponyfill", "fork": false, "created_at": "2015-11-19 13:31:31 UTC", "updated_at": "2018-06-30 13:50:25 UTC", "pushed_at": "2018-05-24 22:20:48 UTC", "homepage": null, "size": 52, "stargazers_count": 99, "language": "JavaScript", "has_issues": true, "has_wiki": false, "has_pages": false, "forks_count": 26, "mirror_url": null, "open_issues_count": 2, "default_branch": "master", "subscribers_count": 10, "uuid": "46494071", "source_name": null, "license": "MIT", "private": false, "contributions_count": 15, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": null, "has_license": "license", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-01-26 20:35:10 UTC", "rank": 15, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 15, "github_id": "46494071" }, { "full_name": "Microsoft/code-push", "description": "A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.", "fork": false, "created_at": "2015-09-30 21:12:55 UTC", "updated_at": "2019-02-17 15:14:22 UTC", "pushed_at": "2019-02-11 12:40:08 UTC", "homepage": "https://microsoft.github.io/code-push/", "size": 11812, "stargazers_count": 3588, "language": "TypeScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 380, "mirror_url": null, "open_issues_count": 12, "default_branch": "master", "subscribers_count": 148, "uuid": "43459513", "source_name": null, "license": "Other", "private": false, "contributions_count": 40, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE.md", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-07-31 13:57:20 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "codepush", "cordova", "react", "react-native", "reactnative" ], "github_contributions_count": 40, "github_id": "43459513" }, { "full_name": "seatgeek/react-infinite", "description": "A browser-ready efficient scrolling container based on UITableView", "fork": false, "created_at": "2014-10-15 16:26:11 UTC", "updated_at": "2018-12-23 22:27:32 UTC", "pushed_at": "2018-07-24 12:06:02 UTC", "homepage": "", "size": 611, "stargazers_count": 2529, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 278, "mirror_url": null, "open_issues_count": 100, "default_branch": "master", "subscribers_count": 74, "uuid": "25263349", "source_name": null, "license": "Other", "private": false, "contributions_count": 24, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE.txt", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-04-21 17:33:45 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 24, "github_id": "25263349" }, { "full_name": "ionic-team/capacitor", "description": "Build cross-platform Native Progressive Web Apps for iOS, Android, and the web ⚡️", "fork": false, "created_at": "2017-11-18 21:38:09 UTC", "updated_at": "2018-12-21 12:45:01 UTC", "pushed_at": "2018-12-20 12:56:06 UTC", "homepage": "https://capacitor.ionicframework.com/", "size": 33502, "stargazers_count": 2124, "language": "HTML", "has_issues": true, "has_wiki": false, "has_pages": true, "forks_count": 139, "mirror_url": null, "open_issues_count": 159, "default_branch": "master", "subscribers_count": 122, "uuid": "111241370", "source_name": null, "license": "Other", "private": false, "contributions_count": 59, "has_readme": "README.md", "has_changelog": null, "has_contributing": ".github/CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-12-06 06:58:19 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "cross-platform", "css", "html", "java", "javascript", "swift" ], "github_contributions_count": 59, "github_id": "111241370" }, { "full_name": "schrodinger/fixed-data-table-2", "description": "A React table component designed to allow presenting millions of rows of data.", "fork": false, "created_at": "2016-02-22 17:02:05 UTC", "updated_at": "2019-02-08 12:44:41 UTC", "pushed_at": "2019-02-08 12:37:57 UTC", "homepage": "http://schrodinger.github.io/fixed-data-table-2/", "size": 9748, "stargazers_count": 837, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 211, "mirror_url": null, "open_issues_count": 69, "default_branch": "master", "subscribers_count": 42, "uuid": "52289723", "source_name": null, "license": "Other", "private": false, "contributions_count": 83, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-02-08 12:44:41 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 83, "github_id": "52289723" }, { "full_name": "pouchdb/pouchdb-server", "description": "CouchDB-compatible server built on PouchDB and Node", "fork": false, "created_at": "2013-02-01 17:04:19 UTC", "updated_at": "2018-12-25 13:30:45 UTC", "pushed_at": "2018-12-25 08:32:27 UTC", "homepage": "", "size": 3521, "stargazers_count": 670, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 126, "mirror_url": null, "open_issues_count": 73, "default_branch": "master", "subscribers_count": 26, "uuid": "7962111", "source_name": null, "license": "Apache-2.0", "private": false, "contributions_count": 53, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-08-13 08:52:11 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 53, "github_id": "7962111" }, { "full_name": "ArthurClemens/polythene", "description": "Material Design component library for Mithril and React", "fork": false, "created_at": "2015-03-29 17:59:03 UTC", "updated_at": "2019-02-10 22:23:55 UTC", "pushed_at": "2019-02-10 22:23:53 UTC", "homepage": "", "size": 171000, "stargazers_count": 520, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 37, "mirror_url": null, "open_issues_count": 1, "default_branch": "master", "subscribers_count": 28, "uuid": "33082960", "source_name": null, "license": null, "private": false, "contributions_count": 12, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-26 15:19:09 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "javascript", "material-design", "mithril", "react" ], "github_contributions_count": 12, "github_id": "33082960" }, { "full_name": "facebookarchive/jstransform", "description": "A simple utility for pluggable JS syntax transforms using the esprima parser.", "fork": false, "created_at": "2013-08-05 02:21:00 UTC", "updated_at": "2018-12-27 15:31:11 UTC", "pushed_at": "2016-08-15 16:20:40 UTC", "homepage": "", "size": 550, "stargazers_count": 466, "language": "JavaScript", "has_issues": false, "has_wiki": true, "has_pages": false, "forks_count": 79, "mirror_url": null, "open_issues_count": 24, "default_branch": "master", "subscribers_count": 48, "uuid": "11888510", "source_name": null, "license": "Other", "private": false, "contributions_count": 29, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2017-06-12 16:36:05 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 29, "github_id": "11888510" }, { "full_name": "kirbysayshi/vash", "description": "Vash, the 60 billion double-dollar template-maker. Razor syntax, for JavaScript templates", "fork": false, "created_at": "2011-07-11 06:05:32 UTC", "updated_at": "2018-11-15 17:22:40 UTC", "pushed_at": "2018-11-12 18:19:40 UTC", "homepage": "", "size": 1679, "stargazers_count": 459, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 52, "mirror_url": null, "open_issues_count": 17, "default_branch": "master", "subscribers_count": 33, "uuid": "2028730", "source_name": null, "license": "Other", "private": false, "contributions_count": 8, "has_readme": "README.md", "has_changelog": "History.md", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-11-15 17:22:40 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 8, "github_id": "2028730" }, { "full_name": "reactjs/react-lifecycles-compat", "description": "Backwards compatibility polyfill for React class components", "fork": false, "created_at": "2018-01-25 01:36:04 UTC", "updated_at": "2018-12-27 12:31:12 UTC", "pushed_at": "2018-10-01 15:02:54 UTC", "homepage": null, "size": 105, "stargazers_count": 341, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 27, "mirror_url": null, "open_issues_count": 3, "default_branch": "master", "subscribers_count": 12, "uuid": "118845765", "source_name": null, "license": "MIT", "private": false, "contributions_count": 4, "has_readme": "README.md", "has_changelog": "CHANGELOG.md", "has_contributing": null, "has_license": "LICENSE.md", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-04-18 02:47:49 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "api", "compatibility", "polyfill", "react" ], "github_contributions_count": 4, "github_id": "118845765" }, { "full_name": "nbubna/Case", "description": "String case utitility: convert, identify, flip, extend", "fork": false, "created_at": "2013-06-04 18:16:01 UTC", "updated_at": "2019-01-11 18:04:06 UTC", "pushed_at": "2019-01-11 16:22:59 UTC", "homepage": "http://nbubna.github.io/Case/", "size": 270, "stargazers_count": 181, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 19, "mirror_url": null, "open_issues_count": 4, "default_branch": "master", "subscribers_count": 3, "uuid": "10485445", "source_name": null, "license": "MIT", "private": false, "contributions_count": 9, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-11 18:04:06 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "camelcase", "capital", "case", "constants", "dot", "javascript", "kebab-case", "letters", "lowercase", "pascal", "sentence", "snake", "string", "title", "type", "uppercase" ], "github_contributions_count": 9, "github_id": "10485445" }, { "full_name": "ionic-team/ionic-storage", "description": "Ionic Storage module for Ionic apps", "fork": false, "created_at": "2016-09-23 19:33:28 UTC", "updated_at": "2018-10-09 11:03:40 UTC", "pushed_at": "2018-10-20 20:36:53 UTC", "homepage": null, "size": 293, "stargazers_count": 141, "language": "JavaScript", "has_issues": true, "has_wiki": false, "has_pages": false, "forks_count": 55, "mirror_url": null, "open_issues_count": 8, "default_branch": "master", "subscribers_count": 18, "uuid": "69055032", "source_name": null, "license": "MIT", "private": false, "contributions_count": 13, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2017-06-02 18:35:34 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 13, "github_id": "69055032" }, { "full_name": "jescalan/accord", "description": "a unified interface for compiled languages and templates in javascript", "fork": false, "created_at": "2013-12-05 00:03:55 UTC", "updated_at": "2019-01-21 20:53:38 UTC", "pushed_at": "2019-01-21 20:46:18 UTC", "homepage": null, "size": 711, "stargazers_count": 134, "language": "CoffeeScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 29, "mirror_url": null, "open_issues_count": 35, "default_branch": "master", "subscribers_count": 7, "uuid": "14939500", "source_name": null, "license": "Other", "private": false, "contributions_count": 30, "has_readme": "readme.md", "has_changelog": null, "has_contributing": "contributing.md", "has_license": "license.md", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-21 20:53:38 UTC", "rank": 14, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 30, "github_id": "14939500" } ]
Get users that have contributed to a given project.
GET https://libraries.io/api/:platform/:name/contributors?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62/contributors?api_key=YOUR_API_KEY
[ { "github_id": "887639", "login": "donavon", "user_type": "User", "created_at": "2015-01-27 07:05:04 UTC", "updated_at": "2017-07-18 16:55:19 UTC", "name": "Donavon West", "company": "@americanexpress", "blog": "http://donavon.com", "location": "NYC", "hidden": false, "last_synced_at": "2016-12-19 02:04:40 UTC", "email": null, "bio": "Lots of JavaScript, mostly React now-a-days.", "followers": 4, "following": 0, "uuid": "887639", "host_type": "GitHub" }, { "github_id": "1060", "login": "andrew", "user_type": "User", "created_at": "2015-01-27 07:05:17 UTC", "updated_at": "2018-12-24 17:31:50 UTC", "name": "Andrew Nesbitt", "company": "@octobox ", "blog": "http://nesbitt.io", "location": "Somerset, UK", "hidden": false, "last_synced_at": "2017-04-18 11:02:01 UTC", "email": null, "bio": "@Octobox, @24pullrequests, @themanifest and @splitrb", "followers": 1162, "following": 2819, "uuid": "1060", "host_type": "GitHub" }, { "github_id": "865153", "login": "eiriksm", "user_type": "User", "created_at": "2015-01-27 07:07:16 UTC", "updated_at": "2016-12-20 05:21:08 UTC", "name": null, "company": null, "blog": "https://twitter.com/orkj", "location": "Trondheim, Norway", "hidden": false, "last_synced_at": "2016-12-20 05:21:07 UTC", "email": "eirik@morland.no", "bio": null, "followers": 34, "following": 0, "uuid": "865153", "host_type": "GitHub" }, { "github_id": "3515", "login": "FND", "user_type": "User", "created_at": "2015-01-27 07:07:17 UTC", "updated_at": "2017-05-28 08:46:02 UTC", "name": null, "company": null, "blog": "", "location": null, "hidden": false, "last_synced_at": "2016-12-20 05:21:05 UTC", "email": null, "bio": null, "followers": 71, "following": 26, "uuid": "3515", "host_type": "GitHub" }, { "github_id": "9805", "login": "chalkers", "user_type": "User", "created_at": "2015-01-28 14:01:58 UTC", "updated_at": "2016-12-22 14:22:04 UTC", "name": "Andrew Chalkley", "company": null, "blog": "http://forefront.io", "location": "Portland, OR, USA", "hidden": false, "last_synced_at": "2016-12-22 14:22:02 UTC", "email": "andrew@chalkley.org", "bio": null, "followers": 292, "following": 9, "uuid": "9805", "host_type": "GitHub" }, { "github_id": "5741699", "login": "kchapelier", "user_type": "User", "created_at": "2015-02-05 05:30:18 UTC", "updated_at": "2017-01-09 02:02:26 UTC", "name": "Kevin Chapelier", "company": null, "blog": "https://twitter.com/kchplr", "location": "Namur, Belgium", "hidden": false, "last_synced_at": "2017-01-09 02:02:25 UTC", "email": null, "bio": "A cell, provably dying.", "followers": 33, "following": 16, "uuid": "5741699", "host_type": "GitHub" }, { "github_id": "5035625", "login": "lmk123", "user_type": "User", "created_at": "2015-02-17 02:53:01 UTC", "updated_at": "2018-09-05 06:34:14 UTC", "name": "mingkaili", "company": "@ElemeFE", "blog": "http://www.limingkai.cn", "location": "Shanghai, China", "hidden": false, "last_synced_at": "2017-02-07 07:05:45 UTC", "email": "me@limingkai.cn", "bio": "Creator of @Selection-Translator\r\n\r\n饿了么大前端招人中,欢迎发送简历至 mingkai.li02[at]ele.me", "followers": null, "following": null, "uuid": "5035625", "host_type": "GitHub" }, { "github_id": "14790466", "login": "greenkeeperio-bot", "user_type": "User", "created_at": "2015-09-25 21:41:47 UTC", "updated_at": "2018-12-23 23:30:13 UTC", "name": "Greenkeeper", "company": "@greenkeeperio", "blog": "https://greenkeeper.io/", "location": "☁️", "hidden": false, "last_synced_at": "2016-04-17 22:58:19 UTC", "email": "support@greenkeeper.io", "bio": "Your friendly @greenkeeperio bot.", "followers": null, "following": null, "uuid": "14790466", "host_type": "GitHub" }, { "github_id": "21123937", "login": "andyfusniak", "user_type": "User", "created_at": "2016-09-26 14:39:24 UTC", "updated_at": "2018-04-27 05:01:51 UTC", "name": "Andy Fusniak", "company": null, "blog": "https://www.andyfusniak.com", "location": null, "hidden": false, "last_synced_at": "2016-09-26 14:39:27 UTC", "email": "andy@andyfusniak.com", "bio": "Web Developer JavaScript/Node.js/Express, Vue/Vuex", "followers": 0, "following": 0, "uuid": "21123937", "host_type": "GitHub" }, { "github_id": "36207117", "login": "dependabot-bot", "user_type": "User", "created_at": "2018-02-07 12:57:23 UTC", "updated_at": "2018-02-07 12:57:24 UTC", "name": null, "company": null, "blog": "", "location": null, "hidden": false, "last_synced_at": "2018-02-07 12:57:24 UTC", "email": null, "bio": null, "followers": null, "following": null, "uuid": "36207117", "host_type": "GitHub" } ]
Get breakdown of SourceRank score for a given project.
GET https://libraries.io/api/:platform/:name/sourcerank?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62/sourcerank?api_key=YOUR_API_KEY
18
Get breakdown of version usage for a given project.
GET https://libraries.io/api/:platform/:name/usage?api_key=YOUR_API_KEY
Example: https://libraries.io/api/NPM/base62/usage?api_key=YOUR_API_KEY
{ "*": 4, "= 0.1.0": 1, "0.1.0": 1, "^0.1.1": 3, "~0.1.1": 3, "0.1.1": 9052, "^0.1.2": 2, "0.1.x": 1, "^1.0.0": 3, "^1.1.0": 94, "~1.1.0": 1, "1.1.0": 19, "^1.1.1": 7, "1.1.1": 131, "^1.1.2": 9, "1.1.2": 243, "^1.2.0": 5, "1.2.0": 1491, "^1.2.1": 3, "1.2.1": 1224, "1.2.4": 1, "1.2.5": 72, "^1.2.7": 1, "1.2.7": 744, "1.2.8": 958, "^2.0.0": 1, "2.0.0": 1, "http://r.cnpmjs.org/base62/download/base62-1.2.0.tgz": 1, "http://registry.npmjs.org/base62/-/base62-0.1.1.tgz": 3, "http://registry.npmjs.org/base62/-/base62-1.1.2.tgz": 1, "http://registry.npmjs.org/base62/-/base62-1.2.0.tgz": 1, "http://registry.npm.taobao.org/base62/download/base62-0.1.1.tgz": 1, "https://registry.npmjs.org/base62/-/base62-0.1.1.tgz": 132, "https://registry.npmjs.org/base62/-/base62-1.1.1.tgz": 4, "https://registry.npmjs.org/base62/-/base62-1.1.2.tgz": 20, "https://registry.npmjs.org/base62/-/base62-1.2.0.tgz": 56, "https://registry.npmjs.org/base62/-/base62-1.2.1.tgz": 4, "https://registry.npmjs.org/base62/-/base62-1.2.7.tgz": 2, "https://registry.npm.taobao.org/base62/download/base62-1.1.2.tgz": 2, "https://registry.npm.taobao.org/base62/download/base62-1.2.0.tgz": 7, "{\"integrity\"=>\"sha512-xVtfFHNPUzpCNHygpXFGMlDk3saxXLQcOOQzAAk6ibvlAHgT6WKXLv9rMFhcyEK1n9LuDmp/LxyGW/Fm9L8++g==\", \"resolved\"=>\"https://registry.npmjs.org/base62/-/base62-1.2.1.tgz\", \"version\"=>\"1.2.1\"}": 1, "latest": 1, "npm:base62@0.1.1": 1 }
Search for projects
GET https://libraries.io/api/search?q=grunt&api_key=YOUR_API_KEY
The search endpoint accepts a sort
parameter, one of
rank
,
stars
,
dependents_count
,
dependent_repos_count
,
latest_release_published_at
,
contributions_count
,
created_at
.
The search endpoint accepts number of other parameters to filter results:
languages
licenses
keywords
platforms
Example: https://libraries.io/api/search?q=grunt&api_key=YOUR_API_KEY
[ { "name": "grunt", "platform": "NPM", "description": "The JavaScript Task Runner", "homepage": "https://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt", "normalized_licenses": [ "MIT" ], "rank": 29, "latest_release_published_at": "2018-06-04 00:25:11 UTC", "latest_release_number": "1.0.3", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt", "stars": 11907, "forks": 1542, "keywords": [ "task", "async", "cli", "minify", "uglify", "build", "lodash", "unit", "test", "qunit", "nodeunit", "server", "init", "scaffold", "make", "jake", "tool" ], "latest_stable_release": "1.0.3", "latest_download_url": "https://registry.npmjs.org/grunt/-/grunt-1.0.3.tgz", "dependents_count": 37244, "dependent_repos_count": 357824, "latest_stable_release_number": "1.0.3", "latest_stable_release_published_at": "2018-06-04 00:25:11 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-01-12 13:08:51 UTC" }, { "number": "0.1.1", "published_at": "2012-01-19 15:01:53 UTC" }, { "number": "0.1.2", "published_at": "2012-01-19 15:25:39 UTC" }, { "number": "0.2.0", "published_at": "2012-01-22 17:32:05 UTC" }, { "number": "0.2.1", "published_at": "2012-01-23 01:30:52 UTC" }, { "number": "0.2.10", "published_at": "2012-02-01 02:10:18 UTC" }, { "number": "0.2.11", "published_at": "2012-02-01 04:16:44 UTC" }, { "number": "0.2.12", "published_at": "2012-02-01 19:26:26 UTC" }, { "number": "0.2.13", "published_at": "2012-02-02 00:42:32 UTC" }, { "number": "0.2.14", "published_at": "2012-02-03 13:48:26 UTC" }, { "number": "0.2.15", "published_at": "2012-02-07 21:50:00 UTC" }, { "number": "0.2.2", "published_at": "2012-01-23 01:53:20 UTC" }, { "number": "0.2.3", "published_at": "2012-01-23 22:01:15 UTC" }, { "number": "0.2.4", "published_at": "2012-01-23 22:51:11 UTC" }, { "number": "0.2.5", "published_at": "2012-01-29 22:19:53 UTC" }, { "number": "0.2.6", "published_at": "2012-01-30 03:35:13 UTC" }, { "number": "0.2.7", "published_at": "2012-01-30 19:51:24 UTC" }, { "number": "0.2.8", "published_at": "2012-01-30 21:56:15 UTC" }, { "number": "0.2.9", "published_at": "2012-01-31 14:10:02 UTC" }, { "number": "0.3.0", "published_at": "2012-03-23 19:58:45 UTC" }, { "number": "0.3.1", "published_at": "2012-03-25 18:25:20 UTC" }, { "number": "0.3.10", "published_at": "2012-06-25 19:46:29 UTC" }, { "number": "0.3.11", "published_at": "2012-06-29 18:28:55 UTC" }, { "number": "0.3.12", "published_at": "2012-07-30 21:20:05 UTC" }, { "number": "0.3.13", "published_at": "2012-08-27 18:01:05 UTC" }, { "number": "0.3.13a", "published_at": "2012-08-27 17:14:22 UTC" }, { "number": "0.3.13-a", "published_at": "2012-08-27 17:14:22 UTC" }, { "number": "0.3.14", "published_at": "2012-08-29 20:55:40 UTC" }, { "number": "0.3.15", "published_at": "2012-09-04 18:29:52 UTC" }, { "number": "0.3.16", "published_at": "2012-10-02 19:43:40 UTC" }, { "number": "0.3.17", "published_at": "2012-10-15 20:44:39 UTC" }, { "number": "0.3.2", "published_at": "2012-03-26 02:24:32 UTC" }, { "number": "0.3.3", "published_at": "2012-03-27 00:07:11 UTC" }, { "number": "0.3.4", "published_at": "2012-03-27 01:36:43 UTC" }, { "number": "0.3.5", "published_at": "2012-03-28 02:04:08 UTC" }, { "number": "0.3.6", "published_at": "2012-03-29 03:15:51 UTC" }, { "number": "0.3.7", "published_at": "2012-04-01 15:09:34 UTC" }, { "number": "0.3.8", "published_at": "2012-04-06 19:26:25 UTC" }, { "number": "0.3.9", "published_at": "2012-04-18 12:53:50 UTC" }, { "number": "0.4.0", "published_at": "2013-02-18 17:27:05 UTC" }, { "number": "0.4.0a", "published_at": "2012-12-05 15:23:27 UTC" }, { "number": "0.4.0-a", "published_at": "2012-12-05 15:23:27 UTC" }, { "number": "0.4.0rc1", "published_at": "2012-12-07 21:38:47 UTC" }, { "number": "0.4.0-rc1", "published_at": "2012-12-07 21:38:47 UTC" }, { "number": "0.4.0rc2", "published_at": "2012-12-10 20:51:01 UTC" }, { "number": "0.4.0-rc2", "published_at": "2012-12-10 20:51:01 UTC" }, { "number": "0.4.0rc3", "published_at": "2012-12-12 23:08:15 UTC" }, { "number": "0.4.0-rc3", "published_at": "2012-12-12 23:08:15 UTC" }, { "number": "0.4.0rc4", "published_at": "2012-12-17 22:17:51 UTC" }, { "number": "0.4.0-rc4", "published_at": "2012-12-17 22:17:51 UTC" }, { "number": "0.4.0rc5", "published_at": "2013-01-09 19:24:46 UTC" }, { "number": "0.4.0-rc5", "published_at": "2013-01-09 19:24:46 UTC" }, { "number": "0.4.0rc6", "published_at": "2013-01-18 15:53:19 UTC" }, { "number": "0.4.0-rc6", "published_at": "2013-01-18 15:53:19 UTC" }, { "number": "0.4.0rc7", "published_at": "2013-01-21 21:31:58 UTC" }, { "number": "0.4.0-rc7", "published_at": "2013-01-21 21:31:58 UTC" }, { "number": "0.4.0rc8", "published_at": "2013-02-14 01:07:06 UTC" }, { "number": "0.4.0-rc8", "published_at": "2013-02-14 01:07:06 UTC" }, { "number": "0.4.1", "published_at": "2013-03-13 14:17:46 UTC" }, { "number": "0.4.2", "published_at": "2013-11-21 20:52:02 UTC" }, { "number": "0.4.3", "published_at": "2014-03-07 22:00:06 UTC" }, { "number": "0.4.4", "published_at": "2014-03-12 20:28:51 UTC" }, { "number": "0.4.5", "published_at": "2014-05-12 17:45:09 UTC" }, { "number": "1.0.0", "published_at": "2016-04-04 23:26:54 UTC" }, { "number": "1.0.0-rc1", "published_at": "2016-02-11 18:06:41 UTC" }, { "number": "1.0.1", "published_at": "2016-04-05 18:16:49 UTC" }, { "number": "1.0.2", "published_at": "2018-02-07 21:43:31 UTC" }, { "number": "1.0.3", "published_at": "2018-06-04 00:25:11 UTC" } ] }, { "name": "grunt-newer", "platform": "NPM", "description": "Run Grunt tasks with only those source files modified since the last successful run.", "homepage": "https://github.com/tschaub/grunt-newer", "repository_url": "https://github.com/tschaub/grunt-newer", "normalized_licenses": [ "MIT" ], "rank": 23, "latest_release_published_at": "2017-04-12 01:02:29 UTC", "latest_release_number": "1.3.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-newer", "stars": 978, "forks": 54, "keywords": [ "files", "grunt", "gruntplugin", "newer" ], "latest_stable_release": "1.3.0", "latest_download_url": "https://registry.npmjs.org/grunt-newer/-/grunt-newer-1.3.0.tgz", "dependents_count": 883, "dependent_repos_count": 35134, "latest_stable_release_number": "1.3.0", "latest_stable_release_published_at": "2017-04-12 01:02:29 UTC", "versions": [ { "number": "0.1.0", "published_at": "2013-08-27 06:54:02 UTC" }, { "number": "0.2.0", "published_at": "2013-08-27 20:49:33 UTC" }, { "number": "0.3.1", "published_at": "2013-09-03 06:30:52 UTC" }, { "number": "0.4.0", "published_at": "2013-09-05 22:27:58 UTC" }, { "number": "0.4.1", "published_at": "2013-09-07 00:34:06 UTC" }, { "number": "0.5.0", "published_at": "2013-09-07 14:47:02 UTC" }, { "number": "0.5.1", "published_at": "2013-09-13 17:38:28 UTC" }, { "number": "0.5.2", "published_at": "2013-09-19 11:47:58 UTC" }, { "number": "0.5.3", "published_at": "2013-09-21 21:07:59 UTC" }, { "number": "0.5.4", "published_at": "2013-09-26 15:51:58 UTC" }, { "number": "0.6.0", "published_at": "2013-11-18 04:47:13 UTC" }, { "number": "0.6.1", "published_at": "2014-01-13 17:06:33 UTC" }, { "number": "0.7.0", "published_at": "2014-03-15 20:49:41 UTC" }, { "number": "0.8.0", "published_at": "2014-10-21 23:37:00 UTC" }, { "number": "1.0.0", "published_at": "2015-01-08 07:47:42 UTC" }, { "number": "1.1.0", "published_at": "2015-01-09 17:20:49 UTC" }, { "number": "1.1.1", "published_at": "2015-06-11 16:10:15 UTC" }, { "number": "1.1.2", "published_at": "2016-02-12 14:12:06 UTC" }, { "number": "1.2.0", "published_at": "2016-04-13 15:20:03 UTC" }, { "number": "1.3.0", "published_at": "2017-04-12 01:02:29 UTC" } ] }, { "name": "jit-grunt", "platform": "NPM", "description": "JIT plugin loader for Grunt.", "homepage": "https://github.com/shootaroo/jit-grunt", "repository_url": "https://github.com/shootaroo/jit-grunt", "normalized_licenses": [ "MIT" ], "rank": 22, "latest_release_published_at": "2016-02-23 14:31:34 UTC", "latest_release_number": "0.10.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/jit-grunt", "stars": 509, "forks": 35, "keywords": [ "grunt", "gruntplugin", "jit", "loader" ], "latest_stable_release": "0.10.0", "latest_download_url": "https://registry.npmjs.org/jit-grunt/-/jit-grunt-0.10.0.tgz", "dependents_count": 662, "dependent_repos_count": 15403, "latest_stable_release_number": "0.10.0", "latest_stable_release_published_at": "2016-02-23 14:31:34 UTC", "versions": [ { "number": "0.0.1", "published_at": "2013-12-20 09:06:30 UTC" }, { "number": "0.0.2", "published_at": "2013-12-20 10:05:34 UTC" }, { "number": "0.1.0", "published_at": "2013-12-22 11:51:28 UTC" }, { "number": "0.10.0", "published_at": "2016-02-23 14:31:34 UTC" }, { "number": "0.1.1", "published_at": "2013-12-22 15:31:29 UTC" }, { "number": "0.1.2", "published_at": "2013-12-24 06:26:04 UTC" }, { "number": "0.2.0", "published_at": "2014-01-13 11:43:45 UTC" }, { "number": "0.2.1", "published_at": "2014-01-23 02:03:55 UTC" }, { "number": "0.2.2", "published_at": "2014-02-22 11:56:12 UTC" }, { "number": "0.2.3", "published_at": "2014-02-27 14:49:04 UTC" }, { "number": "0.3.0", "published_at": "2014-03-17 12:09:47 UTC" }, { "number": "0.3.1", "published_at": "2014-03-17 12:57:33 UTC" }, { "number": "0.3.2", "published_at": "2014-03-17 13:24:12 UTC" }, { "number": "0.4.0", "published_at": "2014-04-08 17:53:36 UTC" }, { "number": "0.4.1", "published_at": "2014-04-09 14:23:33 UTC" }, { "number": "0.4.2", "published_at": "2014-04-14 13:05:01 UTC" }, { "number": "0.5.0", "published_at": "2014-04-14 14:18:54 UTC" }, { "number": "0.6.0", "published_at": "2014-05-08 06:01:09 UTC" }, { "number": "0.7.0", "published_at": "2014-05-19 14:57:45 UTC" }, { "number": "0.7.1", "published_at": "2014-08-06 16:05:01 UTC" }, { "number": "0.8.0", "published_at": "2014-08-06 18:25:16 UTC" }, { "number": "0.9.0", "published_at": "2014-10-15 14:48:36 UTC" }, { "number": "0.9.1", "published_at": "2015-02-02 01:09:32 UTC" } ] }, { "name": "grunt", "platform": "Bower", "description": "Grunt: The JavaScript Task Runner", "homepage": "http://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt.git", "normalized_licenses": [ "Other" ], "rank": 15, "latest_release_published_at": "2018-06-04 00:25:09 UTC", "latest_release_number": "v1.0.3", "language": "JavaScript", "status": null, "package_manager_url": null, "stars": 11907, "forks": 1542, "keywords": [ ], "latest_stable_release": "v1.0.3", "latest_download_url": null, "dependents_count": 0, "dependent_repos_count": 672, "latest_stable_release_number": "v1.0.3", "latest_stable_release_published_at": "2018-06-04 00:25:09 UTC", "versions": [ ] }, { "name": "grunt-karma", "platform": "NPM", "description": "grunt plugin for karma test runner", "homepage": "https://github.com/karma-runner/grunt-karma", "repository_url": "https://github.com/karma-runner/grunt-karma", "normalized_licenses": [ "MIT" ], "rank": 25, "latest_release_published_at": "2018-11-24 01:08:23 UTC", "latest_release_number": "3.0.1", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-karma", "stars": 471, "forks": 123, "keywords": [ "gruntplugin", "karma", "grunt", "test", "unit", "runner", "TDD" ], "latest_stable_release": "3.0.1", "latest_download_url": "https://registry.npmjs.org/grunt-karma/-/grunt-karma-3.0.1.tgz", "dependents_count": 2744, "dependent_repos_count": 52600, "latest_stable_release_number": "3.0.1", "latest_stable_release_published_at": "2018-11-24 01:08:23 UTC", "versions": [ { "number": "0.10.0", "published_at": "2015-01-09 00:40:45 UTC" }, { "number": "0.10.1", "published_at": "2015-01-09 10:28:04 UTC" }, { "number": "0.11.0", "published_at": "2015-05-28 20:07:54 UTC" }, { "number": "0.11.1", "published_at": "2015-06-19 20:32:01 UTC" }, { "number": "0.11.2", "published_at": "2015-06-29 20:39:08 UTC" }, { "number": "0.12.0", "published_at": "2015-07-16 10:38:28 UTC" }, { "number": "0.12.1", "published_at": "2015-09-09 12:13:03 UTC" }, { "number": "0.12.2", "published_at": "2016-03-17 20:29:18 UTC" }, { "number": "0.3.0", "published_at": "2013-03-19 19:18:31 UTC" }, { "number": "0.4.0", "published_at": "2013-04-01 21:54:08 UTC" }, { "number": "0.4.1", "published_at": "2013-04-03 05:58:48 UTC" }, { "number": "0.4.2", "published_at": "2013-04-04 07:56:22 UTC" }, { "number": "0.4.3", "published_at": "2013-04-06 03:54:57 UTC" }, { "number": "0.4.4", "published_at": "2013-04-22 06:17:20 UTC" }, { "number": "0.4.5", "published_at": "2013-06-24 04:03:49 UTC" }, { "number": "0.4.6", "published_at": "2013-08-06 08:27:25 UTC" }, { "number": "0.5.0", "published_at": "2013-06-14 02:00:41 UTC" }, { "number": "0.5.1", "published_at": "2013-08-05 21:06:48 UTC" }, { "number": "0.5.2", "published_at": "2013-08-06 08:21:11 UTC" }, { "number": "0.5.3", "published_at": "2013-08-06 08:41:44 UTC" }, { "number": "0.5.4", "published_at": "2013-08-06 16:31:13 UTC" }, { "number": "0.6.0", "published_at": "2013-08-06 17:21:51 UTC" }, { "number": "0.6.1", "published_at": "2013-08-06 17:23:28 UTC" }, { "number": "0.6.2", "published_at": "2013-08-26 20:45:49 UTC" }, { "number": "0.7.0", "published_at": "2013-08-06 17:27:35 UTC" }, { "number": "0.7.1", "published_at": "2013-08-26 20:48:44 UTC" }, { "number": "0.7.2", "published_at": "2013-12-06 11:05:51 UTC" }, { "number": "0.7.3", "published_at": "2014-03-11 12:13:45 UTC" }, { "number": "0.8.0", "published_at": "2014-03-11 12:16:11 UTC" }, { "number": "0.8.1", "published_at": "2014-03-14 11:05:58 UTC" }, { "number": "0.8.2", "published_at": "2014-03-14 11:11:50 UTC" }, { "number": "0.8.3", "published_at": "2014-04-28 09:39:59 UTC" }, { "number": "0.9.0", "published_at": "2014-09-04 11:46:53 UTC" }, { "number": "1.0.0", "published_at": "2016-05-03 17:32:08 UTC" }, { "number": "2.0.0", "published_at": "2016-05-26 09:28:52 UTC" }, { "number": "3.0.0", "published_at": "2018-09-08 15:17:01 UTC" }, { "number": "3.0.1", "published_at": "2018-11-24 01:08:23 UTC" } ] }, { "name": "grunt-exec", "platform": "NPM", "description": "Grunt task for executing shell commands.", "homepage": "https://github.com/jharding/grunt-exec", "repository_url": "https://github.com/jharding/grunt-exec", "normalized_licenses": [ "MIT" ], "rank": 21, "latest_release_published_at": "2017-07-27 15:54:02 UTC", "latest_release_number": "3.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-exec", "stars": 254, "forks": 50, "keywords": [ "grunt", "gruntplugin", "shell", "exec", "execute", "spawn" ], "latest_stable_release": "3.0.0", "latest_download_url": "https://registry.npmjs.org/grunt-exec/-/grunt-exec-3.0.0.tgz", "dependents_count": 1233, "dependent_repos_count": 30940, "latest_stable_release_number": "3.0.0", "latest_stable_release_published_at": "2017-07-27 15:54:02 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-04-08 11:19:35 UTC" }, { "number": "0.1.1", "published_at": "2012-04-16 22:36:50 UTC" }, { "number": "0.2.0", "published_at": "2012-08-24 06:19:06 UTC" }, { "number": "0.2.1", "published_at": "2012-09-15 06:18:33 UTC" }, { "number": "0.3.0", "published_at": "2012-09-15 06:46:43 UTC" }, { "number": "0.4.0", "published_at": "2013-02-18 19:52:59 UTC" }, { "number": "0.4.0rc1", "published_at": "2013-02-18 19:48:53 UTC" }, { "number": "0.4.0-rc1", "published_at": "2014-02-12 18:52:08 UTC" }, { "number": "0.4.1", "published_at": "2013-05-24 23:24:20 UTC" }, { "number": "0.4.2", "published_at": "2013-06-25 00:10:55 UTC" }, { "number": "0.4.3", "published_at": "2014-02-14 01:53:58 UTC" }, { "number": "0.4.4", "published_at": "2014-02-11 19:25:05 UTC" }, { "number": "0.4.5", "published_at": "2014-02-14 00:47:22 UTC" }, { "number": "0.4.6", "published_at": "2014-07-15 07:36:01 UTC" }, { "number": "0.4.7", "published_at": "2016-05-12 02:51:44 UTC" }, { "number": "0.4.7-0", "published_at": "2016-05-12 02:32:50 UTC" }, { "number": "1.0.0", "published_at": "2016-06-15 16:06:23 UTC" }, { "number": "1.0.1", "published_at": "2016-09-18 15:45:05 UTC" }, { "number": "2.0.0", "published_at": "2017-03-02 15:17:18 UTC" }, { "number": "2.0.0-alpha.0", "published_at": "2017-01-09 16:26:13 UTC" }, { "number": "2.0.0-alpha.1", "published_at": "2017-01-09 16:40:43 UTC" }, { "number": "2.0.0-alpha.2", "published_at": "2017-01-10 14:39:40 UTC" }, { "number": "3.0.0", "published_at": "2017-07-27 15:54:02 UTC" } ] }, { "name": "grunt-wiredep", "platform": "NPM", "description": "Inject your Bower dependencies right into your HTML from Grunt.", "homepage": "http://stephenplusplus.github.io/grunt-wiredep", "repository_url": "https://github.com/stephenplusplus/grunt-wiredep", "normalized_licenses": [ "MIT" ], "rank": 21, "latest_release_published_at": "2016-04-12 05:01:06 UTC", "latest_release_number": "3.0.1", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-wiredep", "stars": 900, "forks": 87, "keywords": [ "gruntplugin", "html", "grunt", "bower", "package", "wiredep", "dependency", "component", "postinstall" ], "latest_stable_release": "3.0.1", "latest_download_url": "https://registry.npmjs.org/grunt-wiredep/-/grunt-wiredep-3.0.1.tgz", "dependents_count": 220, "dependent_repos_count": 22410, "latest_stable_release_number": "3.0.1", "latest_stable_release_published_at": "2016-04-12 05:01:06 UTC", "versions": [ { "number": "1.7.0", "published_at": "2014-05-13 19:50:36 UTC" }, { "number": "1.7.1", "published_at": "2014-06-07 14:03:33 UTC" }, { "number": "1.8.0", "published_at": "2014-06-11 15:27:56 UTC" }, { "number": "1.9.0", "published_at": "2014-09-06 17:39:12 UTC" }, { "number": "2.0.0", "published_at": "2014-11-24 15:32:26 UTC" }, { "number": "3.0.0", "published_at": "2016-04-04 21:38:34 UTC" }, { "number": "3.0.1", "published_at": "2016-04-12 05:01:06 UTC" } ] }, { "name": "grunt-cli", "platform": "NPM", "description": "The grunt command line interface", "homepage": "https://github.com/gruntjs/grunt-cli", "repository_url": "https://github.com/gruntjs/grunt-cli", "normalized_licenses": [ "MIT" ], "rank": 26, "latest_release_published_at": "2018-11-04 19:29:37 UTC", "latest_release_number": "1.3.2", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-cli", "stars": 677, "forks": 231, "keywords": [ ], "latest_stable_release": "1.3.2", "latest_download_url": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.3.2.tgz", "dependents_count": 8905, "dependent_repos_count": 77168, "latest_stable_release_number": "1.3.2", "latest_stable_release_published_at": "2018-11-04 19:29:37 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-11-02 20:37:14 UTC" }, { "number": "0.1.1", "published_at": "2012-11-19 16:19:25 UTC" }, { "number": "0.1.10", "published_at": "2013-11-04 16:28:09 UTC" }, { "number": "0.1.11", "published_at": "2013-11-10 20:48:08 UTC" }, { "number": "0.1.12", "published_at": "2014-01-22 19:21:58 UTC" }, { "number": "0.1.13", "published_at": "2014-01-24 14:30:10 UTC" }, { "number": "0.1.2", "published_at": "2012-12-07 21:41:59 UTC" }, { "number": "0.1.3", "published_at": "2012-12-11 17:59:11 UTC" }, { "number": "0.1.4", "published_at": "2012-12-12 23:00:56 UTC" }, { "number": "0.1.5", "published_at": "2012-12-18 16:53:01 UTC" }, { "number": "0.1.6", "published_at": "2012-12-19 19:19:48 UTC" }, { "number": "0.1.7", "published_at": "2013-03-31 15:26:45 UTC" }, { "number": "0.1.8", "published_at": "2013-05-06 12:01:00 UTC" }, { "number": "0.1.9", "published_at": "2013-05-26 16:42:40 UTC" }, { "number": "1.0.0", "published_at": "2016-03-21 22:39:14 UTC" }, { "number": "1.0.0-rc1", "published_at": "2016-02-11 17:05:21 UTC" }, { "number": "1.0.1", "published_at": "2016-03-22 15:46:45 UTC" }, { "number": "1.1.0", "published_at": "2016-03-23 03:08:35 UTC" }, { "number": "1.2.0", "published_at": "2016-04-02 00:53:56 UTC" }, { "number": "1.3.0", "published_at": "2018-08-16 00:07:06 UTC" }, { "number": "1.3.1", "published_at": "2018-08-19 03:56:33 UTC" }, { "number": "1.3.2", "published_at": "2018-11-04 19:29:37 UTC" } ] }, { "name": "grunt-coveralls", "platform": "NPM", "description": "Grunt task to load coverage results and submit them to Coveralls.io", "homepage": "https://github.com/pimterry/grunt-coveralls", "repository_url": "https://github.com/pimterry/grunt-coveralls", "normalized_licenses": [ "MIT" ], "rank": 21, "latest_release_published_at": "2018-03-18 20:04:14 UTC", "latest_release_number": "2.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-coveralls", "stars": 47, "forks": 12, "keywords": [ "gruntplugin", "coverage", "coveralls", "grunt", "lcov", "grunt-plugins", "grunt-task", "javascript" ], "latest_stable_release": "2.0.0", "latest_download_url": "https://registry.npmjs.org/grunt-coveralls/-/grunt-coveralls-2.0.0.tgz", "dependents_count": 591, "dependent_repos_count": 2943, "latest_stable_release_number": "2.0.0", "latest_stable_release_published_at": "2018-03-18 20:04:14 UTC", "versions": [ { "number": "0.1.0", "published_at": "2013-12-28 01:20:08 UTC" }, { "number": "0.2.0", "published_at": "2014-01-12 17:38:28 UTC" }, { "number": "0.3.0", "published_at": "2014-01-28 09:07:56 UTC" }, { "number": "1.0.0", "published_at": "2014-08-03 11:38:32 UTC" }, { "number": "1.0.1", "published_at": "2016-04-30 12:27:20 UTC" }, { "number": "2.0.0", "published_at": "2018-03-18 20:04:14 UTC" } ] }, { "name": "load-grunt-tasks", "platform": "NPM", "description": "Load multiple grunt tasks using globbing patterns", "homepage": "https://github.com/sindresorhus/load-grunt-tasks", "repository_url": "https://github.com/sindresorhus/load-grunt-tasks", "normalized_licenses": [ "MIT" ], "rank": 25, "latest_release_published_at": "2018-05-07 17:48:32 UTC", "latest_release_number": "4.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/load-grunt-tasks", "stars": 954, "forks": 61, "keywords": [ "dependencies", "glob", "grunt", "load", "match", "matchdep", "pattern", "require", "tasks" ], "latest_stable_release": "4.0.0", "latest_download_url": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-4.0.0.tgz", "dependents_count": 7123, "dependent_repos_count": 100855, "latest_stable_release_number": "4.0.0", "latest_stable_release_published_at": "2018-05-07 17:48:32 UTC", "versions": [ { "number": "0.1.0", "published_at": "2013-08-15 20:36:00 UTC" }, { "number": "0.1.1", "published_at": "2013-10-16 15:42:32 UTC" }, { "number": "0.1.2", "published_at": "2013-10-16 17:44:17 UTC" }, { "number": "0.1.3", "published_at": "2013-10-25 21:42:36 UTC" }, { "number": "0.2.0", "published_at": "2013-10-25 21:43:44 UTC" }, { "number": "0.2.1", "published_at": "2013-12-17 15:57:28 UTC" }, { "number": "0.3.0", "published_at": "2014-01-25 19:32:36 UTC" }, { "number": "0.4.0", "published_at": "2014-02-25 20:02:20 UTC" }, { "number": "0.5.0", "published_at": "2014-06-10 20:32:50 UTC" }, { "number": "0.6.0", "published_at": "2014-06-21 01:13:33 UTC" }, { "number": "1.0.0", "published_at": "2014-10-22 23:14:21 UTC" }, { "number": "2.0.0", "published_at": "2014-12-22 17:09:19 UTC" }, { "number": "3.0.0", "published_at": "2015-01-22 22:27:53 UTC" }, { "number": "3.1.0", "published_at": "2015-01-29 08:57:16 UTC" }, { "number": "3.2.0", "published_at": "2015-05-21 18:16:20 UTC" }, { "number": "3.3.0", "published_at": "2015-09-21 10:52:17 UTC" }, { "number": "3.4.0", "published_at": "2015-12-19 17:27:06 UTC" }, { "number": "3.4.1", "published_at": "2016-03-01 06:28:05 UTC" }, { "number": "3.5.0", "published_at": "2016-04-08 08:35:58 UTC" }, { "number": "3.5.1", "published_at": "2016-08-12 23:34:49 UTC" }, { "number": "3.5.2", "published_at": "2016-08-12 23:50:12 UTC" }, { "number": "4.0.0", "published_at": "2018-05-07 17:48:32 UTC" } ] } ]
Get info for a repository. Currently only works for open source repositories.
GET https://libraries.io/api/github/:owner/:name?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/gruntjs/grunt?api_key=YOUR_API_KEY
{ "full_name": "gruntjs/grunt", "description": "Grunt: The JavaScript Task Runner", "fork": false, "created_at": "2011-09-21 15:16:20 UTC", "updated_at": "2018-12-23 08:49:48 UTC", "pushed_at": "2018-09-07 19:23:29 UTC", "homepage": "http://gruntjs.com/", "size": 2672, "stargazers_count": 11907, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 1542, "mirror_url": null, "open_issues_count": 135, "default_branch": "master", "subscribers_count": 552, "uuid": "2430537", "source_name": null, "license": "Other", "private": false, "contributions_count": 69, "has_readme": "README.md", "has_changelog": "CHANGELOG", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-02-13 12:18:28 UTC", "rank": 25, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 69, "github_id": "2430537" }
Get a list of dependencies for a repositories. Currently only works for open source repositories.
GET https://libraries.io/api/github/:owner/:name/dependencies?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/gruntjs/grunt/dependencies?api_key=YOUR_API_KEY
{ "id": 10179, "full_name": "gruntjs/grunt", "description": "Grunt: The JavaScript Task Runner", "fork": false, "created_at": "2011-09-21 15:16:20 UTC", "updated_at": "2018-12-23 08:49:48 UTC", "pushed_at": "2018-09-07 19:23:29 UTC", "homepage": "http://gruntjs.com/", "size": 2672, "stargazers_count": 11907, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 1542, "mirror_url": null, "open_issues_count": 135, "default_branch": "master", "subscribers_count": 552, "uuid": "2430537", "source_name": null, "license": "Other", "repository_organisation_id": 1009, "private": false, "contributions_count": 69, "has_readme": "README.md", "has_changelog": "CHANGELOG", "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-02-13 12:18:28 UTC", "rank": 25, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "repository_user_id": null, "keywords": [ ], "dependencies": [ "#<DependencySerializer:0x00007f26eed6f4b8>", "#<DependencySerializer:0x00007f26eed6f440>", "#<DependencySerializer:0x00007f26eed6f3f0>", "#<DependencySerializer:0x00007f26eed6f3a0>", "#<DependencySerializer:0x00007f26eed6f350>", "#<DependencySerializer:0x00007f26eed6f300>", "#<DependencySerializer:0x00007f26eed6f2b0>", "#<DependencySerializer:0x00007f26eed6f1e8>", "#<DependencySerializer:0x00007f26eed6f198>", "#<DependencySerializer:0x00007f26eed6f148>", "#<DependencySerializer:0x00007f26eed6f0f8>", "#<DependencySerializer:0x00007f26eed6f080>", "#<DependencySerializer:0x00007f26eed6f030>", "#<DependencySerializer:0x00007f26eed6efe0>", "#<DependencySerializer:0x00007f26eed6ef90>", "#<DependencySerializer:0x00007f26eed6ef40>", "#<DependencySerializer:0x00007f26eed6eef0>", "#<DependencySerializer:0x00007f26eed6eea0>", "#<DependencySerializer:0x00007f26eed6ee50>", "#<DependencySerializer:0x00007f26eed6ee00>", "#<DependencySerializer:0x00007f26eed6edb0>", "#<DependencySerializer:0x00007f26eed6ed60>", "#<DependencySerializer:0x00007f26eed6ed10>", "#<DependencySerializer:0x00007f26eed6ec98>", "#<DependencySerializer:0x00007f26eed6ec48>", "#<DependencySerializer:0x00007f26eed6ebf8>", "#<DependencySerializer:0x00007f26eed6eba8>", "#<DependencySerializer:0x00007f26eed6eb58>", "#<DependencySerializer:0x00007f26eed6eb08>", "#<DependencySerializer:0x00007f26eed6eab8>", "#<DependencySerializer:0x00007f26eed6ea68>", "#<DependencySerializer:0x00007f26eed6ea18>" ] }
Get a list of packages referencing the given repository.
GET https://libraries.io/api/github/:owner/:name/projects?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/gruntjs/grunt/projects?api_key=YOUR_API_KEY
[ { "name": "grunt", "platform": "NPM", "description": "The JavaScript Task Runner", "homepage": "https://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt", "normalized_licenses": [ "MIT" ], "rank": 29, "latest_release_published_at": "2018-06-04 00:25:11 UTC", "latest_release_number": "1.0.3", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt", "stars": 11907, "forks": 1542, "keywords": [ "task", "async", "cli", "minify", "uglify", "build", "lodash", "unit", "test", "qunit", "nodeunit", "server", "init", "scaffold", "make", "jake", "tool" ], "latest_stable_release": "1.0.3", "latest_download_url": "https://registry.npmjs.org/grunt/-/grunt-1.0.3.tgz", "dependents_count": 37244, "dependent_repos_count": 357824, "latest_stable_release_number": "1.0.3", "latest_stable_release_published_at": "2018-06-04 00:25:11 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-01-12 13:08:51 UTC" }, { "number": "0.1.1", "published_at": "2012-01-19 15:01:53 UTC" }, { "number": "0.1.2", "published_at": "2012-01-19 15:25:39 UTC" }, { "number": "0.2.0", "published_at": "2012-01-22 17:32:05 UTC" }, { "number": "0.2.1", "published_at": "2012-01-23 01:30:52 UTC" }, { "number": "0.2.10", "published_at": "2012-02-01 02:10:18 UTC" }, { "number": "0.2.11", "published_at": "2012-02-01 04:16:44 UTC" }, { "number": "0.2.12", "published_at": "2012-02-01 19:26:26 UTC" }, { "number": "0.2.13", "published_at": "2012-02-02 00:42:32 UTC" }, { "number": "0.2.14", "published_at": "2012-02-03 13:48:26 UTC" }, { "number": "0.2.15", "published_at": "2012-02-07 21:50:00 UTC" }, { "number": "0.2.2", "published_at": "2012-01-23 01:53:20 UTC" }, { "number": "0.2.3", "published_at": "2012-01-23 22:01:15 UTC" }, { "number": "0.2.4", "published_at": "2012-01-23 22:51:11 UTC" }, { "number": "0.2.5", "published_at": "2012-01-29 22:19:53 UTC" }, { "number": "0.2.6", "published_at": "2012-01-30 03:35:13 UTC" }, { "number": "0.2.7", "published_at": "2012-01-30 19:51:24 UTC" }, { "number": "0.2.8", "published_at": "2012-01-30 21:56:15 UTC" }, { "number": "0.2.9", "published_at": "2012-01-31 14:10:02 UTC" }, { "number": "0.3.0", "published_at": "2012-03-23 19:58:45 UTC" }, { "number": "0.3.1", "published_at": "2012-03-25 18:25:20 UTC" }, { "number": "0.3.10", "published_at": "2012-06-25 19:46:29 UTC" }, { "number": "0.3.11", "published_at": "2012-06-29 18:28:55 UTC" }, { "number": "0.3.12", "published_at": "2012-07-30 21:20:05 UTC" }, { "number": "0.3.13", "published_at": "2012-08-27 18:01:05 UTC" }, { "number": "0.3.13a", "published_at": "2012-08-27 17:14:22 UTC" }, { "number": "0.3.13-a", "published_at": "2012-08-27 17:14:22 UTC" }, { "number": "0.3.14", "published_at": "2012-08-29 20:55:40 UTC" }, { "number": "0.3.15", "published_at": "2012-09-04 18:29:52 UTC" }, { "number": "0.3.16", "published_at": "2012-10-02 19:43:40 UTC" }, { "number": "0.3.17", "published_at": "2012-10-15 20:44:39 UTC" }, { "number": "0.3.2", "published_at": "2012-03-26 02:24:32 UTC" }, { "number": "0.3.3", "published_at": "2012-03-27 00:07:11 UTC" }, { "number": "0.3.4", "published_at": "2012-03-27 01:36:43 UTC" }, { "number": "0.3.5", "published_at": "2012-03-28 02:04:08 UTC" }, { "number": "0.3.6", "published_at": "2012-03-29 03:15:51 UTC" }, { "number": "0.3.7", "published_at": "2012-04-01 15:09:34 UTC" }, { "number": "0.3.8", "published_at": "2012-04-06 19:26:25 UTC" }, { "number": "0.3.9", "published_at": "2012-04-18 12:53:50 UTC" }, { "number": "0.4.0", "published_at": "2013-02-18 17:27:05 UTC" }, { "number": "0.4.0a", "published_at": "2012-12-05 15:23:27 UTC" }, { "number": "0.4.0-a", "published_at": "2012-12-05 15:23:27 UTC" }, { "number": "0.4.0rc1", "published_at": "2012-12-07 21:38:47 UTC" }, { "number": "0.4.0-rc1", "published_at": "2012-12-07 21:38:47 UTC" }, { "number": "0.4.0rc2", "published_at": "2012-12-10 20:51:01 UTC" }, { "number": "0.4.0-rc2", "published_at": "2012-12-10 20:51:01 UTC" }, { "number": "0.4.0rc3", "published_at": "2012-12-12 23:08:15 UTC" }, { "number": "0.4.0-rc3", "published_at": "2012-12-12 23:08:15 UTC" }, { "number": "0.4.0rc4", "published_at": "2012-12-17 22:17:51 UTC" }, { "number": "0.4.0-rc4", "published_at": "2012-12-17 22:17:51 UTC" }, { "number": "0.4.0rc5", "published_at": "2013-01-09 19:24:46 UTC" }, { "number": "0.4.0-rc5", "published_at": "2013-01-09 19:24:46 UTC" }, { "number": "0.4.0rc6", "published_at": "2013-01-18 15:53:19 UTC" }, { "number": "0.4.0-rc6", "published_at": "2013-01-18 15:53:19 UTC" }, { "number": "0.4.0rc7", "published_at": "2013-01-21 21:31:58 UTC" }, { "number": "0.4.0-rc7", "published_at": "2013-01-21 21:31:58 UTC" }, { "number": "0.4.0rc8", "published_at": "2013-02-14 01:07:06 UTC" }, { "number": "0.4.0-rc8", "published_at": "2013-02-14 01:07:06 UTC" }, { "number": "0.4.1", "published_at": "2013-03-13 14:17:46 UTC" }, { "number": "0.4.2", "published_at": "2013-11-21 20:52:02 UTC" }, { "number": "0.4.3", "published_at": "2014-03-07 22:00:06 UTC" }, { "number": "0.4.4", "published_at": "2014-03-12 20:28:51 UTC" }, { "number": "0.4.5", "published_at": "2014-05-12 17:45:09 UTC" }, { "number": "1.0.0", "published_at": "2016-04-04 23:26:54 UTC" }, { "number": "1.0.0-rc1", "published_at": "2016-02-11 18:06:41 UTC" }, { "number": "1.0.1", "published_at": "2016-04-05 18:16:49 UTC" }, { "number": "1.0.2", "published_at": "2018-02-07 21:43:31 UTC" }, { "number": "1.0.3", "published_at": "2018-06-04 00:25:11 UTC" } ] }, { "name": "grunt", "platform": "Bower", "description": "Grunt: The JavaScript Task Runner", "homepage": "http://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt.git", "normalized_licenses": [ "Other" ], "rank": 15, "latest_release_published_at": "2018-06-04 00:25:09 UTC", "latest_release_number": "v1.0.3", "language": "JavaScript", "status": null, "package_manager_url": null, "stars": 11907, "forks": 1542, "keywords": [ ], "latest_stable_release": "v1.0.3", "latest_download_url": null, "dependents_count": 0, "dependent_repos_count": 672, "latest_stable_release_number": "v1.0.3", "latest_stable_release_published_at": "2018-06-04 00:25:09 UTC", "versions": [ ] }, { "name": "dorkq", "platform": "NPM", "description": "The JavaScript Task Runner", "homepage": "http://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt", "normalized_licenses": [ "Other" ], "rank": 13, "latest_release_published_at": "2013-10-29 21:06:27 UTC", "latest_release_number": "1.0.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/dorkq", "stars": 11907, "forks": 1542, "keywords": [ "dorkq", "grunt" ], "latest_stable_release": "1.0.0", "latest_download_url": "https://registry.npmjs.org/dorkq/-/dorkq-1.0.0.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.0", "latest_stable_release_published_at": "2013-10-29 21:06:27 UTC", "versions": [ { "number": "0.0.0", "published_at": "2013-10-29 19:41:04 UTC" }, { "number": "0.0.1", "published_at": "2013-10-29 19:49:16 UTC" }, { "number": "1.0.0", "published_at": "2013-10-29 21:06:27 UTC" } ] }, { "name": "grunt", "platform": "Jam", "description": "The JavaScript Task Runner", "homepage": "http://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt", "normalized_licenses": [ "MIT" ], "rank": 12, "latest_release_published_at": "2013-04-03 12:37:44 UTC", "latest_release_number": "0.4.1", "language": "JavaScript", "status": null, "package_manager_url": null, "stars": 11907, "forks": 1542, "keywords": [ "task", "async", "cli", "minify", "uglify", "build", "lodash", "unit", "test", "qunit", "nodeunit", "server", "init", "scaffold", "make", "jake", "tool" ], "latest_stable_release": "0.4.1", "latest_download_url": null, "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.4.1", "latest_stable_release_published_at": "2013-04-03 12:37:44 UTC", "versions": [ { "number": "0.4.1", "published_at": "2013-04-03 12:37:44 UTC" } ] }, { "name": "my-first-program", "platform": "NPM", "description": "The JavaScript Task Runner", "homepage": "http://gruntjs.com/", "repository_url": "https://github.com/gruntjs/grunt", "normalized_licenses": [ "ISC" ], "rank": 11, "latest_release_published_at": "2015-04-08 08:06:47 UTC", "latest_release_number": "0.4.5", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/my-first-program", "stars": 11907, "forks": 1542, "keywords": [ "task", "async", "cli", "minify", "uglify", "build", "lodash", "unit", "test", "qunit", "nodeunit", "server", "init", "scaffold", "make", "jake", "tool" ], "latest_stable_release": "0.4.5", "latest_download_url": "https://registry.npmjs.org/my-first-program/-/my-first-program-0.4.5.tgz", "dependents_count": 1, "dependent_repos_count": 0, "latest_stable_release_number": "0.4.5", "latest_stable_release_published_at": "2015-04-08 08:06:47 UTC", "versions": [ { "number": "0.4.5", "published_at": "2015-04-08 08:06:47 UTC" } ] } ]
Get information for a given user or organization.
GET https://libraries.io/api/github/:login?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/andrew?api_key=YOUR_API_KEY
{ "id": 10639, "uuid": "1060", "login": "andrew", "user_type": "User", "created_at": "2015-01-27 07:05:17 UTC", "updated_at": "2018-12-24 17:31:50 UTC", "name": "Andrew Nesbitt", "company": "@octobox ", "blog": "http://nesbitt.io", "location": "Somerset, UK", "hidden": false, "last_synced_at": "2017-04-18 11:02:01 UTC", "email": null, "bio": "@Octobox, @24pullrequests, @themanifest and @splitrb", "followers": 1162, "following": 2819, "host_type": "GitHub" }
Get repositories owned by a user.
GET https://libraries.io/api/github/:login/repositories?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/librariesio/repositories?api_key=YOUR_API_KEY
[ { "full_name": "andrew/node-xbox-controller", "description": ":video_game: [UNMAINTAINED] Interface for Xbox 360 game controller into Node.js", "fork": false, "created_at": "2012-12-29 09:49:37 UTC", "updated_at": "2019-01-05 20:07:59 UTC", "pushed_at": "2018-02-14 12:52:07 UTC", "homepage": "http://libraries.io/npm/xbox-controller", "size": 80, "stargazers_count": 235, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 43, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 13, "uuid": "7365013", "source_name": null, "license": "MIT", "private": false, "contributions_count": 14, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2019-01-05 20:07:59 UTC", "rank": 4, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "controller", "gamepad", "nodejs", "xbox-controller", "xbox360" ], "github_contributions_count": 14, "github_id": "7365013" }, { "full_name": "andrew/gitballs", "description": ":8ball: storing multiple tarballs in git to save space", "fork": false, "created_at": "2016-08-21 10:48:39 UTC", "updated_at": "2019-01-11 11:04:30 UTC", "pushed_at": "2019-01-11 11:03:48 UTC", "homepage": null, "size": 17, "stargazers_count": 14, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "open_issues_count": 1, "default_branch": "master", "subscribers_count": 1, "uuid": "66193855", "source_name": null, "license": "MIT", "private": false, "contributions_count": 2, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE.txt", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-01-11 11:04:30 UTC", "rank": 4, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 2, "github_id": "66193855" }, { "full_name": "andrew/nesbitt.io", "description": ":house_with_garden: My Homepage", "fork": false, "created_at": "2012-04-07 08:44:36 UTC", "updated_at": "2018-12-12 13:56:27 UTC", "pushed_at": "2018-12-12 13:56:26 UTC", "homepage": "http://nesbitt.io", "size": 2285, "stargazers_count": 2, "language": "HTML", "has_issues": false, "has_wiki": false, "has_pages": true, "forks_count": 1, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "3956678", "source_name": null, "license": "AGPL-3.0", "private": false, "contributions_count": 1, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE.txt", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-12-12 13:56:27 UTC", "rank": 5, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ "blog", "homepage", "html", "jekyll", "ruby" ], "github_contributions_count": 1, "github_id": "3956678" }, { "full_name": "andrew/jquery-uk", "description": "[UNMAINTAINED] jQuery UK Presentation ", "fork": false, "created_at": "2014-05-03 16:12:56 UTC", "updated_at": "2019-02-18 10:15:01 UTC", "pushed_at": "2014-05-19 17:01:41 UTC", "homepage": "", "size": 20359, "stargazers_count": 8, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "19406870", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2019-02-18 10:15:01 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "19406870" }, { "full_name": "andrew/node-sass-example", "description": ":ok_hand: [UNMAINTAINED] Example app to show how to use node-sass", "fork": false, "created_at": "2013-04-27 21:16:09 UTC", "updated_at": "2018-07-23 15:40:35 UTC", "pushed_at": "2016-05-01 07:32:17 UTC", "homepage": "http://node-sass-example.herokuapp.com/", "size": 18, "stargazers_count": 29, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 22, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 2, "uuid": "9721188", "source_name": null, "license": "MIT", "private": false, "contributions_count": 3, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:40:34 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 3, "github_id": "9721188" }, { "full_name": "andrew/bude", "description": ":house: Source code for Budechalet.com", "fork": false, "created_at": "2011-04-25 13:35:06 UTC", "updated_at": "2019-02-13 09:34:00 UTC", "pushed_at": "2019-02-13 09:32:59 UTC", "homepage": "http://www.budechalet.com", "size": 4845, "stargazers_count": 1, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "1659947", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2019-02-13 09:33:59 UTC", "rank": 4, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": "t", "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "1659947" }, { "full_name": "dhamme/databricks", "description": "", "fork": false, "created_at": "2016-03-04 18:28:56 UTC", "updated_at": "2016-03-08 22:54:56 UTC", "pushed_at": "2014-12-20 22:40:49 UTC", "homepage": "http://foobar", "size": 860, "stargazers_count": 0, "language": null, "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "935651", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2016-12-12 13:19:25 UTC", "rank": 0, "host_type": "GitLab", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": "t", "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "935651" }, { "full_name": "MisterCh0c1/firmwalker", "description": "Script for searching the extracted firmware file system for goodies!", "fork": false, "created_at": "2016-08-13 16:42:37 UTC", "updated_at": "2016-08-13 16:42:38 UTC", "pushed_at": "2013-02-08 08:33:52 UTC", "homepage": "http://engines.heroku.com", "size": 1156, "stargazers_count": 0, "language": "Ruby", "has_issues": true, "has_wiki": false, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "1518646", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "readme.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2016-12-12 13:24:25 UTC", "rank": 0, "host_type": "GitLab", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": "t", "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "1518646" }, { "full_name": "lioseseto1977/Sullivan", "description": "", "fork": false, "created_at": "2015-11-17 19:22:19 UTC", "updated_at": "2015-11-17 19:22:25 UTC", "pushed_at": "2012-02-11 12:01:49 UTC", "homepage": "http://giftlist.heroku.com", "size": 368, "stargazers_count": 0, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": null, "subscribers_count": 1, "uuid": "604496", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "README", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2016-12-12 13:21:52 UTC", "rank": 0, "host_type": "GitLab", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": "t", "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "604496" }, { "full_name": "andrew/ar-drone-gps", "description": ":airplane: [UNMAINTAINED] Control a Nodecopter using the Flight Recorder GPS addon", "fork": false, "created_at": "2013-09-24 08:12:31 UTC", "updated_at": "2018-07-23 15:38:56 UTC", "pushed_at": "2016-04-01 22:55:35 UTC", "homepage": "", "size": 108, "stargazers_count": 22, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 18, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 5, "uuid": "13058413", "source_name": null, "license": "MIT", "private": false, "contributions_count": 2, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": "CODE_OF_CONDUCT.md", "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:38:54 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 2, "github_id": "13058413" }, { "full_name": "andrew/ar-drone-keyboard", "description": "[UNMAINTAINED] Control your Parrot AR Drone with your keyboard", "fork": false, "created_at": "2012-12-23 21:03:57 UTC", "updated_at": "2018-07-23 15:39:18 UTC", "pushed_at": "2013-08-10 23:51:08 UTC", "homepage": "", "size": 96, "stargazers_count": 8, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 6, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 4, "uuid": "7298933", "source_name": null, "license": "MIT", "private": false, "contributions_count": 2, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:39:17 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 2, "github_id": "7298933" }, { "full_name": "andrew/andrew-nesbitt.com", "description": "[UNMAINTAINED] Personal website", "fork": false, "created_at": "2013-02-03 22:00:46 UTC", "updated_at": "2018-07-23 15:41:02 UTC", "pushed_at": "2013-02-19 22:06:42 UTC", "homepage": "", "size": 884, "stargazers_count": 1, "language": "CoffeeScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "7997265", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:41:00 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "7997265" }, { "full_name": "andrew/drone-dancemat", "description": "[UNMAINTAINED] Control a Nodecopter with a PS3 Compatible Dancemat and Node.js", "fork": false, "created_at": "2013-08-10 23:38:37 UTC", "updated_at": "2018-07-23 15:39:59 UTC", "pushed_at": "2013-08-10 23:46:10 UTC", "homepage": "", "size": 108, "stargazers_count": 0, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 2, "uuid": "12028542", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:39:55 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "12028542" }, { "full_name": "andrew/hello_node", "description": "[UNMAINTAINED] Hello world in node, express and coffee-script", "fork": false, "created_at": "2011-08-19 18:54:02 UTC", "updated_at": "2018-07-23 15:41:40 UTC", "pushed_at": "2013-05-28 13:11:12 UTC", "homepage": "http://growing-stone-988.herokuapp.com/", "size": 115, "stargazers_count": 1, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 1, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "2235695", "source_name": null, "license": null, "private": false, "contributions_count": 2, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:41:36 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 2, "github_id": "2235695" }, { "full_name": "andrew/engines", "description": "[UNMAINTAINED] Rails engines slides for Forward away day talk", "fork": false, "created_at": "2011-03-23 22:56:10 UTC", "updated_at": "2018-07-23 15:41:10 UTC", "pushed_at": "2013-02-08 08:33:52 UTC", "homepage": "http://engines.heroku.com", "size": 1156, "stargazers_count": 1, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "1518646", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "readme.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-07-23 15:41:07 UTC", "rank": 2, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "1518646" }, { "full_name": "andrew/cardsagainsthumanity", "description": "[UNMAINTAINED] Online version of Cards Against Humanity", "fork": false, "created_at": "2014-12-06 23:05:08 UTC", "updated_at": "2018-07-23 15:39:18 UTC", "pushed_at": "2014-12-06 23:11:51 UTC", "homepage": "", "size": 156, "stargazers_count": 6, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 0, "uuid": "27652226", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:39:17 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "27652226" }, { "full_name": "andrew/grunt-nodecopter", "description": "[UNMAINTAINED]", "fork": false, "created_at": "2013-06-11 14:45:47 UTC", "updated_at": "2018-07-23 15:39:35 UTC", "pushed_at": "2013-06-11 15:27:36 UTC", "homepage": "", "size": 108, "stargazers_count": 0, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "10623559", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE-MIT", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:39:34 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "10623559" }, { "full_name": "andrew/go-experiments", "description": "[UNMAINTAINED] Coding experiments with Go", "fork": false, "created_at": "2013-11-30 13:31:45 UTC", "updated_at": "2018-07-23 15:39:23 UTC", "pushed_at": "2013-11-30 16:09:11 UTC", "homepage": "", "size": 108, "stargazers_count": 0, "language": "Go", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 0, "uuid": "14821423", "source_name": null, "license": "MIT", "private": false, "contributions_count": 0, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:39:21 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 0, "github_id": "14821423" }, { "full_name": "andrew/spree-api-client", "description": "[UNMAINTAINED] A rubygem for interacting with the Spree API", "fork": false, "created_at": "2012-12-05 19:54:20 UTC", "updated_at": "2018-07-23 15:42:47 UTC", "pushed_at": "2015-03-19 23:22:03 UTC", "homepage": "http://libraries.io/rubygems/spree-api-client", "size": 178, "stargazers_count": 12, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 23, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 3, "uuid": "7023611", "source_name": null, "license": "MIT", "private": false, "contributions_count": 3, "has_readme": "README.md", "has_changelog": null, "has_contributing": "CONTRIBUTING.md", "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:42:45 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 3, "github_id": "7023611" }, { "full_name": "andrew/ocii.gitlab.io", "description": null, "fork": false, "created_at": "2016-07-28 20:15:31 UTC", "updated_at": "2016-12-12 13:13:05 UTC", "pushed_at": "2016-07-28 20:16:28 UTC", "homepage": null, "size": 0, "stargazers_count": 0, "language": "CSS", "has_issues": true, "has_wiki": true, "has_pages": true, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 0, "uuid": "64425296", "source_name": null, "license": "", "private": false, "contributions_count": 5, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Removed", "last_synced_at": "2016-12-12 13:13:04 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": null, "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 5, "github_id": "64425296" }, { "full_name": "andrew/dotfiles", "description": "My dotfiles for autotest, rubygems and git, install with http://github.com/technicalpickles/homesick", "fork": false, "created_at": "2010-03-28 17:19:15 UTC", "updated_at": "2018-07-23 15:39:48 UTC", "pushed_at": "2013-12-14 21:59:17 UTC", "homepage": "http://teabass.com", "size": 104, "stargazers_count": 5, "language": "Shell", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "583571", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "README", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": null, "last_synced_at": "2018-07-23 15:39:47 UTC", "rank": 4, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "583571" }, { "full_name": "andrew/brewery", "description": "[UNMAINTAINED] The start of a macruby app", "fork": false, "created_at": "2011-03-29 12:50:40 UTC", "updated_at": "2018-07-23 15:39:00 UTC", "pushed_at": "2013-01-21 21:17:25 UTC", "homepage": "", "size": 128, "stargazers_count": 3, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "1541281", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "Readme.mdown", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:38:57 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "1541281" }, { "full_name": "andrew/goliath-shortener", "description": "[UNMAINTAINED] A url shortener written in Goliath", "fork": false, "created_at": "2011-10-28 16:15:53 UTC", "updated_at": "2018-07-23 15:39:53 UTC", "pushed_at": "2013-02-08 08:38:37 UTC", "homepage": "", "size": 100, "stargazers_count": 4, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "2666232", "source_name": null, "license": null, "private": false, "contributions_count": 1, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:39:51 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "2666232" }, { "full_name": "citruz-murugan/2Czexeadonkt", "description": "", "fork": false, "created_at": "2015-10-20 05:49:25 UTC", "updated_at": "2015-10-20 05:49:25 UTC", "pushed_at": "2013-02-07 12:40:27 UTC", "homepage": "http://teabass.com", "size": 128, "stargazers_count": 0, "language": "JavaScript", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 2, "uuid": "540360", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "readme.markdown", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2016-12-12 13:21:41 UTC", "rank": 0, "host_type": "GitLab", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": "t", "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "540360" }, { "full_name": "andrew/andrew-vs-adamyeats", "description": null, "fork": false, "created_at": "2013-08-31 13:52:14 UTC", "updated_at": "2016-12-12 13:13:12 UTC", "pushed_at": "2013-08-31 13:39:29 UTC", "homepage": null, "size": 100, "stargazers_count": 0, "language": null, "has_issues": false, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "gh-pages", "subscribers_count": 1, "uuid": "12506119", "source_name": null, "license": "", "private": false, "contributions_count": 1, "has_readme": null, "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Removed", "last_synced_at": "2016-12-12 13:13:11 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": null, "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "12506119" }, { "full_name": "andrew/testing", "description": ":honey_pot:", "fork": false, "created_at": "2015-05-10 13:20:35 UTC", "updated_at": "2016-12-12 13:11:53 UTC", "pushed_at": "2016-01-13 22:37:29 UTC", "homepage": "", "size": 3, "stargazers_count": 0, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 0, "uuid": "35371805", "source_name": null, "license": "", "private": false, "contributions_count": 1, "has_readme": "README.md", "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Removed", "last_synced_at": "2016-12-12 13:11:53 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": null, "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "35371805" }, { "full_name": "andrew/foob", "description": "", "fork": false, "created_at": "2014-04-08 19:52:02 UTC", "updated_at": "2016-12-12 13:11:59 UTC", "pushed_at": "2014-04-08 19:52:02 UTC", "homepage": null, "size": 0, "stargazers_count": 0, "language": null, "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 0, "uuid": "18572728", "source_name": null, "license": "", "private": false, "contributions_count": 0, "has_readme": null, "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Removed", "last_synced_at": "2016-12-12 13:11:58 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": null, "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 0, "github_id": "18572728" }, { "full_name": "andrew/speakerdeck-test", "description": "Can you embed speakerdeck presentations in github readmes?", "fork": false, "created_at": "2013-10-19 19:03:01 UTC", "updated_at": "2016-12-12 13:11:39 UTC", "pushed_at": "2013-10-19 19:16:37 UTC", "homepage": null, "size": 92, "stargazers_count": 0, "language": null, "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "13706919", "source_name": null, "license": "", "private": false, "contributions_count": 1, "has_readme": null, "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Removed", "last_synced_at": "2016-12-12 13:11:38 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": null, "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "13706919" }, { "full_name": "andrew/instareader", "description": "[UNMAINTAINED] A simple, readable instapaper web interface", "fork": false, "created_at": "2011-08-07 21:19:02 UTC", "updated_at": "2018-07-23 15:40:17 UTC", "pushed_at": "2013-02-12 12:26:15 UTC", "homepage": "", "size": 132, "stargazers_count": 2, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 2, "uuid": "2170333", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": "Readme.md", "has_changelog": null, "has_contributing": null, "has_license": "LICENSE", "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Unmaintained", "last_synced_at": "2018-07-23 15:40:15 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": "git", "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "2170333" }, { "full_name": "andrew/precious", "description": "one gem to rule them all", "fork": false, "created_at": "2010-01-26 23:52:29 UTC", "updated_at": "2017-01-23 20:49:24 UTC", "pushed_at": "2010-01-26 23:53:52 UTC", "homepage": "", "size": 1408, "stargazers_count": 2, "language": "Ruby", "has_issues": true, "has_wiki": true, "has_pages": false, "forks_count": 0, "mirror_url": null, "open_issues_count": 0, "default_branch": "master", "subscribers_count": 1, "uuid": "490036", "source_name": null, "license": "MIT", "private": false, "contributions_count": 1, "has_readme": null, "has_changelog": null, "has_contributing": null, "has_license": null, "has_coc": null, "has_threat_model": null, "has_audit": null, "status": "Removed", "last_synced_at": "2016-12-12 13:00:48 UTC", "rank": 0, "host_type": "GitHub", "host_domain": null, "name": null, "scm": null, "fork_policy": null, "pull_requests_enabled": null, "logo_url": null, "keywords": [ ], "github_contributions_count": 1, "github_id": "490036" } ]
Get a list of packages referencing the given user's repositories.
GET https://libraries.io/api/github/:login/projects?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/andrew/projects?api_key=YOUR_API_KEY
[ { "name": "xbox-controller", "platform": "NPM", "description": "Xbox controller for node", "homepage": "https://github.com/andrew/node-xbox-controller", "repository_url": "https://github.com/andrew/node-xbox-controller", "normalized_licenses": [ "MIT" ], "rank": 7, "latest_release_published_at": "2018-02-14 12:53:04 UTC", "latest_release_number": "0.7.4", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/xbox-controller", "stars": 235, "forks": 43, "keywords": [ "xbox", "controller", "gaming", "gamepad", "nodejs", "xbox-controller", "xbox360" ], "latest_stable_release": "0.7.4", "latest_download_url": "https://registry.npmjs.org/xbox-controller/-/xbox-controller-0.7.4.tgz", "dependents_count": 5, "dependent_repos_count": 23, "latest_stable_release_number": "0.7.4", "latest_stable_release_published_at": "2018-02-14 12:53:04 UTC", "versions": [ { "number": "0.0.16", "published_at": "2013-02-17 09:33:57 UTC" }, { "number": "0.1.0", "published_at": "2013-06-03 20:48:24 UTC" }, { "number": "0.2.0", "published_at": "2013-08-08 22:33:00 UTC" }, { "number": "0.3.0", "published_at": "2013-08-23 22:57:40 UTC" }, { "number": "0.4.0", "published_at": "2013-11-19 02:01:03 UTC" }, { "number": "0.4.1", "published_at": "2014-05-24 09:49:50 UTC" }, { "number": "0.4.2", "published_at": "2014-06-05 22:35:17 UTC" }, { "number": "0.4.3", "published_at": "2014-08-24 06:49:50 UTC" }, { "number": "0.5.0", "published_at": "2014-10-27 18:05:58 UTC" }, { "number": "0.5.1", "published_at": "2015-04-20 08:23:42 UTC" }, { "number": "0.6.0", "published_at": "2015-05-28 13:50:02 UTC" }, { "number": "0.7.0", "published_at": "2015-07-11 07:46:55 UTC" }, { "number": "0.7.1", "published_at": "2018-02-10 13:15:37 UTC" }, { "number": "0.7.3", "published_at": "2018-02-10 21:49:02 UTC" }, { "number": "0.7.4", "published_at": "2018-02-14 12:53:04 UTC" } ] }, { "name": "spree-api-client", "platform": "Rubygems", "description": "A rubygem for interacting with the Spree API", "homepage": "https://github.com/andrew/spree-api-client", "repository_url": "https://github.com/andrew/spree-api-client", "normalized_licenses": [ "MIT" ], "rank": 2, "latest_release_published_at": "2013-08-15 23:09:01 UTC", "latest_release_number": "0.0.2", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/spree-api-client", "stars": 12, "forks": 23, "keywords": [ ], "latest_stable_release": "0.0.2", "latest_download_url": "https://rubygems.org/downloads/spree-api-client-0.0.2.gem", "dependents_count": 0, "dependent_repos_count": 1, "latest_stable_release_number": "0.0.2", "latest_stable_release_published_at": "2013-08-15 23:09:01 UTC", "versions": [ { "number": "0.0.1", "published_at": "2012-12-06 11:54:40 UTC" }, { "number": "0.0.2", "published_at": "2013-08-15 23:09:01 UTC" } ] }, { "name": "github.com/andrew/base62.go", "platform": "Go", "description": "[UNMAINTAINED] An attempt at a go library to provide Base62 encoding, perfect for URL shorteners", "homepage": "https://github.com/andrew/base62.go", "repository_url": "https://github.com/andrew/base62.go", "normalized_licenses": [ ], "rank": 2, "latest_release_published_at": "2018-07-23 15:39:49 UTC", "latest_release_number": null, "language": "Go", "status": "Unmaintained", "package_manager_url": "http://go-search.org/view?id=github.com/andrew/base62.go", "stars": 8, "forks": 12, "keywords": [ ], "latest_stable_release": null, "latest_download_url": null, "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": null, "latest_stable_release_published_at": null, "versions": [ ] }, { "name": "instascraper", "platform": "Rubygems", "description": "A scraper for instapaper to provide a basic api without hacing to pay per month", "homepage": "http://github.com/andrew/instascraper", "repository_url": "https://github.com/andrew/instascraper", "normalized_licenses": [ "MIT" ], "rank": 7, "latest_release_published_at": "2011-08-07 19:32:31 UTC", "latest_release_number": "0.0.2", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/instascraper", "stars": 8, "forks": 2, "keywords": [ ], "latest_stable_release": "0.0.2", "latest_download_url": "https://rubygems.org/downloads/instascraper-0.0.2.gem", "dependents_count": 0, "dependent_repos_count": 1, "latest_stable_release_number": "0.0.2", "latest_stable_release_published_at": "2011-08-07 19:32:31 UTC", "versions": [ { "number": "0.0.1", "published_at": "2011-08-07 00:12:56 UTC" }, { "number": "0.0.2", "published_at": "2011-08-07 19:32:31 UTC" } ] }, { "name": "lanyrd", "platform": "Rubygems", "description": "Ruby wrapper for the Lanyrd API", "homepage": "http://github.com/andrew/lanyrd", "repository_url": "https://github.com/andrew/lanyrd", "normalized_licenses": [ "MIT" ], "rank": 4, "latest_release_published_at": "2013-04-16 08:57:52 UTC", "latest_release_number": "1.1.3", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/lanyrd", "stars": 24, "forks": 8, "keywords": [ ], "latest_stable_release": "1.1.3", "latest_download_url": "https://rubygems.org/downloads/lanyrd-1.1.3.gem", "dependents_count": 0, "dependent_repos_count": 1, "latest_stable_release_number": "1.1.3", "latest_stable_release_published_at": "2013-04-16 08:57:52 UTC", "versions": [ { "number": "0.0.1", "published_at": "2011-10-30 21:04:43 UTC" }, { "number": "0.1.1", "published_at": "2013-01-30 09:37:09 UTC" }, { "number": "1.0.0", "published_at": "2013-02-10 11:38:21 UTC" }, { "number": "1.1.0", "published_at": "2013-04-01 10:03:23 UTC" }, { "number": "1.1.1", "published_at": "2013-04-01 10:27:08 UTC" }, { "number": "1.1.2", "published_at": "2013-04-04 13:29:52 UTC" }, { "number": "1.1.3", "published_at": "2013-04-16 08:57:52 UTC" } ] }, { "name": "redown", "platform": "NPM", "description": "An drop-in replacement for LevelDOWN that works with Redis", "homepage": "https://github.com/andrew/node-redown", "repository_url": "https://github.com/andrew/node-redown", "normalized_licenses": [ "MIT" ], "rank": 2, "latest_release_published_at": "2015-03-24 20:02:19 UTC", "latest_release_number": "0.5.4", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/redown", "stars": 5, "forks": 2, "keywords": [ "leveldb", "leveldown", "levelup", "redis" ], "latest_stable_release": "0.5.4", "latest_download_url": "https://registry.npmjs.org/redown/-/redown-0.5.4.tgz", "dependents_count": 3, "dependent_repos_count": 0, "latest_stable_release_number": "0.5.4", "latest_stable_release_published_at": "2015-03-24 20:02:19 UTC", "versions": [ { "number": "0.5.2", "published_at": "2014-08-19 02:04:47 UTC" }, { "number": "0.5.3", "published_at": "2015-03-24 18:56:15 UTC" }, { "number": "0.5.4", "published_at": "2015-03-24 20:02:19 UTC" } ] }, { "name": "decommission", "platform": "Rubygems", "description": "Quickly discover which versions of rails all your apps are running", "homepage": "http://libraries.io/rubygems/decommission", "repository_url": "https://github.com/andrew/decommission", "normalized_licenses": [ "MIT" ], "rank": 2, "latest_release_published_at": "2012-01-06 09:57:38 UTC", "latest_release_number": "0.0.2", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/decommission", "stars": 3, "forks": 1, "keywords": [ ], "latest_stable_release": "0.0.2", "latest_download_url": "https://rubygems.org/downloads/decommission-0.0.2.gem", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.0.2", "latest_stable_release_published_at": "2012-01-06 09:57:38 UTC", "versions": [ { "number": "0.0.1", "published_at": "2012-01-05 23:47:38 UTC" }, { "number": "0.0.2", "published_at": "2012-01-06 09:57:38 UTC" } ] }, { "name": "dancemat", "platform": "NPM", "description": "PS3 compatible dancemat controller into Node.js", "homepage": "https://github.com/andrew/node-dancemat", "repository_url": "https://github.com/andrew/node-dancemat", "normalized_licenses": [ "MIT" ], "rank": 2, "latest_release_published_at": "2013-08-10 23:29:15 UTC", "latest_release_number": "0.1.1", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/dancemat", "stars": 1, "forks": 1, "keywords": [ "xbox", "controller", "gaming" ], "latest_stable_release": "0.1.1", "latest_download_url": "https://registry.npmjs.org/dancemat/-/dancemat-0.1.1.tgz", "dependents_count": 1, "dependent_repos_count": 1, "latest_stable_release_number": "0.1.1", "latest_stable_release_published_at": "2013-08-10 23:29:15 UTC", "versions": [ { "number": "0.1.0", "published_at": "2013-08-10 23:24:26 UTC" }, { "number": "0.1.1", "published_at": "2013-08-10 23:29:15 UTC" } ] }, { "name": "install-stats", "platform": "NPM", "description": "Record install stats for npm modules", "homepage": "https://github.com/andrew/install-stats", "repository_url": "https://github.com/andrew/install-stats", "normalized_licenses": [ "LGPL-3.0" ], "rank": 0, "latest_release_published_at": "2018-02-10 21:50:55 UTC", "latest_release_number": "1.0.6", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/install-stats", "stars": 7, "forks": 0, "keywords": [ "analytics", "tracking", "installs", "stats", "google-analytics", "install", "npm" ], "latest_stable_release": "1.0.6", "latest_download_url": "https://registry.npmjs.org/install-stats/-/install-stats-1.0.6.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.6", "latest_stable_release_published_at": "2018-02-10 21:50:55 UTC", "versions": [ { "number": "1.0.0", "published_at": "2018-02-10 12:34:27 UTC" }, { "number": "1.0.1", "published_at": "2018-02-10 13:00:47 UTC" }, { "number": "1.0.2", "published_at": "2018-02-10 13:04:16 UTC" }, { "number": "1.0.4", "published_at": "2018-02-10 18:12:25 UTC" }, { "number": "1.0.5", "published_at": "2018-02-10 18:36:54 UTC" }, { "number": "1.0.6", "published_at": "2018-02-10 21:50:55 UTC" } ] }, { "name": "lanyrd", "platform": "NPM", "description": "Unoffical Lanyrd API client", "homepage": "https://github.com/andrew/node-lanyrd", "repository_url": "https://github.com/andrew/node-lanyrd", "normalized_licenses": [ "MIT" ], "rank": 4, "latest_release_published_at": "2017-08-29 11:24:16 UTC", "latest_release_number": "0.3.0", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/lanyrd", "stars": 11, "forks": 3, "keywords": [ "lanyrd", "api", "events" ], "latest_stable_release": "0.3.0", "latest_download_url": "https://registry.npmjs.org/lanyrd/-/lanyrd-0.3.0.tgz", "dependents_count": 2, "dependent_repos_count": 15, "latest_stable_release_number": "0.3.0", "latest_stable_release_published_at": "2017-08-29 11:24:16 UTC", "versions": [ { "number": "0.0.1", "published_at": "2013-02-04 00:19:34 UTC" }, { "number": "0.0.2", "published_at": "2013-02-04 00:29:26 UTC" }, { "number": "0.0.3", "published_at": "2013-02-04 00:48:12 UTC" }, { "number": "0.1.0", "published_at": "2013-04-01 11:16:12 UTC" }, { "number": "0.2.0", "published_at": "2013-04-29 11:55:11 UTC" }, { "number": "0.2.1", "published_at": "2014-03-13 10:14:26 UTC" }, { "number": "0.3.0", "published_at": "2017-08-29 11:24:16 UTC" } ] }, { "name": "deploy_tracker", "platform": "Rubygems", "description": "Keep a record of all your deployments with interesting stats and history of all deployments with capistrano", "homepage": "http://deploytracking.com", "repository_url": "https://github.com/andrew/deploytracking", "normalized_licenses": [ "MIT" ], "rank": 3, "latest_release_published_at": "2011-02-16 14:55:59 UTC", "latest_release_number": "0.0.4", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/deploy_tracker", "stars": 12, "forks": 4, "keywords": [ ], "latest_stable_release": "0.0.4", "latest_download_url": "https://rubygems.org/downloads/deploy_tracker-0.0.4.gem", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.0.4", "latest_stable_release_published_at": "2011-02-16 14:55:59 UTC", "versions": [ { "number": "0.0.1", "published_at": "2011-01-27 15:22:13 UTC" }, { "number": "0.0.2", "published_at": "2011-02-12 14:24:01 UTC" }, { "number": "0.0.3", "published_at": "2011-02-12 20:02:18 UTC" }, { "number": "0.0.4", "published_at": "2011-02-16 14:55:59 UTC" } ] }, { "name": "deploytracking", "platform": "Rubygems", "description": "Keep a record of all your deployments with interesting stats and history of all deployments with capistrano", "homepage": "http://deploytracking.com", "repository_url": "https://github.com/andrew/deploytracking", "normalized_licenses": [ "MIT" ], "rank": 8, "latest_release_published_at": "2011-04-17 13:44:59 UTC", "latest_release_number": "0.1.0", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/deploytracking", "stars": 12, "forks": 4, "keywords": [ ], "latest_stable_release": "0.1.0", "latest_download_url": "https://rubygems.org/downloads/deploytracking-0.1.0.gem", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.1.0", "latest_stable_release_published_at": "2011-04-17 13:44:59 UTC", "versions": [ { "number": "0.0.8", "published_at": "2011-02-24 11:19:51 UTC" }, { "number": "0.0.9", "published_at": "2011-03-14 09:08:26 UTC" }, { "number": "0.1.0", "published_at": "2011-04-17 13:44:59 UTC" } ] }, { "name": "buzzfeed", "platform": "NPM", "description": "Buzzfeed headline generator", "homepage": "https://github.com/andrew/buzzfeed", "repository_url": "https://github.com/andrew/buzzfeed", "normalized_licenses": [ "MIT" ], "rank": 9, "latest_release_published_at": "2016-01-19 10:54:58 UTC", "latest_release_number": "1.0.1", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/buzzfeed", "stars": 11, "forks": 0, "keywords": [ "Buzzfeed", "headline", "generator" ], "latest_stable_release": "1.0.1", "latest_download_url": "https://registry.npmjs.org/buzzfeed/-/buzzfeed-1.0.1.tgz", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "1.0.1", "latest_stable_release_published_at": "2016-01-19 10:54:58 UTC", "versions": [ { "number": "1.0.0", "published_at": "2016-01-19 10:44:15 UTC" }, { "number": "1.0.1", "published_at": "2016-01-19 10:54:58 UTC" } ] }, { "name": "wii-controller", "platform": "NPM", "description": "Wii controller for node", "homepage": "http://libraries.io/npm/wii-controller", "repository_url": "https://github.com/andrew/node-wii-controller", "normalized_licenses": [ "MIT" ], "rank": 2, "latest_release_published_at": "2013-08-09 00:06:17 UTC", "latest_release_number": "0.1.0", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/wii-controller", "stars": 11, "forks": 3, "keywords": [ "wii", "controller", "gaming" ], "latest_stable_release": "0.1.0", "latest_download_url": "https://registry.npmjs.org/wii-controller/-/wii-controller-0.1.0.tgz", "dependents_count": 2, "dependent_repos_count": 2, "latest_stable_release_number": "0.1.0", "latest_stable_release_published_at": "2013-08-09 00:06:17 UTC", "versions": [ { "number": "0.1.0", "published_at": "2013-08-09 00:06:17 UTC" } ] }, { "name": "hubot-nodecopter", "platform": "NPM", "description": "Control a Nodecopter with Hubot", "homepage": "http://libraries.io/npm/hubot-nodecopter", "repository_url": "https://github.com/andrew/hubot-nodecopter", "normalized_licenses": [ "MIT" ], "rank": 3, "latest_release_published_at": "2013-09-22 19:20:56 UTC", "latest_release_number": "1.0.0", "language": "CoffeeScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/hubot-nodecopter", "stars": 4, "forks": 3, "keywords": [ "hubot", "hubot-scripts", "nodecopter" ], "latest_stable_release": "1.0.0", "latest_download_url": "https://registry.npmjs.org/hubot-nodecopter/-/hubot-nodecopter-1.0.0.tgz", "dependents_count": 2, "dependent_repos_count": 1, "latest_stable_release_number": "1.0.0", "latest_stable_release_published_at": "2013-09-22 19:20:56 UTC", "versions": [ { "number": "1.0.0", "published_at": "2013-09-22 19:20:56 UTC" } ] }, { "name": "nodecopter", "platform": "NPM", "description": "A Command line utility for nodecopter", "homepage": "http://libraries.io/npm/nodecopter", "repository_url": "https://github.com/andrew/nodecopter", "normalized_licenses": [ "MIT" ], "rank": 1, "latest_release_published_at": "2013-04-15 23:16:18 UTC", "latest_release_number": "0.0.2", "language": "JavaScript", "status": "Unmaintained", "package_manager_url": "https://www.npmjs.com/package/nodecopter", "stars": 2, "forks": 1, "keywords": [ "nodecopter", "cli" ], "latest_stable_release": "0.0.2", "latest_download_url": "https://registry.npmjs.org/nodecopter/-/nodecopter-0.0.2.tgz", "dependents_count": 1, "dependent_repos_count": 2, "latest_stable_release_number": "0.0.2", "latest_stable_release_published_at": "2013-04-15 23:16:18 UTC", "versions": [ { "number": "0.0.1", "published_at": "2013-04-15 22:47:59 UTC" }, { "number": "0.0.2", "published_at": "2013-04-15 23:16:18 UTC" } ] }, { "name": "reevoo", "platform": "Rubygems", "description": "Ruby wrapper around the Reevoo XML API", "homepage": "http://github.com/andrew/reevoo", "repository_url": "https://github.com/andrew/reevoo", "normalized_licenses": [ "MIT" ], "rank": 1, "latest_release_published_at": "2011-04-04 23:00:00 UTC", "latest_release_number": "0.0.1", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/reevoo", "stars": 3, "forks": 1, "keywords": [ ], "latest_stable_release": "0.0.1", "latest_download_url": "https://rubygems.org/downloads/reevoo-0.0.1.gem", "dependents_count": 0, "dependent_repos_count": 0, "latest_stable_release_number": "0.0.1", "latest_stable_release_published_at": "2011-04-04 23:00:00 UTC", "versions": [ { "number": "0.0.1", "published_at": "2011-04-04 23:00:00 UTC" } ] }, { "name": "bouncer", "platform": "Rubygems", "description": "Bouncer makes it easy to remove a collabroator's access to all of your github projects, perfect for when someone leaves your company or team and you don't want them to have access to your projects anymore.", "homepage": "http://github.com/andrew/bouncer", "repository_url": "https://github.com/andrew/bouncer", "normalized_licenses": [ "MIT" ], "rank": 3, "latest_release_published_at": "2010-07-04 23:00:00 UTC", "latest_release_number": "0.0.3", "language": "Ruby", "status": "Unmaintained", "package_manager_url": "https://rubygems.org/gems/bouncer", "stars": 4, "forks": 1, "keywords": [ ], "latest_stable_release": "0.0.3", "latest_download_url": "https://rubygems.org/downloads/bouncer-0.0.3.gem", "dependents_count": 0, "dependent_repos_count": 1, "latest_stable_release_number": "0.0.3", "latest_stable_release_published_at": "2010-07-04 23:00:00 UTC", "versions": [ { "number": "0.0.1", "published_at": "2010-06-03 23:00:00 UTC" }, { "number": "0.0.2", "published_at": "2010-06-03 23:00:00 UTC" }, { "number": "0.0.3", "published_at": "2010-07-04 23:00:00 UTC" } ] } ]
Get a list of packages that the given user has contributed to.
GET https://libraries.io/api/github/:login/project-contributions?api_key=YOUR_API_KEY
Example: https://libraries.io/api/github/andrew/project-contributions?api_key=YOUR_API_KEY
[ { "name": "rails", "platform": "Rubygems", "description": "Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 31, "latest_release_published_at": "2018-12-04 18:15:02 UTC", "latest_release_number": "5.2.2", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/rails", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/rails-5.2.2.gem", "dependents_count": 11658, "dependent_repos_count": 492954, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:15:02 UTC", "versions": [ { "number": "0.10.0", "published_at": "2009-07-25 18:01:58 UTC" }, { "number": "0.10.1", "published_at": "2009-07-25 18:01:58 UTC" }, { "number": "0.11.0", "published_at": "2009-07-25 18:01:58 UTC" }, { "number": "0.11.1", "published_at": "2009-07-25 18:01:58 UTC" }, { "number": "0.12.0", "published_at": "2009-07-25 18:01:58 UTC" }, { "number": "0.12.1", "published_at": "2009-07-25 18:01:57 UTC" }, { "number": "0.13.0", "published_at": "2009-07-25 18:01:57 UTC" }, { "number": "0.13.1", "published_at": "2009-07-25 18:01:57 UTC" }, { "number": "0.14.1", "published_at": "2009-07-25 18:01:57 UTC" }, { "number": "0.14.2", "published_at": "2009-07-25 18:01:57 UTC" }, { "number": "0.14.3", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.14.4", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.8.0", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.8.5", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.9.0", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.9.1", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.9.2", "published_at": "2009-07-25 18:01:56 UTC" }, { "number": "0.9.3", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "0.9.4", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "0.9.4.1", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "0.9.5", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "1.0.0", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "1.1.0", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "1.1.1", "published_at": "2009-07-25 18:01:55 UTC" }, { "number": "1.1.2", "published_at": "2009-07-25 18:01:54 UTC" }, { "number": "1.1.3", "published_at": "2009-07-25 18:01:54 UTC" }, { "number": "1.1.4", "published_at": "2009-07-25 18:01:54 UTC" }, { "number": "1.1.5", "published_at": "2009-07-25 18:01:54 UTC" }, { "number": "1.1.6", "published_at": "2009-07-25 18:01:54 UTC" }, { "number": "1.2.0", "published_at": "2009-07-25 18:01:53 UTC" }, { "number": "1.2.1", "published_at": "2009-07-25 18:01:52 UTC" }, { "number": "1.2.2", "published_at": "2009-07-25 18:01:52 UTC" }, { "number": "1.2.3", "published_at": "2009-07-25 18:01:52 UTC" }, { "number": "1.2.4", "published_at": "2009-07-25 18:01:52 UTC" }, { "number": "1.2.5", "published_at": "2009-07-25 18:01:52 UTC" }, { "number": "1.2.6", "published_at": "2009-07-25 18:01:51 UTC" }, { "number": "2.0.0", "published_at": "2009-07-25 18:01:51 UTC" }, { "number": "2.0.1", "published_at": "2009-07-25 18:01:51 UTC" }, { "number": "2.0.2", "published_at": "2009-07-25 18:01:51 UTC" }, { "number": "2.0.4", "published_at": "2009-07-25 18:01:51 UTC" }, { "number": "2.0.5", "published_at": "2009-07-25 18:01:50 UTC" }, { "number": "2.1.0", "published_at": "2009-07-25 18:01:50 UTC" }, { "number": "2.1.1", "published_at": "2009-07-25 18:01:50 UTC" }, { "number": "2.1.2", "published_at": "2009-07-25 18:01:50 UTC" }, { "number": "2.2.2", "published_at": "2009-07-25 18:01:49 UTC" }, { "number": "2.2.3", "published_at": "2009-09-28 09:25:13 UTC" }, { "number": "2.3.10", "published_at": "2010-10-14 20:53:17 UTC" }, { "number": "2.3.11", "published_at": "2011-02-08 21:17:36 UTC" }, { "number": "2.3.12", "published_at": "2011-06-08 00:22:06 UTC" }, { "number": "2.3.14", "published_at": "2011-08-16 22:01:21 UTC" }, { "number": "2.3.15", "published_at": "2013-01-08 20:08:28 UTC" }, { "number": "2.3.16", "published_at": "2013-01-28 21:01:30 UTC" }, { "number": "2.3.17", "published_at": "2013-02-11 18:17:30 UTC" }, { "number": "2.3.18", "published_at": "2013-03-18 17:13:25 UTC" }, { "number": "2.3.2", "published_at": "2009-07-25 18:01:49 UTC" }, { "number": "2.3.3", "published_at": "2009-08-05 13:21:07 UTC" }, { "number": "2.3.4", "published_at": "2009-09-04 17:33:48 UTC" }, { "number": "2.3.5", "published_at": "2009-11-27 00:12:56 UTC" }, { "number": "2.3.6", "published_at": "2010-05-23 07:49:23 UTC" }, { "number": "2.3.7", "published_at": "2010-05-24 08:23:05 UTC" }, { "number": "2.3.8", "published_at": "2010-05-25 04:53:06 UTC" }, { "number": "2.3.8.pre1", "published_at": "2010-05-24 21:17:25 UTC" }, { "number": "2.3.9", "published_at": "2010-09-04 21:54:41 UTC" }, { "number": "2.3.9.pre", "published_at": "2010-08-30 03:32:34 UTC" }, { "number": "3.0.0", "published_at": "2010-08-29 23:11:11 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 03:02:19 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:26:26 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:23:14 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:33:16 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:43:12 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:45 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:44 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:14:17 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:12:05 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:23:23 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:52:15 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:39:19 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:24:59 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:01:47 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:26:07 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:07:06 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:08:54 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:16:44 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:19:52 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:08:33 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:41 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:01:34 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:29:00 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:17:48 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 23:00:37 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:30:55 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:08:34 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:05:21 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:47:15 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:28:51 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:05:54 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:57:06 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:33:53 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:16:45 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:11:36 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:32:24 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:08:18 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:05:11 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:20:17 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:51:39 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:24:34 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:30:07 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:18:30 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:23:18 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:26:25 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:16:57 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:27:28 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:56:24 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:05:19 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:33:32 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:27:19 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:30:09 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:08:37 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:17:37 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:13:29 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:27:03 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:17:03 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:31:00 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:33:32 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:17:34 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:49:20 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:52:57 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:52:28 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:39:29 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:25:06 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:01:51 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:26:16 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:09:00 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:20:27 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:19:56 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:47:48 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:41:10 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:05:27 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:41 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:20:01 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:08:45 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:17:41 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:13:33 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:25:46 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:06:19 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:44:50 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:25:39 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:13:33 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:23:10 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:54:09 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:45 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:17:17 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:01:19 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:54:56 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:17:02 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:02:48 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:52:33 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:37:26 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 16:00:44 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:06:38 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:26:12 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:24:19 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:34:59 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:20:46 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:19:01 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:39:35 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:26:20 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:11:24 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:14:14 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:25:13 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:01:55 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:39:04 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:26:21 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:09:06 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:55 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:23:34 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:57:56 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:29:05 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:21:34 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:07:08 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:37 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 18:00:50 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:32:58 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:05:43 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:39:05 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:26:00 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:08:16 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:33:15 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:48:29 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:55:45 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:37:38 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:09:54 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 16:01:00 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:08:59 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:54:54 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:46:23 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 22:01:19 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:41:08 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:49:25 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:01:29 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:49:43 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:37:07 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:31:18 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:13:27 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 16:30:13 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:06:55 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:16:01 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:24:41 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:04:32 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:42:37 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:03:01 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:21:51 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:15:16 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:52:57 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:59:23 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:12:47 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:11:31 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:50:27 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:25:09 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:22:40 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:39:47 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:32:52 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 18:00:13 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:26:08 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:05:08 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:02:56 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:13:26 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 18:20:40 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:26:27 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:19:55 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:45:42 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:55:44 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:37:14 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:43:40 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:20:56 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:15:20 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:50:09 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:12:48 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:30:46 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:28:46 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:06:42 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:53:35 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 17:01:03 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:26:04 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:52:47 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:13:12 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:37:49 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:12:12 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 16:01:13 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:04:31 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:11:10 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:37 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:44 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-29 17:16:38 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:37:59 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:13:30 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:53:27 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:20:12 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:44 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:42:01 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:29:42 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:42:33 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:07:25 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:21:34 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:19:50 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:35:50 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:25:52 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:03:17 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:30:57 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:23:17 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:27:12 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:21:15 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:06:55 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:26:41 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:17:10 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:47:59 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:02:33 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:33:22 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:37:54 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:57:05 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:35:16 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:33:36 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:08:53 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:46:51 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:30:56 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:50:29 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:28:22 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:32:45 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:35:27 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:18:13 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:26:49 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:06:25 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:16:22 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:55:26 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:02:43 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:57:46 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:03:41 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:07:46 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:02:44 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:13:12 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:13:53 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:55:48 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:08:33 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:58:56 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:49:29 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:05:29 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:43:58 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:26:10 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:47:42 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:21:20 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 18:18:14 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:09:36 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 21:00:47 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 20:00:44 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:57:56 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:31:13 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:11:39 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:51:41 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:03:49 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:15:15 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:38:05 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:18:18 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:12:53 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:52:07 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:37:37 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 20:02:02 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 19:00:37 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:29:03 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:11:47 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:07:04 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 19:19:13 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:04:37 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:38:56 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:54:58 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:44:52 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:14:16 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:22:38 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:15:02 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:55:23 UTC" } ] }, { "name": "mocha", "platform": "NPM", "description": "simple, flexible, fun test framework", "homepage": "https://mochajs.org", "repository_url": "https://github.com/mochajs/mocha", "normalized_licenses": [ "MIT" ], "rank": 31, "latest_release_published_at": "2018-05-18 23:36:47 UTC", "latest_release_number": "5.2.0", "language": "JavaScript", "status": "", "package_manager_url": "https://www.npmjs.com/package/mocha", "stars": 16830, "forks": 2304, "keywords": [ "mocha", "test", "bdd", "tdd", "tap", "browser", "javascript", "mochajs", "node", "nodejs", "test-framework", "testing", "testing-tools" ], "latest_stable_release": "5.2.0", "latest_download_url": "https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz", "dependents_count": 173275, "dependent_repos_count": 402646, "latest_stable_release_number": "5.2.0", "latest_stable_release_published_at": "2018-05-18 23:36:47 UTC", "versions": [ { "number": "0.0.1", "published_at": "2011-11-22 20:07:07 UTC" }, { "number": "0.0.1-alpha1", "published_at": "2011-11-08 23:08:57 UTC" }, { "number": "0.0.1-alpha2", "published_at": "2011-11-14 17:21:09 UTC" }, { "number": "0.0.1-alpha3", "published_at": "2011-11-15 18:11:50 UTC" }, { "number": "0.0.1-alpha4", "published_at": "2011-11-15 19:06:14 UTC" }, { "number": "0.0.1-alpha5", "published_at": "2011-11-17 15:52:14 UTC" }, { "number": "0.0.1-alpha6", "published_at": "2011-11-20 00:00:59 UTC" }, { "number": "0.0.2", "published_at": "2011-11-23 02:06:17 UTC" }, { "number": "0.0.3", "published_at": "2011-11-24 01:26:06 UTC" }, { "number": "0.0.4", "published_at": "2011-11-24 13:53:43 UTC" }, { "number": "0.0.5", "published_at": "2011-11-25 00:26:57 UTC" }, { "number": "0.0.6", "published_at": "2011-11-25 17:45:19 UTC" }, { "number": "0.0.7", "published_at": "2011-11-25 19:35:56 UTC" }, { "number": "0.0.8", "published_at": "2011-11-25 21:28:37 UTC" }, { "number": "0.1.0", "published_at": "2011-11-29 16:23:59 UTC" }, { "number": "0.10.0", "published_at": "2012-01-13 17:21:56 UTC" }, { "number": "0.10.1", "published_at": "2012-01-17 21:34:00 UTC" }, { "number": "0.10.2", "published_at": "2012-01-21 18:33:20 UTC" }, { "number": "0.11.0", "published_at": "2012-02-03 03:31:15 UTC" }, { "number": "0.12.0", "published_at": "2012-02-09 04:38:02 UTC" }, { "number": "0.12.1", "published_at": "2012-02-15 03:29:13 UTC" }, { "number": "0.13.0", "published_at": "2012-02-24 04:41:26 UTC" }, { "number": "0.14.0", "published_at": "2012-03-01 23:35:06 UTC" }, { "number": "0.14.1", "published_at": "2012-03-06 21:34:21 UTC" }, { "number": "0.2.0", "published_at": "2011-11-30 20:19:39 UTC" }, { "number": "0.3.0", "published_at": "2011-12-04 17:07:12 UTC" }, { "number": "0.3.1", "published_at": "2011-12-04 21:45:59 UTC" }, { "number": "0.3.2", "published_at": "2011-12-05 21:33:52 UTC" }, { "number": "0.3.3", "published_at": "2011-12-08 15:52:00 UTC" }, { "number": "0.3.4", "published_at": "2011-12-09 07:25:29 UTC" }, { "number": "0.3.6", "published_at": "2011-12-09 16:41:13 UTC" }, { "number": "0.4.0", "published_at": "2011-12-15 00:14:11 UTC" }, { "number": "0.5.0", "published_at": "2011-12-15 08:00:36 UTC" }, { "number": "0.6.0", "published_at": "2011-12-18 18:51:24 UTC" }, { "number": "0.7.0", "published_at": "2011-12-18 23:06:29 UTC" }, { "number": "0.7.1", "published_at": "2011-12-22 15:16:52 UTC" }, { "number": "0.8.0", "published_at": "2011-12-28 17:23:46 UTC" }, { "number": "0.8.1", "published_at": "2011-12-30 19:11:45 UTC" }, { "number": "0.9.0", "published_at": "2012-01-05 16:41:14 UTC" }, { "number": "1.0.0", "published_at": "2012-03-24 17:43:35 UTC" }, { "number": "1.0.1", "published_at": "2012-04-04 19:14:04 UTC" }, { "number": "1.0.2", "published_at": "2012-04-25 20:42:12 UTC" }, { "number": "1.0.3", "published_at": "2012-04-30 21:07:07 UTC" }, { "number": "1.1.0", "published_at": "2012-05-31 01:38:26 UTC" }, { "number": "1.10.0", "published_at": "2013-05-22 04:23:51 UTC" }, { "number": "1.11.0", "published_at": "2013-06-12 15:28:47 UTC" }, { "number": "1.12.0", "published_at": "2013-07-01 21:27:56 UTC" }, { "number": "1.12.1", "published_at": "2013-08-30 03:02:59 UTC" }, { "number": "1.13.0", "published_at": "2013-09-15 15:32:12 UTC" }, { "number": "1.14.0", "published_at": "2013-11-03 02:46:27 UTC" }, { "number": "1.15.0", "published_at": "2013-12-02 16:54:59 UTC" }, { "number": "1.15.1", "published_at": "2013-12-03 12:50:11 UTC" }, { "number": "1.16.0", "published_at": "2013-12-19 22:15:24 UTC" }, { "number": "1.16.1", "published_at": "2013-12-20 04:48:35 UTC" }, { "number": "1.16.2", "published_at": "2013-12-23 15:04:43 UTC" }, { "number": "1.17.0", "published_at": "2014-01-09 11:31:37 UTC" }, { "number": "1.17.1", "published_at": "2014-01-22 21:36:40 UTC" }, { "number": "1.18.0", "published_at": "2014-03-14 01:24:39 UTC" }, { "number": "1.18.1", "published_at": "2014-03-18 10:10:48 UTC" }, { "number": "1.18.2", "published_at": "2014-03-18 11:24:34 UTC" }, { "number": "1.19.0", "published_at": "2014-05-18 02:49:42 UTC" }, { "number": "1.2.0", "published_at": "2012-06-17 21:12:17 UTC" }, { "number": "1.20.0", "published_at": "2014-05-28 11:58:17 UTC" }, { "number": "1.20.1", "published_at": "2014-06-04 04:37:29 UTC" }, { "number": "1.2.1", "published_at": "2012-06-25 16:54:00 UTC" }, { "number": "1.21.0", "published_at": "2014-07-24 06:25:47 UTC" }, { "number": "1.21.1", "published_at": "2014-07-27 07:39:55 UTC" }, { "number": "1.21.2", "published_at": "2014-07-28 00:26:27 UTC" }, { "number": "1.21.3", "published_at": "2014-07-28 03:31:21 UTC" }, { "number": "1.21.4", "published_at": "2014-08-06 19:52:17 UTC" }, { "number": "1.21.5", "published_at": "2014-10-11 17:55:54 UTC" }, { "number": "1.2.2", "published_at": "2012-06-28 16:29:28 UTC" }, { "number": "1.3.0", "published_at": "2012-07-05 19:53:08 UTC" }, { "number": "1.3.1", "published_at": "2012-08-01 17:41:00 UTC" }, { "number": "1.3.2", "published_at": "2012-08-01 21:39:12 UTC" }, { "number": "1.4.0", "published_at": "2012-08-23 01:45:39 UTC" }, { "number": "1.4.1", "published_at": "2012-08-28 18:12:10 UTC" }, { "number": "1.4.2", "published_at": "2012-09-01 22:44:46 UTC" }, { "number": "1.4.3", "published_at": "2012-09-21 16:56:53 UTC" }, { "number": "1.5.0", "published_at": "2012-09-21 17:42:55 UTC" }, { "number": "1.6.0", "published_at": "2012-10-02 16:05:08 UTC" }, { "number": "1.7.0", "published_at": "2012-11-07 20:07:38 UTC" }, { "number": "1.7.1", "published_at": "2012-11-23 17:02:31 UTC" }, { "number": "1.7.2", "published_at": "2012-11-29 00:35:37 UTC" }, { "number": "1.7.3", "published_at": "2012-11-30 17:28:45 UTC" }, { "number": "1.7.4", "published_at": "2012-12-06 16:54:11 UTC" }, { "number": "1.8.0", "published_at": "2013-01-08 22:14:41 UTC" }, { "number": "1.8.1", "published_at": "2013-01-30 00:35:08 UTC" }, { "number": "1.8.2", "published_at": "2013-03-11 17:23:57 UTC" }, { "number": "1.9.0", "published_at": "2013-04-03 15:30:13 UTC" }, { "number": "2.0.0", "published_at": "2014-10-22 05:04:03 UTC" }, { "number": "2.0.1", "published_at": "2014-10-23 10:28:57 UTC" }, { "number": "2.1.0", "published_at": "2014-12-23 07:56:37 UTC" }, { "number": "2.2.0", "published_at": "2015-03-07 00:33:33 UTC" }, { "number": "2.2.1", "published_at": "2015-03-09 06:07:30 UTC" }, { "number": "2.2.3", "published_at": "2015-04-07 18:53:41 UTC" }, { "number": "2.2.4", "published_at": "2015-04-08 07:34:11 UTC" }, { "number": "2.2.5", "published_at": "2015-05-14 21:18:51 UTC" }, { "number": "2.3.0", "published_at": "2015-08-31 05:48:48 UTC" }, { "number": "2.3.1", "published_at": "2015-09-07 03:29:52 UTC" }, { "number": "2.3.2", "published_at": "2015-09-08 01:49:15 UTC" }, { "number": "2.3.3", "published_at": "2015-09-21 06:19:33 UTC" }, { "number": "2.3.4", "published_at": "2015-11-15 20:26:32 UTC" }, { "number": "2.4.1", "published_at": "2016-01-26 19:21:59 UTC" }, { "number": "2.4.2", "published_at": "2016-01-27 00:22:36 UTC" }, { "number": "2.4.3", "published_at": "2016-01-27 16:17:20 UTC" }, { "number": "2.4.4", "published_at": "2016-01-27 20:17:44 UTC" }, { "number": "2.4.5", "published_at": "2016-01-28 21:58:35 UTC" }, { "number": "2.5.0", "published_at": "2016-05-23 07:39:26 UTC" }, { "number": "2.5.1", "published_at": "2016-05-23 08:51:46 UTC" }, { "number": "2.5.2", "published_at": "2016-05-24 09:26:26 UTC" }, { "number": "2.5.3", "published_at": "2016-05-25 08:44:16 UTC" }, { "number": "3.0.0", "published_at": "2016-08-01 05:06:31 UTC" }, { "number": "3.0.0-0", "published_at": "2016-07-03 20:34:25 UTC" }, { "number": "3.0.0-1", "published_at": "2016-07-08 06:20:29 UTC" }, { "number": "3.0.0-2", "published_at": "2016-07-26 07:59:23 UTC" }, { "number": "3.0.1", "published_at": "2016-08-04 06:50:40 UTC" }, { "number": "3.0.2", "published_at": "2016-08-08 07:40:39 UTC" }, { "number": "3.1.0", "published_at": "2016-09-27 07:57:26 UTC" }, { "number": "3.1.1", "published_at": "2016-10-10 06:26:12 UTC" }, { "number": "3.1.2", "published_at": "2016-10-11 05:36:15 UTC" }, { "number": "3.2.0", "published_at": "2016-11-24 23:58:23 UTC" }, { "number": "3.3.0", "published_at": "2017-04-24 09:10:04 UTC" }, { "number": "3.4.0", "published_at": "2017-05-14 17:54:03 UTC" }, { "number": "3.4.1", "published_at": "2017-05-14 19:05:50 UTC" }, { "number": "3.4.2", "published_at": "2017-05-24 16:03:22 UTC" }, { "number": "3.5.0", "published_at": "2017-07-31 20:19:31 UTC" }, { "number": "3.5.1", "published_at": "2017-09-10 05:11:13 UTC" }, { "number": "3.5.2", "published_at": "2017-09-10 21:25:07 UTC" }, { "number": "3.5.3", "published_at": "2017-09-11 21:24:50 UTC" }, { "number": "4.0.0", "published_at": "2017-10-03 03:37:52 UTC" }, { "number": "4.0.1", "published_at": "2017-10-06 02:14:21 UTC" }, { "number": "4.1.0", "published_at": "2017-12-29 04:38:30 UTC" }, { "number": "5.0.0", "published_at": "2018-01-18 00:58:51 UTC" }, { "number": "5.0.1", "published_at": "2018-02-13 22:54:22 UTC" }, { "number": "5.0.2", "published_at": "2018-03-06 01:57:47 UTC" }, { "number": "5.0.3", "published_at": "2018-03-07 06:11:46 UTC" }, { "number": "5.0.4", "published_at": "2018-03-07 17:37:40 UTC" }, { "number": "5.0.5", "published_at": "2018-03-23 01:35:59 UTC" }, { "number": "5.1.0", "published_at": "2018-04-12 22:14:31 UTC" }, { "number": "5.1.1", "published_at": "2018-04-18 17:28:45 UTC" }, { "number": "5.2.0", "published_at": "2018-05-18 23:36:47 UTC" } ] }, { "name": "activesupport", "platform": "Rubygems", "description": "A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 30, "latest_release_published_at": "2019-01-18 20:43:13 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/activesupport", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/activesupport-6.0.0.beta1.gem", "dependents_count": 11417, "dependent_repos_count": 542686, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:12:32 UTC", "versions": [ { "number": "1.0.0", "published_at": "2009-07-25 18:35:21 UTC" }, { "number": "1.0.1", "published_at": "2009-07-25 18:35:21 UTC" }, { "number": "1.0.2", "published_at": "2009-07-25 18:35:21 UTC" }, { "number": "1.0.3", "published_at": "2009-07-25 18:35:21 UTC" }, { "number": "1.0.4", "published_at": "2009-07-25 18:35:21 UTC" }, { "number": "1.1.0", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.1.1", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.2.1", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.2.2", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.2.3", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.2.4", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.2.5", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.3.0", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.3.1", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.4.0", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.4.1", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.4.2", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.4.3", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "1.4.4", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "2.0.0", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "2.0.1", "published_at": "2009-07-25 18:35:20 UTC" }, { "number": "2.0.2", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.0.4", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.0.5", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.1.0", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.1.1", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.1.2", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.2.2", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.2.3", "published_at": "2009-09-28 09:22:37 UTC" }, { "number": "2.3.10", "published_at": "2010-10-14 20:52:56 UTC" }, { "number": "2.3.11", "published_at": "2011-02-08 21:13:15 UTC" }, { "number": "2.3.12", "published_at": "2011-06-08 00:21:53 UTC" }, { "number": "2.3.14", "published_at": "2011-08-16 22:01:06 UTC" }, { "number": "2.3.15", "published_at": "2013-01-08 20:08:06 UTC" }, { "number": "2.3.16", "published_at": "2013-01-28 21:01:18 UTC" }, { "number": "2.3.17", "published_at": "2013-02-11 18:17:14 UTC" }, { "number": "2.3.18", "published_at": "2013-03-18 17:13:10 UTC" }, { "number": "2.3.2", "published_at": "2009-07-25 18:35:19 UTC" }, { "number": "2.3.3", "published_at": "2009-08-04 23:45:37 UTC" }, { "number": "2.3.4", "published_at": "2009-09-04 17:32:55 UTC" }, { "number": "2.3.5", "published_at": "2009-11-27 00:11:38 UTC" }, { "number": "2.3.6", "published_at": "2010-05-23 07:44:08 UTC" }, { "number": "2.3.6.pre", "published_at": "2010-03-08 00:12:55 UTC" }, { "number": "2.3.7", "published_at": "2010-05-24 08:21:11 UTC" }, { "number": "2.3.8", "published_at": "2010-05-25 04:52:52 UTC" }, { "number": "2.3.8.pre1", "published_at": "2010-05-24 21:17:13 UTC" }, { "number": "2.3.9", "published_at": "2010-09-04 21:53:58 UTC" }, { "number": "2.3.9.pre", "published_at": "2010-08-30 03:30:45 UTC" }, { "number": "3.0.0", "published_at": "2010-08-29 23:10:55 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 02:55:58 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:23:35 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:22:40 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:30:10 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:42:57 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:29 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:41 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:14:03 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:11:56 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:21:51 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:51:47 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:38:51 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:24:39 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:01:30 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:25:47 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:06:58 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:08:26 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:16:30 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:19:36 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:08:11 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:29:44 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:01:24 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:27:52 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:13:44 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 23:00:26 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:30:43 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:08:24 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:04:58 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:46:40 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:28:37 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:05:39 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:56:46 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:33:36 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:16:19 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:11:21 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:32:08 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:08:05 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:03:17 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:20:03 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:49:17 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:22:49 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:28:27 UTC" }, { "number": "3.0.pre", "published_at": "2009-10-16 22:14:43 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:18:18 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:21:49 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:25:02 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:16:33 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:27:13 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:54:24 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:05:10 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:33:14 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:27:09 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:29:56 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:08:17 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:17:21 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:13:15 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:26:50 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:16:53 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:30:49 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:31:53 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:15:10 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:47:13 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:50:39 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:52:01 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:39:01 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:24:46 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:01:36 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:25:53 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:08:35 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:20:06 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:19:42 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:46:24 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:40:45 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:05:24 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:32 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:19:47 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:08:24 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:17:26 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:13:20 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:25:31 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:06:14 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:44:40 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:25:31 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:13:22 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:23:05 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:54:03 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:40 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:17:12 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:01:08 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:54:41 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:15:22 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:01:44 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:52:09 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:37:01 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 16:00:16 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:05:18 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:25:38 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:22:07 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:34:24 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:20:34 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:18:51 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:39:12 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:26:17 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:11:20 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:14:11 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:24:53 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:01:43 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:39:00 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:26:03 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:08:45 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:47 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:23:24 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:57:40 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:28:55 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:21:25 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:07:02 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:33 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 18:00:37 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:31:23 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:04:59 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:38:27 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:24:21 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:07:06 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:32:23 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:47:42 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:54:44 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:37:08 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:08:47 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 16:00:26 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:07:53 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:53:40 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:46:09 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 21:56:02 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:40:57 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:49:05 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:01:13 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:48:25 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:36:08 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:30:09 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:12:08 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 15:03:56 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:05:40 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:14:53 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:23:30 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:03:30 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:41:31 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:01:52 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:19:52 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:14:22 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:46:12 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:57:21 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:11:13 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:10:07 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:49:13 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:23:46 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:21:12 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:38:35 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:31:24 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 17:58:48 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:24:39 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:03:58 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:00:02 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:11:51 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 17:20:15 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:25:48 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:18:02 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:44:34 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:54:16 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:35:53 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:42:17 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:19:20 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:13:40 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:04 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:11:31 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:29:30 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:27:24 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:05:23 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:52:24 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 16:59:25 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:24:56 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:51:49 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:11:34 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:37:14 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:11:16 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 16:00:36 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:03:13 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:00 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:02 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:33:51 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:44:09 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:37:20 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:13:19 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:52:17 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:20 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:01 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:40:34 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:26:20 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:41:02 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:06:28 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:19:52 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:18:16 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:34:22 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:24:40 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:01:47 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:29:07 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:02 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:24:52 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:19:27 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:04:45 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:25:56 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:15:47 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:46:40 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:00:57 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:31:56 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:36:39 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:54:18 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:34:37 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:30:53 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:07:40 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:44:30 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:29:19 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:49:13 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:01 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:20:59 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:34:49 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:14 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:26:05 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:05:13 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:15:20 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:53:57 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:00:33 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:55:37 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:02:00 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:06:17 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:01:10 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:11:39 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:12:25 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:54:26 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:03:23 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:57:27 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:47:53 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:03:48 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:42:26 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:24:32 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:45:33 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:09:55 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:58:16 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:08:23 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 20:59:19 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:54:47 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:56:32 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:29:00 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:10:13 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:50:01 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:02:15 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:13:28 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:31:29 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:16:34 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:11:13 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:49:39 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:35:47 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 19:54:15 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:57:58 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:27:40 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:10:23 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:04:56 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:02:42 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:02:00 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:36:00 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:50:03 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:42:46 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:12:39 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:14:30 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:12:32 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:52:13 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:43:13 UTC" } ] }, { "name": "activerecord", "platform": "Rubygems", "description": "Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 30, "latest_release_published_at": "2019-01-18 20:43:28 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/activerecord", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/activerecord-6.0.0.beta1.gem", "dependents_count": 5269, "dependent_repos_count": 473678, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:12:46 UTC", "versions": [ { "number": "1.0.0", "published_at": "2009-07-25 18:35:49 UTC" }, { "number": "1.1.0", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.10.0", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.10.1", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.11.0", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.11.1", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.12.1", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.12.2", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.13.0", "published_at": "2009-07-25 18:35:48 UTC" }, { "number": "1.13.1", "published_at": "2009-07-25 18:35:47 UTC" }, { "number": "1.13.2", "published_at": "2009-07-25 18:35:47 UTC" }, { "number": "1.14.0", "published_at": "2009-07-25 18:35:47 UTC" }, { "number": "1.14.1", "published_at": "2009-07-25 18:35:47 UTC" }, { "number": "1.14.2", "published_at": "2009-07-25 18:35:47 UTC" }, { "number": "1.14.3", "published_at": "2009-07-25 18:35:47 UTC" }, { "number": "1.14.4", "published_at": "2009-07-25 18:35:46 UTC" }, { "number": "1.15.0", "published_at": "2009-07-25 18:35:46 UTC" }, { "number": "1.15.1", "published_at": "2009-07-25 18:35:46 UTC" }, { "number": "1.15.2", "published_at": "2009-07-25 18:35:46 UTC" }, { "number": "1.15.3", "published_at": "2009-07-25 18:35:46 UTC" }, { "number": "1.15.4", "published_at": "2009-07-25 18:35:46 UTC" }, { "number": "1.15.5", "published_at": "2009-07-25 18:35:45 UTC" }, { "number": "1.15.6", "published_at": "2009-07-25 18:35:45 UTC" }, { "number": "1.2.0", "published_at": "2009-07-25 18:35:45 UTC" }, { "number": "1.3.0", "published_at": "2009-07-25 18:35:45 UTC" }, { "number": "1.4.0", "published_at": "2009-07-25 18:35:45 UTC" }, { "number": "1.5.0", "published_at": "2009-07-25 18:35:44 UTC" }, { "number": "1.5.1", "published_at": "2009-07-25 18:35:44 UTC" }, { "number": "1.6.0", "published_at": "2009-07-25 18:35:44 UTC" }, { "number": "1.7.0", "published_at": "2009-07-25 18:35:44 UTC" }, { "number": "1.8.0", "published_at": "2009-07-25 18:35:44 UTC" }, { "number": "1.9.0", "published_at": "2009-07-25 18:35:44 UTC" }, { "number": "1.9.1", "published_at": "2009-07-25 18:35:43 UTC" }, { "number": "2.0.0", "published_at": "2009-07-25 18:35:43 UTC" }, { "number": "2.0.1", "published_at": "2009-07-25 18:35:43 UTC" }, { "number": "2.0.2", "published_at": "2009-07-25 18:35:43 UTC" }, { "number": "2.0.4", "published_at": "2009-07-25 18:35:43 UTC" }, { "number": "2.0.5", "published_at": "2009-07-25 18:35:43 UTC" }, { "number": "2.1.0", "published_at": "2009-07-25 18:35:42 UTC" }, { "number": "2.1.1", "published_at": "2009-07-25 18:35:42 UTC" }, { "number": "2.1.2", "published_at": "2009-07-25 18:35:42 UTC" }, { "number": "2.2.2", "published_at": "2009-07-25 18:35:42 UTC" }, { "number": "2.2.3", "published_at": "2009-09-28 09:22:36 UTC" }, { "number": "2.3.10", "published_at": "2010-10-14 20:52:41 UTC" }, { "number": "2.3.11", "published_at": "2011-02-08 21:15:54 UTC" }, { "number": "2.3.12", "published_at": "2011-06-08 00:21:27 UTC" }, { "number": "2.3.14", "published_at": "2011-08-16 22:00:38 UTC" }, { "number": "2.3.15", "published_at": "2013-01-08 20:07:24 UTC" }, { "number": "2.3.16", "published_at": "2013-01-28 21:00:56 UTC" }, { "number": "2.3.17", "published_at": "2013-02-11 18:16:44 UTC" }, { "number": "2.3.18", "published_at": "2013-03-18 17:12:43 UTC" }, { "number": "2.3.2", "published_at": "2009-07-25 18:35:42 UTC" }, { "number": "2.3.3", "published_at": "2009-08-04 23:44:46 UTC" }, { "number": "2.3.4", "published_at": "2009-09-04 17:33:04 UTC" }, { "number": "2.3.5", "published_at": "2009-11-27 00:12:33 UTC" }, { "number": "2.3.6", "published_at": "2010-05-23 07:44:43 UTC" }, { "number": "2.3.7", "published_at": "2010-05-24 08:21:54 UTC" }, { "number": "2.3.8", "published_at": "2010-05-25 04:52:36 UTC" }, { "number": "2.3.8.pre1", "published_at": "2010-05-24 21:16:58 UTC" }, { "number": "2.3.9", "published_at": "2010-09-04 21:54:34 UTC" }, { "number": "2.3.9.pre", "published_at": "2010-08-30 03:32:06 UTC" }, { "number": "3.0.0", "published_at": "2010-08-29 23:10:59 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 03:01:40 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:24:29 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:22:48 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:30:37 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:43:00 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:33 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:29 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:13:30 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:11:37 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:22:05 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:51:04 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:37:56 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:24:04 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:00:57 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:24:57 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:06:44 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:07:34 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:15:50 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:19:01 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:07:30 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:26 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:01:02 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:28:07 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:16:10 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 22:59:51 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:30:18 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:08:00 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:03:26 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:45:03 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:28:08 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:05:09 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:56:00 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:32:42 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:15:25 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:10:46 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:31:39 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:07:37 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:03:44 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:19:38 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:49:50 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:23:16 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:28:54 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:17:45 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:22:12 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:25:24 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:15:40 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:26:47 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:54:55 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:04:47 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:32:49 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:26:35 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:29:27 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:07:36 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:16:49 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:12:47 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:25:23 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:16:24 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:30:18 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:32:08 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:15:47 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:47:29 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:51:12 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:51:10 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:38:10 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:24:11 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:01:04 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:25:08 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:07:44 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:19:23 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:19:06 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:46:43 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:40:50 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:05:07 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:17 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:19:11 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:07:41 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:16:54 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:12:53 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:25:15 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:06:00 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:44:16 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:25:09 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:13:01 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:22:54 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:53:53 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:29 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:17:01 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:00:53 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:54:22 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:15:46 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:01:59 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:51:17 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:36:32 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 15:59:34 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:05:40 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:24:56 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:22:25 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:33:33 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:20:11 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:18:30 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:38:21 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:26:01 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:10:54 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:13:54 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:24:17 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:01:09 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:38:49 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:25:18 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:07:56 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:30 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:22:52 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:57:16 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:28:36 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:21:05 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:06:48 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:17 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 18:00:14 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:31:44 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:05:10 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:38:36 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:24:42 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:07:28 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:32:41 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:47:56 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:54:59 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:36:38 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:09:00 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 15:59:44 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:08:08 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:54:03 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:45:59 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 21:55:53 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:40:49 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:48:49 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:00:58 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:48:44 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:36:25 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:30:32 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:12:30 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 16:28:35 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:05:55 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:15:11 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:23:47 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:03:46 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:41:46 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:02:09 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:20:30 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:14:38 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:46:31 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:57:50 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:11:42 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:10:25 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:49:30 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:24:04 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:21:29 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:38:49 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:31:48 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 17:59:05 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:25:05 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:04:19 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:00:24 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:12:16 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 17:20:34 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:25:05 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:18:24 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:44:52 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:54:35 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:36:09 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:42:41 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:19:47 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:14:08 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:19 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:11:48 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:29:51 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:27:44 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:05:39 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:52:41 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 16:59:48 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:25:15 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:52:03 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:12:01 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:36:44 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:11:29 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 15:59:53 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:03:38 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:14 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:10 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:06 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:44:30 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:36:50 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:13:11 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:52:32 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:34 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:12 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:40:54 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:26:50 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:41:25 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:06:43 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:20:19 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:18:38 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:34:37 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:24:56 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:02:07 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:29:31 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:18 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:25:18 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:19:46 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:05:47 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:25:13 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:16:06 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:46:58 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:01:13 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:32:16 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:36:57 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:54:53 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:33:45 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:31:30 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:07:55 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:44:51 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:29:48 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:49:32 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:22 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:21:27 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:33:59 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:29 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:25:22 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:05:31 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:15:34 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:54:19 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:01:02 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:56:09 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:02:25 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:06:38 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:01:30 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:12:00 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:12:44 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:54:44 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:03:41 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:57:45 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:48:13 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:04:11 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:42:44 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:24:55 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:46:01 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:10:16 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:58:34 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:08:38 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 20:59:35 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:55:11 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:56:50 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:29:30 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:10:32 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:50:21 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:02:34 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:13:53 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:31:52 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:16:57 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:11:34 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:50:07 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:36:08 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 19:54:37 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:58:13 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:27:58 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:10:39 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:05:14 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:03:08 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:02:27 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:36:17 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:50:21 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:43:03 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:12:54 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:14:47 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:12:46 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:52:31 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:43:28 UTC" } ] }, { "name": "activemodel", "platform": "Rubygems", "description": "A toolkit for building modeling frameworks like Active Record. Rich support for attributes, callbacks, validations, serialization, internationalization, and testing.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 28, "latest_release_published_at": "2019-01-18 20:43:21 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/activemodel", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/activemodel-6.0.0.beta1.gem", "dependents_count": 1703, "dependent_repos_count": 471241, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:12:40 UTC", "versions": [ { "number": "3.0.0", "published_at": "2010-08-29 23:10:57 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 03:00:28 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:24:09 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:22:45 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:30:35 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:42:58 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:31 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:22 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:13:11 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:11:26 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:21:57 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:50:46 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:37:35 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:23:50 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:00:42 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:24:32 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:06:35 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:07:06 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:15:28 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:18:45 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:07:03 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:24 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:00:48 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:27:59 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:16:50 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 22:59:36 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:30:05 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:07:48 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:02:03 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:43:57 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:27:52 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:04:53 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:55:29 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:32:12 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:14:57 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:10:30 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:31:26 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:07:22 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:03:29 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:19:24 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:49:31 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:23:01 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:28:40 UTC" }, { "number": "3.0.pre", "published_at": "2009-10-16 22:14:52 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:17:17 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:22:00 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:25:13 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:15:10 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:26:34 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:54:38 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:04:35 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:32:37 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:26:11 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:29:06 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:07:13 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:16:35 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:12:33 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:24:37 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:16:07 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:30:00 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:31:58 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:15:25 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:47:20 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:50:55 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:50:51 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:37:40 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:23:54 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:00:47 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:24:40 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:07:14 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:19:06 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:18:51 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:46:31 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:40:48 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:04:57 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:07 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:18:55 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:07:17 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:16:39 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:12:37 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:25:06 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:05:53 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:44:05 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:24:56 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:12:51 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:22:48 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:53:47 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:23 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:16:56 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:00:43 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:54:11 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:15:33 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:01:51 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:50:55 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:36:09 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 15:59:09 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:05:27 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:24:25 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:22:15 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:32:59 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:20:00 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:18:18 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:37:45 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:25:49 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:10:39 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:13:40 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:23:58 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:00:52 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:38:43 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:24:48 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:07:22 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:20 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:22:29 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:56:47 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:28:21 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:20:46 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:06:35 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:09 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 17:59:51 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:31:32 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:05:04 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:38:31 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:24:28 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:07:15 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:32:31 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:47:49 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:54:51 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:36:15 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:08:53 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 15:59:16 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:08:00 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:53:54 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:45:48 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 21:55:31 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:40:33 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:48:32 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:00:47 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:48:33 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:36:15 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:30:22 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:12:18 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 15:04:04 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:05:47 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:15:02 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:23:38 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:03:37 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:41:38 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:01:59 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:20:04 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:14:30 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:46:21 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:57:33 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:11:24 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:10:16 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:49:21 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:23:54 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:21:20 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:38:41 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:31:36 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 17:58:56 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:24:47 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:04:09 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:00:13 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:11:59 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 17:20:24 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:24:33 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:18:12 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:44:42 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:54:24 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:36:01 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:42:26 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:19:33 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:13:54 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:11 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:11:41 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:29:40 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:27:34 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:05:31 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:52:31 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 16:59:31 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:25:04 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:51:56 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:11:41 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:36:21 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:11:22 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 15:59:24 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:03:22 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:07 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:06 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:33:56 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:44:17 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:36:26 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:13:02 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:52:24 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:27 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:06 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:40:41 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:26:29 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:41:13 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:06:36 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:20:02 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:18:25 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:34:29 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:24:49 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:01:56 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:29:19 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:09 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:25:04 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:19:37 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:04:55 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:24:41 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:15:56 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:46:49 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:01:04 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:32:04 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:36:47 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:54:34 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:33:10 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:31:13 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:07:48 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:44:42 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:29:36 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:49:23 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:12 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:21:12 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:33:22 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:21 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:24:47 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:05:21 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:15:27 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:54:08 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:00:46 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:55:49 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:02:13 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:06:27 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:01:18 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:11:47 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:12:33 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:54:35 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:03:31 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:57:37 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:48:01 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:03:59 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:42:34 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:24:43 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:45:45 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:10:06 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:58:24 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:08:31 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 20:59:27 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:54:57 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:56:41 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:29:16 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:10:22 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:50:12 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:02:22 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:13:39 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:31:41 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:16:43 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:11:24 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:49:52 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:35:55 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 19:54:25 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:58:05 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:27:49 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:10:31 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:05:05 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:02:53 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:02:14 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:36:08 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:50:12 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:42:54 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:12:46 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:14:39 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:12:40 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:52:22 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:43:21 UTC" } ] }, { "name": "node-sass", "platform": "NPM", "description": "Wrapper around libsass", "homepage": "https://github.com/sass/node-sass", "repository_url": "https://github.com/sass/node-sass", "normalized_licenses": [ "MIT" ], "rank": 28, "latest_release_published_at": "2018-11-15 11:39:45 UTC", "latest_release_number": "4.11.0", "language": "C++", "status": null, "package_manager_url": "https://www.npmjs.com/package/node-sass", "stars": 5937, "forks": 829, "keywords": [ "css", "libsass", "preprocessor", "sass", "scss", "style", "node-sass", "sass-files", "scss-files" ], "latest_stable_release": "4.11.0", "latest_download_url": "https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz", "dependents_count": 26725, "dependent_repos_count": 181559, "latest_stable_release_number": "4.11.0", "latest_stable_release_published_at": "2018-11-15 11:39:45 UTC", "versions": [ { "number": "0.2.0", "published_at": "2012-06-12 19:49:45 UTC" }, { "number": "0.2.1", "published_at": "2012-06-17 20:50:20 UTC" }, { "number": "0.2.2", "published_at": "2012-07-08 17:28:18 UTC" }, { "number": "0.2.3", "published_at": "2012-08-23 11:53:31 UTC" }, { "number": "0.2.4", "published_at": "2012-08-26 20:16:39 UTC" }, { "number": "0.2.5", "published_at": "2012-11-01 09:05:07 UTC" }, { "number": "0.2.6", "published_at": "2013-01-12 10:53:26 UTC" }, { "number": "0.3.0", "published_at": "2013-02-03 21:26:38 UTC" }, { "number": "0.4.0", "published_at": "2013-03-28 17:10:12 UTC" }, { "number": "0.4.1", "published_at": "2013-04-15 23:28:40 UTC" }, { "number": "0.4.2", "published_at": "2013-04-19 12:49:01 UTC" }, { "number": "0.4.3", "published_at": "2013-04-22 09:13:18 UTC" }, { "number": "0.4.4", "published_at": "2013-04-27 22:27:05 UTC" }, { "number": "0.5.0", "published_at": "2013-05-10 10:27:20 UTC" }, { "number": "0.5.1", "published_at": "2013-05-29 07:41:59 UTC" }, { "number": "0.5.2", "published_at": "2013-06-12 10:19:49 UTC" }, { "number": "0.5.3", "published_at": "2013-07-08 08:08:26 UTC" }, { "number": "0.5.4", "published_at": "2013-07-12 21:32:56 UTC" }, { "number": "0.6.0", "published_at": "2013-07-30 20:23:32 UTC" }, { "number": "0.6.1", "published_at": "2013-07-30 21:00:51 UTC" }, { "number": "0.6.2", "published_at": "2013-08-01 21:25:56 UTC" }, { "number": "0.6.3", "published_at": "2013-08-02 19:09:50 UTC" }, { "number": "0.6.4", "published_at": "2013-08-08 19:39:40 UTC" }, { "number": "0.6.5", "published_at": "2013-09-07 08:30:30 UTC" }, { "number": "0.6.6", "published_at": "2013-09-13 16:31:16 UTC" }, { "number": "0.6.7", "published_at": "2013-10-03 09:01:27 UTC" }, { "number": "0.7.0", "published_at": "2013-10-23 08:44:00 UTC" }, { "number": "0.7.0-alpha", "published_at": "2013-10-19 15:13:39 UTC" }, { "number": "0.8.0", "published_at": "2014-01-10 23:56:39 UTC" }, { "number": "0.8.1", "published_at": "2014-01-13 08:47:58 UTC" }, { "number": "0.8.2", "published_at": "2014-03-12 17:35:26 UTC" }, { "number": "0.8.3", "published_at": "2014-03-12 17:41:42 UTC" }, { "number": "0.8.4", "published_at": "2014-03-26 20:03:04 UTC" }, { "number": "0.8.5", "published_at": "2014-04-22 09:14:36 UTC" }, { "number": "0.8.6", "published_at": "2014-04-22 13:08:42 UTC" }, { "number": "0.9.0", "published_at": "2014-06-05 20:34:24 UTC" }, { "number": "0.9.1", "published_at": "2014-06-06 10:28:02 UTC" }, { "number": "0.9.2", "published_at": "2014-06-08 19:48:26 UTC" }, { "number": "0.9.3", "published_at": "2014-06-16 09:26:38 UTC" }, { "number": "0.9.4", "published_at": "2014-09-21 20:24:00 UTC" }, { "number": "0.9.4-rc1", "published_at": "2014-09-20 15:38:26 UTC" }, { "number": "0.9.5", "published_at": "2014-10-05 11:01:24 UTC" }, { "number": "0.9.5-rc1", "published_at": "2014-09-22 16:39:18 UTC" }, { "number": "0.9.6", "published_at": "2014-10-06 07:09:06 UTC" }, { "number": "1.0.0", "published_at": "2014-10-16 20:03:11 UTC" }, { "number": "1.0.1", "published_at": "2014-10-16 20:17:45 UTC" }, { "number": "1.0.2", "published_at": "2014-10-24 20:57:56 UTC" }, { "number": "1.0.2-alpha", "published_at": "2014-10-24 20:49:20 UTC" }, { "number": "1.0.3", "published_at": "2014-10-24 21:42:54 UTC" }, { "number": "1.1.0", "published_at": "2014-10-29 10:19:52 UTC" }, { "number": "1.1.1", "published_at": "2014-10-29 11:44:43 UTC" }, { "number": "1.1.2", "published_at": "2014-10-29 12:36:06 UTC" }, { "number": "1.1.3", "published_at": "2014-10-29 12:47:17 UTC" }, { "number": "1.1.4", "published_at": "2014-10-29 17:07:45 UTC" }, { "number": "1.2.0", "published_at": "2014-11-06 10:30:58 UTC" }, { "number": "1.2.1", "published_at": "2014-11-06 10:36:59 UTC" }, { "number": "1.2.2", "published_at": "2014-11-06 18:51:52 UTC" }, { "number": "1.2.3", "published_at": "2014-11-19 21:44:00 UTC" }, { "number": "2.0.0", "published_at": "2015-02-12 04:04:23 UTC" }, { "number": "2.0.0-beta", "published_at": "2014-12-24 23:40:39 UTC" }, { "number": "2.0.1", "published_at": "2015-02-12 08:43:40 UTC" }, { "number": "2.1.0", "published_at": "2015-03-28 17:51:00 UTC" }, { "number": "2.1.1", "published_at": "2015-03-28 18:16:08 UTC" }, { "number": "3.0.0", "published_at": "2015-05-06 13:51:55 UTC" }, { "number": "3.0.0-alpha.0", "published_at": "2015-03-16 02:17:47 UTC" }, { "number": "3.0.0-beta.1", "published_at": "2015-03-24 21:46:30 UTC" }, { "number": "3.0.0-beta.2", "published_at": "2015-03-25 21:50:29 UTC" }, { "number": "3.0.0-beta.3", "published_at": "2015-03-27 07:45:41 UTC" }, { "number": "3.0.0-beta.4", "published_at": "2015-03-27 10:08:00 UTC" }, { "number": "3.0.0-beta.5", "published_at": "2015-04-06 10:18:06 UTC" }, { "number": "3.0.0-beta.6", "published_at": "2015-04-22 00:40:34 UTC" }, { "number": "3.0.0-beta.7", "published_at": "2015-04-22 01:19:32 UTC" }, { "number": "3.0.0-pre", "published_at": "2015-03-11 06:29:45 UTC" }, { "number": "3.0.0-preview", "published_at": "2015-03-11 05:24:39 UTC" }, { "number": "3.1.0", "published_at": "2015-05-13 12:20:32 UTC" }, { "number": "3.10.0", "published_at": "2016-09-14 01:40:28 UTC" }, { "number": "3.10.0-1", "published_at": "2016-09-30 05:38:33 UTC" }, { "number": "3.10.1", "published_at": "2016-09-30 06:55:05 UTC" }, { "number": "3.1.1", "published_at": "2015-05-15 06:35:50 UTC" }, { "number": "3.11.0", "published_at": "2016-11-03 00:15:22 UTC" }, { "number": "3.11.1", "published_at": "2016-11-03 12:00:20 UTC" }, { "number": "3.11.2", "published_at": "2016-11-05 06:29:23 UTC" }, { "number": "3.11.3", "published_at": "2016-11-12 04:24:43 UTC" }, { "number": "3.1.2", "published_at": "2015-05-21 02:57:01 UTC" }, { "number": "3.12.0", "published_at": "2016-11-13 22:57:35 UTC" }, { "number": "3.12.1", "published_at": "2016-11-14 00:22:06 UTC" }, { "number": "3.12.2", "published_at": "2016-11-14 05:35:17 UTC" }, { "number": "3.12.3", "published_at": "2016-11-15 02:17:35 UTC" }, { "number": "3.12.4", "published_at": "2016-11-15 02:57:20 UTC" }, { "number": "3.12.5", "published_at": "2016-11-15 03:30:08 UTC" }, { "number": "3.13.0", "published_at": "2016-11-15 23:45:19 UTC" }, { "number": "3.13.1", "published_at": "2016-12-10 06:17:48 UTC" }, { "number": "3.14.0-0", "published_at": "2016-11-17 14:46:06 UTC" }, { "number": "3.2.0", "published_at": "2015-06-11 17:57:07 UTC" }, { "number": "3.3.0", "published_at": "2015-08-26 02:47:27 UTC" }, { "number": "3.3.1", "published_at": "2015-08-26 10:18:33 UTC" }, { "number": "3.3.2", "published_at": "2015-08-30 04:21:09 UTC" }, { "number": "3.3.3", "published_at": "2015-09-17 16:00:05 UTC" }, { "number": "3.4.0", "published_at": "2015-10-25 03:24:53 UTC" }, { "number": "3.4.0-beta1", "published_at": "2015-09-18 06:59:15 UTC" }, { "number": "3.4.0-beta.2", "published_at": "2015-10-16 09:30:14 UTC" }, { "number": "3.4.1", "published_at": "2015-10-27 01:55:26 UTC" }, { "number": "3.4.2", "published_at": "2015-11-12 16:39:26 UTC" }, { "number": "3.5.0-beta.1", "published_at": "2016-01-29 01:24:46 UTC" }, { "number": "3.5.1", "published_at": "2016-04-20 14:22:16 UTC" }, { "number": "3.5.2", "published_at": "2016-04-21 10:57:02 UTC" }, { "number": "3.5.3", "published_at": "2016-04-21 13:07:34 UTC" }, { "number": "3.6.0", "published_at": "2016-04-23 12:19:16 UTC" }, { "number": "3.7.0", "published_at": "2016-05-03 09:54:24 UTC" }, { "number": "3.8.0", "published_at": "2016-06-17 23:33:09 UTC" }, { "number": "3.9.0", "published_at": "2016-09-04 23:30:02 UTC" }, { "number": "3.9.1", "published_at": "2016-09-06 05:15:57 UTC" }, { "number": "3.9.2", "published_at": "2016-09-06 06:11:24 UTC" }, { "number": "3.9.3", "published_at": "2016-09-06 10:27:12 UTC" }, { "number": "4.0.0", "published_at": "2016-12-10 13:42:01 UTC" }, { "number": "4.1.0", "published_at": "2016-12-19 07:32:33 UTC" }, { "number": "4.10.0", "published_at": "2018-11-04 07:13:47 UTC" }, { "number": "4.1.1", "published_at": "2016-12-20 10:24:02 UTC" }, { "number": "4.11.0", "published_at": "2018-11-15 11:39:45 UTC" }, { "number": "4.2.0", "published_at": "2017-01-09 00:31:48 UTC" }, { "number": "4.3.0", "published_at": "2017-01-12 22:58:09 UTC" }, { "number": "4.4.0", "published_at": "2017-01-27 02:27:08 UTC" }, { "number": "4.5.0", "published_at": "2017-02-01 03:46:38 UTC" }, { "number": "4.5.1", "published_at": "2017-03-21 11:21:59 UTC" }, { "number": "4.5.2", "published_at": "2017-03-29 06:30:58 UTC" }, { "number": "4.5.3", "published_at": "2017-05-16 14:58:38 UTC" }, { "number": "4.6.0", "published_at": "2017-11-03 23:00:40 UTC" }, { "number": "4.6.1", "published_at": "2017-11-11 23:06:07 UTC" }, { "number": "4.7.1", "published_at": "2017-11-17 23:34:03 UTC" }, { "number": "4.7.2", "published_at": "2017-11-20 21:50:28 UTC" }, { "number": "4.8.0", "published_at": "2018-03-11 00:42:59 UTC" }, { "number": "4.8.1", "published_at": "2018-03-11 09:53:43 UTC" }, { "number": "4.8.2", "published_at": "2018-03-13 13:08:01 UTC" }, { "number": "4.8.3", "published_at": "2018-03-18 23:40:23 UTC" }, { "number": "4.9.0", "published_at": "2018-04-25 16:21:18 UTC" }, { "number": "4.9.1", "published_at": "2018-07-05 10:15:19 UTC" }, { "number": "4.9.2", "published_at": "2018-07-08 06:38:57 UTC" }, { "number": "4.9.3", "published_at": "2018-08-09 13:03:15 UTC" }, { "number": "4.9.4", "published_at": "2018-10-15 07:53:45 UTC" } ] }, { "name": "actionpack", "platform": "Rubygems", "description": "Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 28, "latest_release_published_at": "2019-01-18 20:46:44 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/actionpack", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/actionpack-6.0.0.beta1.gem", "dependents_count": 1479, "dependent_repos_count": 454530, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:13:11 UTC", "versions": [ { "number": "0.9.0", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "0.9.5", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "1.0.0", "published_at": "2009-07-25 18:36:19 UTC" }, { "number": "1.0.1", "published_at": "2009-07-25 18:36:19 UTC" }, { "number": "1.1.0", "published_at": "2009-07-25 18:36:19 UTC" }, { "number": "1.10.1", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.10.2", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.11.0", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.11.1", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.11.2", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.12.0", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.12.1", "published_at": "2009-07-25 18:36:18 UTC" }, { "number": "1.12.2", "published_at": "2009-07-25 18:36:17 UTC" }, { "number": "1.12.3", "published_at": "2009-07-25 18:36:17 UTC" }, { "number": "1.12.4", "published_at": "2009-07-25 18:36:17 UTC" }, { "number": "1.12.5", "published_at": "2009-07-25 18:36:17 UTC" }, { "number": "1.13.0", "published_at": "2009-07-25 18:36:17 UTC" }, { "number": "1.13.1", "published_at": "2009-07-25 18:36:16 UTC" }, { "number": "1.13.2", "published_at": "2009-07-25 18:36:16 UTC" }, { "number": "1.13.3", "published_at": "2009-07-25 18:36:16 UTC" }, { "number": "1.13.4", "published_at": "2009-07-25 18:36:16 UTC" }, { "number": "1.13.5", "published_at": "2009-07-25 18:36:16 UTC" }, { "number": "1.13.6", "published_at": "2009-07-25 18:36:16 UTC" }, { "number": "1.2.0", "published_at": "2009-07-25 18:36:15 UTC" }, { "number": "1.3.0", "published_at": "2009-07-25 18:36:15 UTC" }, { "number": "1.3.1", "published_at": "2009-07-25 18:36:15 UTC" }, { "number": "1.4.0", "published_at": "2009-07-25 18:36:15 UTC" }, { "number": "1.5.0", "published_at": "2009-07-25 18:36:15 UTC" }, { "number": "1.5.1", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "1.6.0", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "1.7.0", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "1.8.0", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "1.8.1", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "1.9.0", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "1.9.1", "published_at": "2009-07-25 18:36:14 UTC" }, { "number": "2.0.0", "published_at": "2009-07-25 18:36:13 UTC" }, { "number": "2.0.1", "published_at": "2009-07-25 18:36:13 UTC" }, { "number": "2.0.2", "published_at": "2009-07-25 18:36:13 UTC" }, { "number": "2.0.4", "published_at": "2009-07-25 18:36:13 UTC" }, { "number": "2.0.5", "published_at": "2009-07-25 18:36:13 UTC" }, { "number": "2.1.0", "published_at": "2009-07-25 18:36:12 UTC" }, { "number": "2.1.1", "published_at": "2009-07-25 18:36:12 UTC" }, { "number": "2.1.2", "published_at": "2009-07-25 18:36:12 UTC" }, { "number": "2.2.2", "published_at": "2009-07-25 18:36:12 UTC" }, { "number": "2.2.3", "published_at": "2009-09-28 09:22:24 UTC" }, { "number": "2.3.10", "published_at": "2010-10-14 20:52:30 UTC" }, { "number": "2.3.11", "published_at": "2011-02-08 21:15:07 UTC" }, { "number": "2.3.12", "published_at": "2011-06-08 00:21:12 UTC" }, { "number": "2.3.14", "published_at": "2011-08-16 22:00:17 UTC" }, { "number": "2.3.15", "published_at": "2013-01-08 20:06:36 UTC" }, { "number": "2.3.16", "published_at": "2013-01-28 21:00:36 UTC" }, { "number": "2.3.17", "published_at": "2013-02-11 18:16:20 UTC" }, { "number": "2.3.18", "published_at": "2013-03-18 17:12:20 UTC" }, { "number": "2.3.2", "published_at": "2009-07-25 18:36:12 UTC" }, { "number": "2.3.3", "published_at": "2009-08-04 23:43:44 UTC" }, { "number": "2.3.4", "published_at": "2009-09-04 17:33:18 UTC" }, { "number": "2.3.5", "published_at": "2009-11-27 00:12:05 UTC" }, { "number": "2.3.6", "published_at": "2010-05-23 07:48:05 UTC" }, { "number": "2.3.7", "published_at": "2010-05-24 08:22:17 UTC" }, { "number": "2.3.8", "published_at": "2010-05-25 04:52:24 UTC" }, { "number": "2.3.8.pre1", "published_at": "2010-05-24 21:16:46 UTC" }, { "number": "2.3.9", "published_at": "2010-09-04 21:54:15 UTC" }, { "number": "2.3.9.pre", "published_at": "2010-08-30 03:31:58 UTC" }, { "number": "3.0.0", "published_at": "2010-08-29 23:11:04 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 02:59:23 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:24:58 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:22:57 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:30:49 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:43:05 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:38 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:17 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:12:56 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:11:16 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:22:23 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:50:27 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:37:02 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:23:32 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:00:25 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:24:06 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:06:28 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:06:32 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:15:13 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:18:30 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:06:45 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:31 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:00:43 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:28:26 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:15:30 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 22:59:24 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:29:53 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:07:37 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:01:32 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:43:30 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:27:38 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:04:36 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:55:11 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:31:48 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:14:31 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:10:15 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:31:11 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:07:09 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:04:14 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:19:10 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:50:24 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:23:45 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:29:22 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:17:03 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:22:39 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:25:48 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:14:45 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:26:22 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:55:29 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:04:23 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:32:24 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:25:59 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:28:55 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:06:51 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:16:24 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:12:24 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:24:22 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:15:56 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:29:49 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:32:32 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:16:20 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:48:16 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:51:43 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:50:33 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:37:13 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:23:38 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:00:31 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:24:13 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:06:44 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:18:58 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:18:36 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:47:01 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:40:56 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:04:53 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:00 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:18:41 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:06:57 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:16:30 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:12:29 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:24:58 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:05:47 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:43:56 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:24:46 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:12:43 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:22:42 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:53:42 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:18 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:16:50 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:00:32 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:54:03 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:16:16 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:02:19 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:50:41 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:35:31 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 15:58:37 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:06:01 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:23:25 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:23:45 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:31:41 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:19:51 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:18:09 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:37:26 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:25:44 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:10:33 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:13:35 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:23:45 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:00:37 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:38:39 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:24:25 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:06:55 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:13 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:22:16 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:56:30 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:28:14 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:20:38 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:06:30 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:04 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 17:59:42 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:32:01 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:05:17 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:38:43 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:24:56 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:07:40 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:32:49 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:48:05 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:55:07 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:35:37 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:09:12 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 15:58:46 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:08:18 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:54:18 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:45:41 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 21:55:14 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:40:19 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:48:17 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:00:38 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:49:00 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:36:36 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:30:46 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:12:42 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 16:28:57 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:06:09 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:15:27 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:23:58 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:03:56 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:41:57 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:02:19 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:20:58 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:14:52 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:51:32 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:58:19 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:12:01 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:10:50 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:49:57 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:24:35 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:21:52 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:39:17 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:32:24 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 17:59:30 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:25:29 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:04:37 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:02:04 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:12:35 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 17:21:05 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:23:33 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:18:48 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:45:10 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:54:57 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:36:32 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:43:01 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:20:12 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:14:35 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:40 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:12:13 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:30:10 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:28:04 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:06:00 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:53:00 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 17:00:09 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:25:32 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:52:25 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:12:18 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:35:44 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:11:45 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 15:58:53 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:03:52 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:39 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:20 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:15 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:44:57 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:35:51 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:12:42 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:52:53 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:45 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:22 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:41:17 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:28:27 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:41:50 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:06:56 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:20:43 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:19:06 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:35:03 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:25:13 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:02:30 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:29:52 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:37 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:26:00 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:20:06 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:06:12 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:23:41 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:16:26 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:47:18 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:01:41 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:32:43 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:37:15 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:55:24 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:31:55 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:32:06 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:08:15 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:45:20 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:30:12 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:49:52 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:42 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:21:53 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:32:09 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:42 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:23:50 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:05:48 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:15:48 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:54:38 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:01:30 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:56:52 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:02:46 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:06:58 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:01:52 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:12:21 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:13:03 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:55:03 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:03:59 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:58:05 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:48:31 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:04:32 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:43:05 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:25:15 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:46:32 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:10:32 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:58:51 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:08:54 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 20:59:58 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:57:36 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:57:09 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:30:02 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:10:55 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:50:46 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:03:00 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:14:17 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:37:11 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:17:23 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:11:59 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:50:46 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:36:34 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 20:00:45 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:59:30 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:28:20 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:11:03 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:05:52 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:04:18 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:03:04 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:37:10 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:53:49 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:43:37 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:13:17 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:20:59 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:13:11 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:54:17 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:46:44 UTC" } ] }, { "name": "railties", "platform": "Rubygems", "description": "Rails internals: application bootup, plugins, generators, and rake tasks.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 28, "latest_release_published_at": "2019-01-18 21:24:23 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/railties", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/railties-6.0.0.beta1.gem", "dependents_count": 2430, "dependent_repos_count": 425020, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:14:56 UTC", "versions": [ { "number": "3.0.0", "published_at": "2010-08-29 23:11:09 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 03:02:06 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:30:21 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:23:12 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:31:02 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:43:11 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:43 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:57 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:14:56 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:12:20 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:23:13 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:52:47 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:39:58 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:25:25 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:02:07 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:26:40 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:07:25 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:09:24 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:17:56 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:20:09 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:08:57 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:38 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:01:45 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:28:58 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:18:18 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 23:01:04 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:31:13 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:12:28 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:07:26 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:49:18 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:29:12 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:06:17 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:57:59 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:34:44 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:17:16 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:12:18 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:32:45 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:08:38 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:04:58 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:20:36 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:51:21 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:24:20 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:29:54 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:19:03 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:23:04 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:26:12 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:17:34 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:27:46 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:56:10 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:05:36 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:33:51 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:28:30 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:31:01 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:09:09 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:17:51 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:13:42 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:31:38 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:17:46 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:32:33 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:33:19 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:17:19 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:49:13 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:52:45 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:53:06 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:40:20 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:25:37 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:02:18 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:26:57 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:09:41 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:21:20 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:20:20 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:47:42 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:41:05 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:06:02 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:56 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:20:29 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:09:20 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:18:01 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:13:53 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:25:40 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:06:28 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:45:03 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:25:56 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:13:44 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:23:21 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:54:21 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:57 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:17:28 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:01:41 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:55:13 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:16:50 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:02:40 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:53:19 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:38:13 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 16:01:27 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:06:26 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:27:08 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:24:12 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:35:44 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:21:02 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:19:17 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:40:40 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:26:57 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:12:22 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:15:03 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:25:48 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:02:32 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:39:14 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:27:18 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:09:59 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:46:15 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:24:31 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 21:00:31 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:29:47 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:22:37 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:07:20 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:51 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 18:02:28 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:32:22 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:05:28 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:38:54 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:25:26 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:07:59 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:33:04 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:48:21 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:55:24 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:38:18 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:09:36 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 16:01:35 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:08:43 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:54:31 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:46:44 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 22:01:16 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:41:19 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:49:35 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:01:48 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:49:27 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:36:52 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:31:05 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:13:08 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 16:29:57 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:06:37 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:15:46 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:24:16 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:04:15 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:42:21 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:02:42 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:21:31 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:15:04 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:52:29 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:58:45 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:12:28 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:11:12 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:50:14 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:24:53 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:22:24 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:39:35 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:32:41 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 18:00:01 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:25:49 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:04:55 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:02:44 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:13:07 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 18:20:13 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:27:15 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:19:31 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:45:31 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:55:20 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:36:53 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:43:20 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:20:41 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:15:05 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:56 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:12:32 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:30:30 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:28:27 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:06:27 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:53:21 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 17:00:37 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:25:53 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:52:39 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:12:54 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:38:24 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:12:05 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 16:01:44 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:04:15 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:56 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:32 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:25 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:45:18 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:38:29 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:13:37 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:53:07 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:58 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:32 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:41:47 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:29:11 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:42:20 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:07:18 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:21:22 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:19:36 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:35:35 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:25:43 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:02:56 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:30:31 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:23:02 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:26:56 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:20:52 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:06:39 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:27:22 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:16:55 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:47:46 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:02:19 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:33:09 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:37:40 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:56:00 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:35:56 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:32:55 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:08:42 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:46:10 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:30:44 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:50:19 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:28:12 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:32:11 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:36:08 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:18:06 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:27:29 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:06:19 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:16:17 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:55:16 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:02:28 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:57:37 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:03:33 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:07:39 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:02:37 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:13:05 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:13:44 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:55:38 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:08:40 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:58:46 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:49:20 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:05:17 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:43:47 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:26:00 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:47:28 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:27:19 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 18:18:07 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:09:29 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 21:00:38 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:59:40 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:57:47 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:30:59 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:11:31 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:51:32 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:03:39 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:15:04 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:37:54 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:18:06 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:12:43 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:51:54 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:37:26 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 20:01:54 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 19:00:30 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:28:55 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:11:40 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:06:55 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 19:19:02 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:04:21 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:38:48 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:54:49 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:44:43 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:14:09 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:22:30 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:14:56 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:55:16 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 21:24:23 UTC" } ] }, { "name": "activeresource", "platform": "Rubygems", "description": "REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.", "homepage": "http://www.rubyonrails.org", "repository_url": "", "normalized_licenses": [ "MIT" ], "rank": 27, "latest_release_published_at": "2018-11-02 15:30:29 UTC", "latest_release_number": "5.1.0", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/activeresource", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.1.0", "latest_download_url": "https://rubygems.org/downloads/activeresource-5.1.0.gem", "dependents_count": 383, "dependent_repos_count": 98709, "latest_stable_release_number": "5.1.0", "latest_stable_release_published_at": "2018-11-02 15:30:29 UTC", "versions": [ { "number": "2.0.1", "published_at": "2009-07-25 18:35:33 UTC" }, { "number": "2.0.2", "published_at": "2009-07-25 18:35:33 UTC" }, { "number": "2.0.4", "published_at": "2009-07-25 18:35:33 UTC" }, { "number": "2.0.5", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.1.0", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.1.1", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.1.2", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.2.2", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.2.3", "published_at": "2009-09-28 09:22:37 UTC" }, { "number": "2.3.0", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.3.10", "published_at": "2010-10-14 20:52:46 UTC" }, { "number": "2.3.11", "published_at": "2011-02-08 21:17:07 UTC" }, { "number": "2.3.12", "published_at": "2011-06-08 00:21:39 UTC" }, { "number": "2.3.14", "published_at": "2011-08-16 22:00:54 UTC" }, { "number": "2.3.15", "published_at": "2013-01-08 20:07:46 UTC" }, { "number": "2.3.16", "published_at": "2013-01-28 21:01:07 UTC" }, { "number": "2.3.17", "published_at": "2013-02-11 18:17:00 UTC" }, { "number": "2.3.18", "published_at": "2013-03-18 17:12:57 UTC" }, { "number": "2.3.2", "published_at": "2009-07-25 18:35:32 UTC" }, { "number": "2.3.3", "published_at": "2009-08-04 23:45:16 UTC" }, { "number": "2.3.4", "published_at": "2009-09-04 17:33:40 UTC" }, { "number": "2.3.5", "published_at": "2009-11-27 00:12:21 UTC" }, { "number": "2.3.6", "published_at": "2010-05-23 07:44:30 UTC" }, { "number": "2.3.7", "published_at": "2010-05-24 08:21:33 UTC" }, { "number": "2.3.8", "published_at": "2010-05-25 04:52:46 UTC" }, { "number": "2.3.8.pre1", "published_at": "2010-05-24 21:17:06 UTC" }, { "number": "2.3.9", "published_at": "2010-09-04 21:54:27 UTC" }, { "number": "2.3.9.pre", "published_at": "2010-08-30 03:31:03 UTC" }, { "number": "3.0.0", "published_at": "2010-08-29 23:11:01 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 03:01:23 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:26:11 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:22:53 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:30:46 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:43:02 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:35 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:34 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:13:45 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:11:47 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:22:13 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:51:24 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:38:28 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:24:24 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:01:15 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:25:26 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:06:50 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:08:04 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:16:13 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:19:17 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:07:51 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:28 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:01:13 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:28:11 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:17:21 UTC" }, { "number": "3.0.4.rc", "published_at": "2010-11-17 03:40:23 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 23:00:08 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:30:30 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:08:12 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:03:56 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:45:37 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:28:22 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:05:24 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:56:19 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:33:06 UTC" }, { "number": "3.0.8", "published_at": "2011-06-08 00:15:53 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:11:00 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:31:53 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:07:51 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:03:58 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:19:50 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:50:05 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:23:30 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:29:07 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:17:59 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:22:26 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:25:37 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-08 00:16:06 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:27:00 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:55:12 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:04:59 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:33:03 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:26:46 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:29:38 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:07:57 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:17:04 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:13:01 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:25:42 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:16:36 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:30:33 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:32:20 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:16:05 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:47:38 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:51:26 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:51:28 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:38:36 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:24:29 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:01:20 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:25:33 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:08:11 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:19:35 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:19:23 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:46:49 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:40:53 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:05:11 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:09:26 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:19:28 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:08:00 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:17:08 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:13:05 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:25:22 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:06:07 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:44:26 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:25:18 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:13:09 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:22:59 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:53:58 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:34 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:17:07 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:01:03 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:54:32 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:16:00 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:02:08 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:51:39 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:36:55 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 16:00:06 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:05:51 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:25:30 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:23:36 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:34:12 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:20:25 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:18:40 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:38:43 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:26:05 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:10:59 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:13:58 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:24:33 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:01:24 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:38:54 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:25:41 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:08:15 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:39 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:23:09 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:57:23 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:28:44 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:21:11 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:06:57 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:39:23 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 18:00:21 UTC" }, { "number": "4.0.0", "published_at": "2013-06-26 03:22:03 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-03-03 23:23:16 UTC" }, { "number": "4.1.0", "published_at": "2016-06-10 19:16:53 UTC" }, { "number": "5.0.0", "published_at": "2017-05-05 02:03:38 UTC" }, { "number": "5.1.0", "published_at": "2018-11-02 15:30:29 UTC" } ] }, { "name": "actionmailer", "platform": "Rubygems", "description": "Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 26, "latest_release_published_at": "2019-01-18 20:46:57 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/actionmailer", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/actionmailer-6.0.0.beta1.gem", "dependents_count": 300, "dependent_repos_count": 448899, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:13:23 UTC", "versions": [ { "number": "0.3.0", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.4.0", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.5.0", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.6.0", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.6.1", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.7.0", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.7.1", "published_at": "2009-07-25 18:36:24 UTC" }, { "number": "0.8.0", "published_at": "2009-07-25 18:36:23 UTC" }, { "number": "0.8.1", "published_at": "2009-07-25 18:36:23 UTC" }, { "number": "0.9.0", "published_at": "2009-07-25 18:36:23 UTC" }, { "number": "0.9.1", "published_at": "2009-07-25 18:36:23 UTC" }, { "number": "1.0.0", "published_at": "2009-07-25 18:36:23 UTC" }, { "number": "1.0.1", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.1.1", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.1.2", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.1.3", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.1.4", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.1.5", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.2.0", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.2.1", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.2.2", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.2.3", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.2.4", "published_at": "2009-07-25 18:36:22 UTC" }, { "number": "1.2.5", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.0", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.1", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.2", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.3", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.4", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.5", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "1.3.6", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "2.0.0", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "2.0.1", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "2.0.2", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "2.0.4", "published_at": "2009-07-25 18:36:21 UTC" }, { "number": "2.0.5", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "2.1.0", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "2.1.1", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "2.1.2", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "2.2.2", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "2.2.3", "published_at": "2009-09-28 09:22:15 UTC" }, { "number": "2.3.10", "published_at": "2010-10-14 20:52:15 UTC" }, { "number": "2.3.11", "published_at": "2011-02-08 21:16:25 UTC" }, { "number": "2.3.12", "published_at": "2011-06-07 23:57:31 UTC" }, { "number": "2.3.14", "published_at": "2011-08-16 21:59:56 UTC" }, { "number": "2.3.15", "published_at": "2013-01-08 20:06:11 UTC" }, { "number": "2.3.16", "published_at": "2013-01-28 21:00:23 UTC" }, { "number": "2.3.17", "published_at": "2013-02-11 18:16:03 UTC" }, { "number": "2.3.18", "published_at": "2013-03-18 17:12:06 UTC" }, { "number": "2.3.2", "published_at": "2009-07-25 18:36:20 UTC" }, { "number": "2.3.3", "published_at": "2009-08-04 23:43:28 UTC" }, { "number": "2.3.4", "published_at": "2009-09-04 17:33:27 UTC" }, { "number": "2.3.5", "published_at": "2009-11-27 00:12:15 UTC" }, { "number": "2.3.6", "published_at": "2010-05-23 07:49:03 UTC" }, { "number": "2.3.7", "published_at": "2010-05-24 08:22:35 UTC" }, { "number": "2.3.8", "published_at": "2010-05-25 04:52:12 UTC" }, { "number": "2.3.8.pre1", "published_at": "2010-05-24 21:16:37 UTC" }, { "number": "2.3.9", "published_at": "2010-09-04 21:54:20 UTC" }, { "number": "2.3.9.pre", "published_at": "2010-08-30 03:32:16 UTC" }, { "number": "3.0.0", "published_at": "2010-08-29 23:11:06 UTC" }, { "number": "3.0.0.beta", "published_at": "2010-02-05 03:01:03 UTC" }, { "number": "3.0.0.beta2", "published_at": "2010-04-01 21:25:16 UTC" }, { "number": "3.0.0.beta3", "published_at": "2010-04-13 19:23:04 UTC" }, { "number": "3.0.0.beta4", "published_at": "2010-06-08 22:30:56 UTC" }, { "number": "3.0.0.rc", "published_at": "2010-07-26 21:43:07 UTC" }, { "number": "3.0.0.rc2", "published_at": "2010-08-24 03:04:39 UTC" }, { "number": "3.0.1", "published_at": "2010-10-14 20:55:10 UTC" }, { "number": "3.0.10", "published_at": "2011-08-16 22:12:35 UTC" }, { "number": "3.0.10.rc1", "published_at": "2011-08-05 00:11:06 UTC" }, { "number": "3.0.11", "published_at": "2011-11-18 01:22:33 UTC" }, { "number": "3.0.12", "published_at": "2012-03-01 17:50:07 UTC" }, { "number": "3.0.12.rc1", "published_at": "2012-02-22 21:36:33 UTC" }, { "number": "3.0.13", "published_at": "2012-05-31 18:23:19 UTC" }, { "number": "3.0.13.rc1", "published_at": "2012-05-28 19:00:11 UTC" }, { "number": "3.0.14", "published_at": "2012-06-12 21:23:45 UTC" }, { "number": "3.0.15", "published_at": "2012-06-13 03:06:20 UTC" }, { "number": "3.0.16", "published_at": "2012-07-26 22:06:10 UTC" }, { "number": "3.0.17", "published_at": "2012-08-09 21:14:56 UTC" }, { "number": "3.0.18", "published_at": "2013-01-02 21:18:17 UTC" }, { "number": "3.0.19", "published_at": "2013-01-08 20:06:16 UTC" }, { "number": "3.0.2", "published_at": "2010-11-15 19:33:34 UTC" }, { "number": "3.0.20", "published_at": "2013-01-28 21:00:29 UTC" }, { "number": "3.0.3", "published_at": "2010-11-16 16:28:28 UTC" }, { "number": "3.0.4", "published_at": "2011-02-08 21:16:37 UTC" }, { "number": "3.0.4.rc1", "published_at": "2011-01-30 22:59:09 UTC" }, { "number": "3.0.5", "published_at": "2011-02-27 02:29:40 UTC" }, { "number": "3.0.5.rc1", "published_at": "2011-02-23 19:07:24 UTC" }, { "number": "3.0.6", "published_at": "2011-04-05 23:00:34 UTC" }, { "number": "3.0.6.rc1", "published_at": "2011-03-29 20:42:24 UTC" }, { "number": "3.0.6.rc2", "published_at": "2011-03-31 05:27:23 UTC" }, { "number": "3.0.7", "published_at": "2011-04-18 21:04:20 UTC" }, { "number": "3.0.7.rc1", "published_at": "2011-04-14 21:54:44 UTC" }, { "number": "3.0.7.rc2", "published_at": "2011-04-15 17:31:20 UTC" }, { "number": "3.0.8", "published_at": "2011-06-07 23:57:51 UTC" }, { "number": "3.0.8.rc1", "published_at": "2011-05-26 00:10:01 UTC" }, { "number": "3.0.8.rc2", "published_at": "2011-05-27 16:30:54 UTC" }, { "number": "3.0.8.rc4", "published_at": "2011-05-31 00:06:55 UTC" }, { "number": "3.0.9", "published_at": "2011-06-16 10:04:29 UTC" }, { "number": "3.0.9.rc1", "published_at": "2011-06-08 21:18:58 UTC" }, { "number": "3.0.9.rc3", "published_at": "2011-06-09 22:50:41 UTC" }, { "number": "3.0.9.rc4", "published_at": "2011-06-12 21:23:58 UTC" }, { "number": "3.0.9.rc5", "published_at": "2011-06-12 21:29:35 UTC" }, { "number": "3.1.0", "published_at": "2011-08-31 02:16:48 UTC" }, { "number": "3.1.0.beta1", "published_at": "2011-05-05 01:22:51 UTC" }, { "number": "3.1.0.rc1", "published_at": "2011-05-22 02:26:00 UTC" }, { "number": "3.1.0.rc2", "published_at": "2011-06-07 23:58:18 UTC" }, { "number": "3.1.0.rc3", "published_at": "2011-06-08 21:26:10 UTC" }, { "number": "3.1.0.rc4", "published_at": "2011-06-09 22:55:42 UTC" }, { "number": "3.1.0.rc5", "published_at": "2011-07-25 23:04:10 UTC" }, { "number": "3.1.0.rc6", "published_at": "2011-08-16 22:32:12 UTC" }, { "number": "3.1.0.rc8", "published_at": "2011-08-29 03:25:35 UTC" }, { "number": "3.1.1", "published_at": "2011-10-07 15:28:32 UTC" }, { "number": "3.1.10", "published_at": "2013-01-08 20:06:20 UTC" }, { "number": "3.1.11", "published_at": "2013-02-11 18:16:09 UTC" }, { "number": "3.1.12", "published_at": "2013-03-18 17:12:10 UTC" }, { "number": "3.1.1.rc1", "published_at": "2011-09-15 00:22:37 UTC" }, { "number": "3.1.1.rc2", "published_at": "2011-09-29 22:15:32 UTC" }, { "number": "3.1.1.rc3", "published_at": "2011-10-06 02:29:32 UTC" }, { "number": "3.1.2", "published_at": "2011-11-18 01:32:39 UTC" }, { "number": "3.1.2.rc1", "published_at": "2011-11-14 14:16:33 UTC" }, { "number": "3.1.2.rc2", "published_at": "2011-11-14 15:48:28 UTC" }, { "number": "3.1.3", "published_at": "2011-11-20 22:51:58 UTC" }, { "number": "3.1.4", "published_at": "2012-03-01 17:50:12 UTC" }, { "number": "3.1.4.rc1", "published_at": "2012-02-22 21:36:40 UTC" }, { "number": "3.1.5", "published_at": "2012-05-31 18:23:23 UTC" }, { "number": "3.1.5.rc1", "published_at": "2012-05-28 19:00:15 UTC" }, { "number": "3.1.6", "published_at": "2012-06-12 21:23:50 UTC" }, { "number": "3.1.7", "published_at": "2012-07-26 22:06:16 UTC" }, { "number": "3.1.8", "published_at": "2012-08-09 21:18:42 UTC" }, { "number": "3.1.9", "published_at": "2013-01-02 21:18:21 UTC" }, { "number": "3.2.0", "published_at": "2012-01-20 16:47:07 UTC" }, { "number": "3.2.0.rc1", "published_at": "2011-12-20 00:40:59 UTC" }, { "number": "3.2.0.rc2", "published_at": "2012-01-04 21:04:41 UTC" }, { "number": "3.2.1", "published_at": "2012-01-26 23:08:53 UTC" }, { "number": "3.2.10", "published_at": "2013-01-02 21:18:25 UTC" }, { "number": "3.2.11", "published_at": "2013-01-08 20:06:24 UTC" }, { "number": "3.2.12", "published_at": "2013-02-11 18:16:13 UTC" }, { "number": "3.2.13", "published_at": "2013-03-18 17:12:13 UTC" }, { "number": "3.2.13.rc1", "published_at": "2013-02-27 20:24:45 UTC" }, { "number": "3.2.13.rc2", "published_at": "2013-03-06 23:05:41 UTC" }, { "number": "3.2.14", "published_at": "2013-07-22 16:43:47 UTC" }, { "number": "3.2.14.rc1", "published_at": "2013-07-13 00:24:36 UTC" }, { "number": "3.2.14.rc2", "published_at": "2013-07-16 16:12:34 UTC" }, { "number": "3.2.15", "published_at": "2013-10-16 17:22:37 UTC" }, { "number": "3.2.15.rc1", "published_at": "2013-10-03 18:53:36 UTC" }, { "number": "3.2.15.rc2", "published_at": "2013-10-04 20:48:12 UTC" }, { "number": "3.2.15.rc3", "published_at": "2013-10-11 21:16:44 UTC" }, { "number": "3.2.16", "published_at": "2013-12-03 19:00:20 UTC" }, { "number": "3.2.17", "published_at": "2014-02-18 18:53:55 UTC" }, { "number": "3.2.18", "published_at": "2014-05-06 16:16:30 UTC" }, { "number": "3.2.19", "published_at": "2014-07-02 17:02:28 UTC" }, { "number": "3.2.2", "published_at": "2012-03-01 17:50:16 UTC" }, { "number": "3.2.20", "published_at": "2014-10-30 18:35:06 UTC" }, { "number": "3.2.21", "published_at": "2014-11-17 15:58:14 UTC" }, { "number": "3.2.22", "published_at": "2015-06-16 18:06:10 UTC" }, { "number": "3.2.22.1", "published_at": "2016-01-25 19:22:59 UTC" }, { "number": "3.2.22.2", "published_at": "2016-02-29 19:23:52 UTC" }, { "number": "3.2.22.3", "published_at": "2016-08-11 17:31:06 UTC" }, { "number": "3.2.22.4", "published_at": "2016-08-11 19:19:39 UTC" }, { "number": "3.2.22.5", "published_at": "2016-09-14 21:17:59 UTC" }, { "number": "3.2.2.rc1", "published_at": "2012-02-22 21:36:48 UTC" }, { "number": "3.2.3", "published_at": "2012-03-30 22:25:34 UTC" }, { "number": "3.2.3.rc1", "published_at": "2012-03-27 17:10:17 UTC" }, { "number": "3.2.3.rc2", "published_at": "2012-03-29 16:13:21 UTC" }, { "number": "3.2.4", "published_at": "2012-05-31 18:23:27 UTC" }, { "number": "3.2.4.rc1", "published_at": "2012-05-28 19:00:18 UTC" }, { "number": "3.2.5", "published_at": "2012-06-01 03:38:34 UTC" }, { "number": "3.2.6", "published_at": "2012-06-12 21:23:54 UTC" }, { "number": "3.2.7", "published_at": "2012-07-26 22:06:20 UTC" }, { "number": "3.2.7.rc1", "published_at": "2012-07-23 21:45:04 UTC" }, { "number": "3.2.8", "published_at": "2012-08-09 21:21:58 UTC" }, { "number": "3.2.8.rc1", "published_at": "2012-08-01 20:56:13 UTC" }, { "number": "3.2.8.rc2", "published_at": "2012-08-03 14:28:01 UTC" }, { "number": "3.2.9", "published_at": "2012-11-12 15:20:24 UTC" }, { "number": "3.2.9.rc1", "published_at": "2012-10-29 17:06:25 UTC" }, { "number": "3.2.9.rc2", "published_at": "2012-11-01 17:38:59 UTC" }, { "number": "3.2.9.rc3", "published_at": "2012-11-09 17:59:28 UTC" }, { "number": "4.0.0", "published_at": "2013-06-25 14:32:10 UTC" }, { "number": "4.0.0.beta1", "published_at": "2013-02-26 00:05:21 UTC" }, { "number": "4.0.0.rc1", "published_at": "2013-04-29 15:38:49 UTC" }, { "number": "4.0.0.rc2", "published_at": "2013-06-11 20:25:06 UTC" }, { "number": "4.0.1", "published_at": "2013-11-01 19:07:51 UTC" }, { "number": "4.0.10", "published_at": "2014-09-11 17:32:57 UTC" }, { "number": "4.0.10.rc1", "published_at": "2014-08-19 20:48:13 UTC" }, { "number": "4.0.10.rc2", "published_at": "2014-09-08 17:55:14 UTC" }, { "number": "4.0.11", "published_at": "2014-10-30 18:35:12 UTC" }, { "number": "4.0.11.1", "published_at": "2014-11-19 19:09:24 UTC" }, { "number": "4.0.12", "published_at": "2014-11-17 15:58:21 UTC" }, { "number": "4.0.13", "published_at": "2015-01-06 20:08:31 UTC" }, { "number": "4.0.13.rc1", "published_at": "2015-01-02 00:54:24 UTC" }, { "number": "4.0.1.rc1", "published_at": "2013-10-17 16:45:32 UTC" }, { "number": "4.0.1.rc2", "published_at": "2013-10-21 21:55:04 UTC" }, { "number": "4.0.1.rc3", "published_at": "2013-10-23 21:40:11 UTC" }, { "number": "4.0.1.rc4", "published_at": "2013-10-30 20:48:09 UTC" }, { "number": "4.0.2", "published_at": "2013-12-03 19:00:26 UTC" }, { "number": "4.0.3", "published_at": "2014-02-18 18:49:14 UTC" }, { "number": "4.0.4", "published_at": "2014-03-14 17:36:44 UTC" }, { "number": "4.0.4.rc1", "published_at": "2014-03-11 17:30:55 UTC" }, { "number": "4.0.5", "published_at": "2014-05-06 16:13:00 UTC" }, { "number": "4.0.6", "published_at": "2014-06-26 16:29:19 UTC" }, { "number": "4.0.6.rc1", "published_at": "2014-05-27 16:06:24 UTC" }, { "number": "4.0.6.rc2", "published_at": "2014-06-16 16:15:37 UTC" }, { "number": "4.0.6.rc3", "published_at": "2014-06-23 17:24:07 UTC" }, { "number": "4.0.7", "published_at": "2014-07-02 17:04:03 UTC" }, { "number": "4.0.8", "published_at": "2014-07-02 19:42:10 UTC" }, { "number": "4.0.9", "published_at": "2014-08-18 17:02:35 UTC" }, { "number": "4.1.0", "published_at": "2014-04-08 19:21:14 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:14:58 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:51:48 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:58:32 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:12:14 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:11:02 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:50:06 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:24:44 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:22:06 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:39:28 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:32:31 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 17:59:45 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:25:40 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:04:44 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:02:18 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:12:54 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 17:21:14 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:23:04 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:19:20 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:45:20 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:55:06 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:36:44 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:43:09 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:20:27 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:14:47 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:49 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:12:24 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:30:20 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:28:18 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:06:09 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:53:12 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 17:00:20 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:25:42 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:52:31 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:12:35 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:35:18 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:11:55 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 15:58:28 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:04:04 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:47 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:28 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:20 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:45:07 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:35:24 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:12:36 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:52:59 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:51 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:27 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:41:34 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:28:58 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:42:11 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:07:11 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:21:11 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:19:23 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:35:21 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:25:31 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:02:46 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:30:23 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:55 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:26:23 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:20:35 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:06:28 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:23:10 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:16:44 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:47:35 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:02:03 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:32:59 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:37:30 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:55:45 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:31:18 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:32:38 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:08:32 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:45:40 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:30:31 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:50:10 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:59 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:22:15 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:31:32 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:54 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:23:17 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:06:03 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:16:01 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:54:57 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:02:00 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:57:15 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:03:07 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:07:14 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:02:11 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:12:40 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:13:23 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:55:18 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:04:16 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:58:23 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:48:50 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:04:54 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:43:26 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:25:36 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:46:58 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:10:53 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:59:07 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:09:06 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 21:00:18 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:59:09 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:57:28 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:30:26 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:11:11 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:51:03 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:03:17 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:14:40 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:37:29 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:17:45 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:12:20 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:51:09 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:37:01 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 20:01:02 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:59:47 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:28:36 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:11:16 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:06:07 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:04:38 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:03:29 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:37:30 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:54:07 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:43:51 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:13:30 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:21:17 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:13:23 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:54:34 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:46:57 UTC" } ] }, { "name": "bootstrap-sass", "platform": "NPM", "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", "homepage": "https://github.com/twbs/bootstrap-sass", "repository_url": "https://github.com/twbs/bootstrap-sass", "normalized_licenses": [ "MIT" ], "rank": 26, "latest_release_published_at": "2019-02-13 19:00:53 UTC", "latest_release_number": "3.4.1", "language": "Ruby", "status": null, "package_manager_url": "https://www.npmjs.com/package/bootstrap-sass", "stars": 12731, "forks": 3489, "keywords": [ "bootstrap", "sass", "css", "eyeglass-module" ], "latest_stable_release": "3.4.1", "latest_download_url": "https://registry.npmjs.org/bootstrap-sass/-/bootstrap-sass-3.4.1.tgz", "dependents_count": 914, "dependent_repos_count": 79846, "latest_stable_release_number": "3.4.1", "latest_stable_release_published_at": "2019-02-13 19:00:53 UTC", "versions": [ { "number": "2.3.2", "published_at": "2013-07-03 23:48:38 UTC" }, { "number": "3.1.1", "published_at": "2014-05-07 18:33:20 UTC" }, { "number": "3.2.0", "published_at": "2014-06-26 16:56:54 UTC" }, { "number": "3.3.0", "published_at": "2014-10-29 23:28:33 UTC" }, { "number": "3.3.1", "published_at": "2014-11-12 17:22:57 UTC" }, { "number": "3.3.2", "published_at": "2015-01-19 18:29:17 UTC" }, { "number": "3.3.3", "published_at": "2015-01-20 01:05:16 UTC" }, { "number": "3.3.4", "published_at": "2015-03-16 16:36:11 UTC" }, { "number": "3.3.5", "published_at": "2015-06-16 17:47:55 UTC" }, { "number": "3.3.6", "published_at": "2015-11-24 23:08:49 UTC" }, { "number": "3.3.7", "published_at": "2016-07-25 21:11:25 UTC" }, { "number": "3.4.0", "published_at": "2018-12-14 12:38:37 UTC" }, { "number": "3.4.1", "published_at": "2019-02-13 19:00:53 UTC" } ] }, { "name": "activejob", "platform": "Rubygems", "description": "Declare job classes that can be run by a variety of queueing backends.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 25, "latest_release_published_at": "2019-01-18 20:46:51 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/activejob", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/activejob-6.0.0.beta1.gem", "dependents_count": 137, "dependent_repos_count": 243862, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:13:18 UTC", "versions": [ { "number": "0", "published_at": "2014-05-20 18:10:32 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:24 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:30 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 18:00:39 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:36:04 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:12:56 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:53:17 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:20:05 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:36 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:41:28 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:28:47 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:42:00 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:07:04 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:20:59 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:19:17 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:35:14 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:25:22 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:02:40 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:29:59 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:45 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:26:11 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:20:18 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:06:20 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:24:15 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:16:37 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:47:27 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:01:48 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:32:53 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:37:23 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:55:37 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:32:42 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:32:23 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:08:24 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:45:32 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:30:24 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:50:01 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:52 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:22:04 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:32:51 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:49 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:24:20 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:05:56 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:15:55 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:54:48 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:01:46 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:57:01 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:02:58 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:07:08 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:02:03 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:12:32 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:13:11 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:55:10 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:04:08 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:58:13 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:48:42 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:04:44 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:43:17 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:25:27 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:46:46 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:10:43 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:59:00 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:09:01 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 21:00:12 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:58:22 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:57:19 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:30:15 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:11:04 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:50:56 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:03:09 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:14:29 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:37:21 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:17:34 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:12:10 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:51:01 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:36:49 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 20:00:54 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:59:40 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:28:28 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:11:10 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:06:00 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:04:31 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:03:16 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:37:20 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:53:59 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:43:45 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:13:24 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:21:09 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:13:18 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:54:27 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:46:51 UTC" } ] }, { "name": "actionview", "platform": "Rubygems", "description": "Simple, battle-tested conventions and helpers for building web pages.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 25, "latest_release_published_at": "2019-01-18 20:43:35 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/actionview", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/actionview-6.0.0.beta1.gem", "dependents_count": 224, "dependent_repos_count": 297022, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:12:54 UTC", "versions": [ { "number": "4.1.0", "published_at": "2014-04-08 19:20:41 UTC" }, { "number": "4.1.0.beta1", "published_at": "2013-12-18 00:14:46 UTC" }, { "number": "4.1.0.beta2", "published_at": "2014-02-18 18:51:07 UTC" }, { "number": "4.1.0.rc1", "published_at": "2014-02-18 20:58:05 UTC" }, { "number": "4.1.0.rc2", "published_at": "2014-03-25 20:11:52 UTC" }, { "number": "4.1.1", "published_at": "2014-05-06 16:10:36 UTC" }, { "number": "4.1.10", "published_at": "2015-03-19 16:49:45 UTC" }, { "number": "4.1.10.rc1", "published_at": "2015-02-20 22:24:17 UTC" }, { "number": "4.1.10.rc2", "published_at": "2015-02-25 22:21:38 UTC" }, { "number": "4.1.10.rc3", "published_at": "2015-03-02 21:39:03 UTC" }, { "number": "4.1.10.rc4", "published_at": "2015-03-12 21:32:06 UTC" }, { "number": "4.1.11", "published_at": "2015-06-16 17:59:17 UTC" }, { "number": "4.1.12", "published_at": "2015-06-25 21:25:17 UTC" }, { "number": "4.1.12.rc1", "published_at": "2015-06-22 14:04:26 UTC" }, { "number": "4.1.13", "published_at": "2015-08-24 18:00:50 UTC" }, { "number": "4.1.13.rc1", "published_at": "2015-08-14 15:12:27 UTC" }, { "number": "4.1.14", "published_at": "2015-11-12 17:20:53 UTC" }, { "number": "4.1.14.1", "published_at": "2016-01-25 19:23:59 UTC" }, { "number": "4.1.14.2", "published_at": "2016-02-29 19:18:36 UTC" }, { "number": "4.1.14.rc1", "published_at": "2015-10-30 20:45:02 UTC" }, { "number": "4.1.14.rc2", "published_at": "2015-11-05 02:54:50 UTC" }, { "number": "4.1.15", "published_at": "2016-03-07 22:36:20 UTC" }, { "number": "4.1.15.rc1", "published_at": "2016-03-01 18:42:53 UTC" }, { "number": "4.1.16", "published_at": "2016-07-12 22:20:02 UTC" }, { "number": "4.1.16.rc1", "published_at": "2016-07-02 02:14:23 UTC" }, { "number": "4.1.2", "published_at": "2014-06-26 14:49:29 UTC" }, { "number": "4.1.2.rc1", "published_at": "2014-05-27 16:12:01 UTC" }, { "number": "4.1.2.rc2", "published_at": "2014-06-16 16:30:00 UTC" }, { "number": "4.1.2.rc3", "published_at": "2014-06-23 17:27:55 UTC" }, { "number": "4.1.3", "published_at": "2014-07-02 17:05:53 UTC" }, { "number": "4.1.4", "published_at": "2014-07-02 19:52:51 UTC" }, { "number": "4.1.5", "published_at": "2014-08-18 17:00:01 UTC" }, { "number": "4.1.6", "published_at": "2014-09-11 17:25:23 UTC" }, { "number": "4.1.6.rc1", "published_at": "2014-08-19 20:52:14 UTC" }, { "number": "4.1.6.rc2", "published_at": "2014-09-08 18:12:10 UTC" }, { "number": "4.1.7", "published_at": "2014-10-30 18:49:42 UTC" }, { "number": "4.1.7.1", "published_at": "2014-11-19 19:11:36 UTC" }, { "number": "4.1.8", "published_at": "2014-11-17 15:59:02 UTC" }, { "number": "4.1.9", "published_at": "2015-01-06 20:03:45 UTC" }, { "number": "4.1.9.rc1", "published_at": "2015-01-02 01:10:32 UTC" }, { "number": "4.2.0", "published_at": "2014-12-20 00:15:15 UTC" }, { "number": "4.2.0.beta1", "published_at": "2014-08-20 02:34:11 UTC" }, { "number": "4.2.0.beta2", "published_at": "2014-09-26 17:44:50 UTC" }, { "number": "4.2.0.beta3", "published_at": "2014-10-30 18:49:52 UTC" }, { "number": "4.2.0.beta4", "published_at": "2014-10-30 22:12:49 UTC" }, { "number": "4.2.0.rc1", "published_at": "2014-11-28 17:52:45 UTC" }, { "number": "4.2.0.rc2", "published_at": "2014-12-05 23:19:40 UTC" }, { "number": "4.2.0.rc3", "published_at": "2014-12-13 02:58:17 UTC" }, { "number": "4.2.1", "published_at": "2015-03-19 16:41:07 UTC" }, { "number": "4.2.10", "published_at": "2017-09-27 14:28:08 UTC" }, { "number": "4.2.10.rc1", "published_at": "2017-09-20 19:41:37 UTC" }, { "number": "4.2.11", "published_at": "2018-11-27 20:06:50 UTC" }, { "number": "4.2.1.rc1", "published_at": "2015-02-20 22:20:32 UTC" }, { "number": "4.2.1.rc2", "published_at": "2015-02-25 22:18:56 UTC" }, { "number": "4.2.1.rc3", "published_at": "2015-03-02 21:34:52 UTC" }, { "number": "4.2.1.rc4", "published_at": "2015-03-12 21:25:06 UTC" }, { "number": "4.2.2", "published_at": "2015-06-16 18:02:18 UTC" }, { "number": "4.2.3", "published_at": "2015-06-25 21:29:42 UTC" }, { "number": "4.2.3.rc1", "published_at": "2015-06-22 14:22:29 UTC" }, { "number": "4.2.4", "published_at": "2015-08-24 18:25:46 UTC" }, { "number": "4.2.4.rc1", "published_at": "2015-08-14 15:19:58 UTC" }, { "number": "4.2.5", "published_at": "2015-11-12 17:06:02 UTC" }, { "number": "4.2.5.1", "published_at": "2016-01-25 19:24:05 UTC" }, { "number": "4.2.5.2", "published_at": "2016-02-29 19:16:16 UTC" }, { "number": "4.2.5.rc1", "published_at": "2015-10-30 20:47:10 UTC" }, { "number": "4.2.5.rc2", "published_at": "2015-11-05 03:01:30 UTC" }, { "number": "4.2.6", "published_at": "2016-03-07 22:32:31 UTC" }, { "number": "4.2.6.rc1", "published_at": "2016-03-01 18:37:07 UTC" }, { "number": "4.2.7", "published_at": "2016-07-13 02:55:07 UTC" }, { "number": "4.2.7.1", "published_at": "2016-08-11 17:32:22 UTC" }, { "number": "4.2.7.rc1", "published_at": "2016-07-01 00:31:49 UTC" }, { "number": "4.2.8", "published_at": "2017-02-21 16:08:05 UTC" }, { "number": "4.2.8.rc1", "published_at": "2017-02-10 02:45:05 UTC" }, { "number": "4.2.9", "published_at": "2017-06-26 21:30:02 UTC" }, { "number": "4.2.9.rc1", "published_at": "2017-06-13 18:49:44 UTC" }, { "number": "4.2.9.rc2", "published_at": "2017-06-19 22:27:31 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:21:42 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:32:32 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:17:36 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:24:11 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:05:40 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:15:41 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:54:29 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:01:15 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:56:27 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:02:36 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:06:49 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:01:42 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:12:11 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:12:53 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:54:54 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:03:51 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:57:55 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:48:23 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:04:23 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:42:55 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:25:07 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:46:19 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:10:26 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:58:43 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:08:46 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 20:59:42 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:55:30 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:56:58 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:29:45 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:10:46 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:50:33 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:02:48 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:14:03 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:32:07 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:17:09 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:11:47 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:50:24 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:36:22 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 19:54:50 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:58:23 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:28:10 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:10:47 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:05:22 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:03:27 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:02:44 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:36:25 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:50:30 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:43:11 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:13:01 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:14:58 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:12:54 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:52:42 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:43:35 UTC" } ] }, { "name": "sidekiq", "platform": "Rubygems", "description": "Simple, efficient background processing for Ruby.", "homepage": "http://sidekiq.org", "repository_url": "https://github.com/mperham/sidekiq", "normalized_licenses": [ "LGPL-3.0" ], "rank": 25, "latest_release_published_at": "2019-01-08 20:16:59 UTC", "latest_release_number": "5.2.5", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/sidekiq", "stars": 9354, "forks": 1612, "keywords": [ "ruby", "sidekiq" ], "latest_stable_release": "5.2.5", "latest_download_url": "https://rubygems.org/downloads/sidekiq-5.2.5.gem", "dependents_count": 486, "dependent_repos_count": 13825, "latest_stable_release_number": "5.2.5", "latest_stable_release_published_at": "2019-01-08 20:16:59 UTC", "versions": [ { "number": "0.10.0", "published_at": "2012-03-28 15:45:54 UTC" }, { "number": "0.10.1", "published_at": "2012-03-30 04:06:29 UTC" }, { "number": "0.11.0", "published_at": "2012-04-03 02:23:14 UTC" }, { "number": "0.11.1", "published_at": "2012-04-04 03:51:49 UTC" }, { "number": "0.11.2", "published_at": "2012-04-07 18:57:54 UTC" }, { "number": "0.5.0", "published_at": "2012-02-05 21:01:11 UTC" }, { "number": "0.5.1", "published_at": "2012-02-05 21:23:32 UTC" }, { "number": "0.6.0", "published_at": "2012-02-14 23:36:12 UTC" }, { "number": "0.7.0", "published_at": "2012-02-22 05:06:14 UTC" }, { "number": "0.8.0", "published_at": "2012-03-02 19:48:17 UTC" }, { "number": "0.9.0", "published_at": "2012-03-17 02:59:44 UTC" }, { "number": "0.9.1", "published_at": "2012-03-17 16:41:52 UTC" }, { "number": "1.0.0", "published_at": "2012-04-10 15:42:32 UTC" }, { "number": "1.1.0", "published_at": "2012-04-12 14:11:17 UTC" }, { "number": "1.1.1", "published_at": "2012-04-18 02:49:47 UTC" }, { "number": "1.1.2", "published_at": "2012-04-18 15:44:32 UTC" }, { "number": "1.1.3", "published_at": "2012-04-23 02:23:47 UTC" }, { "number": "1.1.4", "published_at": "2012-04-25 03:13:43 UTC" }, { "number": "1.2.0", "published_at": "2012-05-07 16:01:45 UTC" }, { "number": "1.2.1", "published_at": "2012-05-16 02:50:39 UTC" }, { "number": "2.0.0", "published_at": "2012-06-01 15:27:05 UTC" }, { "number": "2.0.1", "published_at": "2012-06-06 02:56:22 UTC" }, { "number": "2.0.2", "published_at": "2012-06-13 17:22:10 UTC" }, { "number": "2.0.3", "published_at": "2012-06-20 15:32:43 UTC" }, { "number": "2.1.0", "published_at": "2012-07-21 03:17:02 UTC" }, { "number": "2.10.0", "published_at": "2013-04-12 20:44:51 UTC" }, { "number": "2.10.1", "published_at": "2013-04-18 16:07:14 UTC" }, { "number": "2.1.1", "published_at": "2012-08-07 15:50:41 UTC" }, { "number": "2.11.0", "published_at": "2013-04-25 04:24:34 UTC" }, { "number": "2.11.1", "published_at": "2013-04-25 16:04:52 UTC" }, { "number": "2.11.2", "published_at": "2013-05-01 19:33:53 UTC" }, { "number": "2.12.0", "published_at": "2013-05-15 23:36:21 UTC" }, { "number": "2.12.1", "published_at": "2013-05-31 04:20:16 UTC" }, { "number": "2.12.3", "published_at": "2013-06-12 04:02:49 UTC" }, { "number": "2.12.4", "published_at": "2013-06-13 02:51:45 UTC" }, { "number": "2.13.0", "published_at": "2013-07-09 16:14:53 UTC" }, { "number": "2.13.1", "published_at": "2013-08-10 19:52:29 UTC" }, { "number": "2.14.0", "published_at": "2013-08-25 20:42:04 UTC" }, { "number": "2.14.1", "published_at": "2013-09-13 00:07:42 UTC" }, { "number": "2.15.0", "published_at": "2013-10-01 05:06:44 UTC" }, { "number": "2.15.1", "published_at": "2013-10-04 03:55:29 UTC" }, { "number": "2.15.2", "published_at": "2013-10-17 02:26:28 UTC" }, { "number": "2.16.0", "published_at": "2013-10-27 21:02:45 UTC" }, { "number": "2.16.1", "published_at": "2013-10-31 03:42:40 UTC" }, { "number": "2.17.0", "published_at": "2013-11-24 22:07:41 UTC" }, { "number": "2.17.1", "published_at": "2013-12-15 22:22:33 UTC" }, { "number": "2.17.2", "published_at": "2014-01-03 05:59:15 UTC" }, { "number": "2.17.3", "published_at": "2014-01-16 04:33:13 UTC" }, { "number": "2.17.4", "published_at": "2014-02-01 21:51:35 UTC" }, { "number": "2.17.5", "published_at": "2014-02-15 20:51:25 UTC" }, { "number": "2.17.6", "published_at": "2014-02-19 05:40:32 UTC" }, { "number": "2.17.7", "published_at": "2014-02-28 05:41:43 UTC" }, { "number": "2.17.8", "published_at": "2014-09-11 16:37:03 UTC" }, { "number": "2.2.0", "published_at": "2012-08-17 01:32:15 UTC" }, { "number": "2.2.1", "published_at": "2012-08-23 02:31:40 UTC" }, { "number": "2.3.0", "published_at": "2012-09-09 19:11:35 UTC" }, { "number": "2.3.1", "published_at": "2012-09-14 00:39:50 UTC" }, { "number": "2.3.2", "published_at": "2012-09-20 13:47:23 UTC" }, { "number": "2.3.3", "published_at": "2012-10-01 15:14:30 UTC" }, { "number": "2.4.0", "published_at": "2012-10-19 20:14:24 UTC" }, { "number": "2.5.0", "published_at": "2012-10-30 17:59:27 UTC" }, { "number": "2.5.1", "published_at": "2012-10-30 21:14:02 UTC" }, { "number": "2.5.2", "published_at": "2012-11-02 21:36:24 UTC" }, { "number": "2.5.3", "published_at": "2012-11-15 04:56:58 UTC" }, { "number": "2.5.4", "published_at": "2012-11-27 05:10:23 UTC" }, { "number": "2.6.0", "published_at": "2012-12-16 03:48:37 UTC" }, { "number": "2.6.1", "published_at": "2012-12-31 21:25:55 UTC" }, { "number": "2.6.2", "published_at": "2013-01-03 16:43:38 UTC" }, { "number": "2.6.3", "published_at": "2013-01-08 04:41:31 UTC" }, { "number": "2.6.4", "published_at": "2013-01-08 16:44:47 UTC" }, { "number": "2.6.5", "published_at": "2013-01-18 03:32:24 UTC" }, { "number": "2.7.0", "published_at": "2013-02-03 16:47:00 UTC" }, { "number": "2.7.1", "published_at": "2013-02-06 18:02:21 UTC" }, { "number": "2.7.2", "published_at": "2013-02-08 16:38:28 UTC" }, { "number": "2.7.3", "published_at": "2013-02-21 03:39:19 UTC" }, { "number": "2.7.4", "published_at": "2013-02-22 21:39:27 UTC" }, { "number": "2.7.5", "published_at": "2013-02-25 17:39:35 UTC" }, { "number": "2.8.0", "published_at": "2013-03-04 00:25:44 UTC" }, { "number": "2.9.0", "published_at": "2013-03-28 17:01:05 UTC" }, { "number": "3.0.0", "published_at": "2014-03-28 15:24:08 UTC" }, { "number": "3.0.1", "published_at": "2014-05-03 21:11:52 UTC" }, { "number": "3.0.2", "published_at": "2014-05-05 21:52:26 UTC" }, { "number": "3.1.0", "published_at": "2014-05-23 22:12:04 UTC" }, { "number": "3.1.1", "published_at": "2014-05-26 19:53:56 UTC" }, { "number": "3.1.2", "published_at": "2014-05-26 20:35:04 UTC" }, { "number": "3.1.3", "published_at": "2014-06-01 20:21:47 UTC" }, { "number": "3.1.4", "published_at": "2014-06-13 19:33:24 UTC" }, { "number": "3.2.0", "published_at": "2014-07-03 15:16:17 UTC" }, { "number": "3.2.1", "published_at": "2014-07-08 16:23:58 UTC" }, { "number": "3.2.2", "published_at": "2014-08-11 17:28:08 UTC" }, { "number": "3.2.3", "published_at": "2014-09-01 03:30:20 UTC" }, { "number": "3.2.4", "published_at": "2014-09-07 03:39:29 UTC" }, { "number": "3.2.5", "published_at": "2014-09-10 15:38:33 UTC" }, { "number": "3.2.6", "published_at": "2014-10-20 15:42:51 UTC" }, { "number": "3.3.0", "published_at": "2014-11-20 21:33:56 UTC" }, { "number": "3.3.1", "published_at": "2015-01-27 18:01:42 UTC" }, { "number": "3.3.2", "published_at": "2015-02-05 20:26:14 UTC" }, { "number": "3.3.3", "published_at": "2015-03-19 15:43:17 UTC" }, { "number": "3.3.4", "published_at": "2015-04-21 16:25:53 UTC" }, { "number": "3.4.0", "published_at": "2015-06-17 18:40:53 UTC" }, { "number": "3.4.1", "published_at": "2015-06-19 23:00:23 UTC" }, { "number": "3.4.2", "published_at": "2015-07-15 16:23:53 UTC" }, { "number": "3.5.0", "published_at": "2015-08-31 18:04:51 UTC" }, { "number": "3.5.1", "published_at": "2015-10-09 19:40:02 UTC" }, { "number": "3.5.2", "published_at": "2015-10-28 16:13:27 UTC" }, { "number": "3.5.3", "published_at": "2015-10-31 18:37:14 UTC" }, { "number": "3.5.4", "published_at": "2016-01-13 21:08:34 UTC" }, { "number": "4.0.0", "published_at": "2015-11-16 15:16:54 UTC" }, { "number": "4.0.0.pre1", "published_at": "2015-10-28 16:24:54 UTC" }, { "number": "4.0.0.pre2", "published_at": "2015-11-02 17:27:51 UTC" }, { "number": "4.0.1", "published_at": "2015-11-17 18:03:47 UTC" }, { "number": "4.0.2", "published_at": "2016-01-06 18:36:16 UTC" }, { "number": "4.1.0", "published_at": "2016-01-28 21:29:05 UTC" }, { "number": "4.1.1", "published_at": "2016-03-04 17:31:15 UTC" }, { "number": "4.1.2", "published_at": "2016-05-04 19:44:24 UTC" }, { "number": "4.1.3", "published_at": "2016-06-29 16:54:58 UTC" }, { "number": "4.1.4", "published_at": "2016-07-01 04:10:42 UTC" }, { "number": "4.2.0", "published_at": "2016-09-13 18:27:31 UTC" }, { "number": "4.2.1", "published_at": "2016-09-15 14:35:08 UTC" }, { "number": "4.2.10", "published_at": "2017-03-17 17:00:25 UTC" }, { "number": "4.2.2", "published_at": "2016-09-26 18:26:40 UTC" }, { "number": "4.2.3", "published_at": "2016-10-18 17:10:26 UTC" }, { "number": "4.2.4", "published_at": "2016-11-01 18:42:20 UTC" }, { "number": "4.2.5", "published_at": "2016-11-04 18:27:21 UTC" }, { "number": "4.2.6", "published_at": "2016-11-14 18:08:16 UTC" }, { "number": "4.2.7", "published_at": "2016-11-28 19:43:11 UTC" }, { "number": "4.2.8", "published_at": "2017-01-09 17:50:09 UTC" }, { "number": "4.2.9", "published_at": "2017-01-13 16:41:35 UTC" }, { "number": "5.0.0", "published_at": "2017-04-25 14:54:03 UTC" }, { "number": "5.0.0.beta1", "published_at": "2017-01-31 19:42:24 UTC" }, { "number": "5.0.0.beta2", "published_at": "2017-02-20 18:13:48 UTC" }, { "number": "5.0.0.beta3", "published_at": "2017-03-22 18:24:22 UTC" }, { "number": "5.0.0.rc1", "published_at": "2017-04-04 15:25:21 UTC" }, { "number": "5.0.1", "published_at": "2017-06-05 17:49:50 UTC" }, { "number": "5.0.2", "published_at": "2017-06-05 18:31:42 UTC" }, { "number": "5.0.3", "published_at": "2017-06-16 15:52:14 UTC" }, { "number": "5.0.4", "published_at": "2017-07-03 17:21:06 UTC" }, { "number": "5.0.5", "published_at": "2017-10-02 19:51:43 UTC" }, { "number": "5.1.0", "published_at": "2018-02-02 21:59:14 UTC" }, { "number": "5.1.1", "published_at": "2018-02-08 18:24:02 UTC" }, { "number": "5.1.2", "published_at": "2018-03-29 19:02:06 UTC" }, { "number": "5.1.3", "published_at": "2018-04-02 16:25:22 UTC" }, { "number": "5.2.0", "published_at": "2018-08-09 20:46:31 UTC" }, { "number": "5.2.1", "published_at": "2018-08-10 12:59:57 UTC" }, { "number": "5.2.2", "published_at": "2018-09-17 16:08:53 UTC" }, { "number": "5.2.3", "published_at": "2018-11-06 17:01:16 UTC" }, { "number": "5.2.4", "published_at": "2019-01-07 17:31:47 UTC" }, { "number": "5.2.5", "published_at": "2019-01-08 20:16:59 UTC" } ] }, { "name": "serialport", "platform": "NPM", "description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", "homepage": "https://github.com/node-serialport/node-serialport", "repository_url": "https://github.com/node-serialport/node-serialport", "normalized_licenses": [ "MIT" ], "rank": 25, "latest_release_published_at": "2019-01-24 03:09:45 UTC", "latest_release_number": "7.1.4", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/serialport", "stars": 3812, "forks": 791, "keywords": [ "ccTalk", "com port", "data logging", "hardware", "iot", "johnny-five", "modem", "nodebots", "RFID", "robotics", "sensor", "serial port", "serial", "serialport", "sms gateway", "sms", "stream", "tty", "UART", "electron", "javascript", "nodejs", "promise", "robot", "serial-ports" ], "latest_stable_release": "7.1.4", "latest_download_url": "https://registry.npmjs.org/serialport/-/serialport-7.1.4.tgz", "dependents_count": 1037, "dependent_repos_count": 3578, "latest_stable_release_number": "7.1.4", "latest_stable_release_published_at": "2019-01-24 03:09:45 UTC", "versions": [ { "number": "0.1.0", "published_at": "2011-02-17 15:25:29 UTC" }, { "number": "0.1.1", "published_at": "2011-02-17 15:27:06 UTC" }, { "number": "0.1.3", "published_at": "2011-02-19 15:37:39 UTC" }, { "number": "0.2.0", "published_at": "2011-03-08 11:46:27 UTC" }, { "number": "0.2.2", "published_at": "2011-03-19 13:58:22 UTC" }, { "number": "0.2.3", "published_at": "2011-03-21 01:01:17 UTC" }, { "number": "0.2.4", "published_at": "2011-04-08 17:44:33 UTC" }, { "number": "0.2.5", "published_at": "2011-06-27 21:04:59 UTC" }, { "number": "0.2.6", "published_at": "2011-06-28 14:15:42 UTC" }, { "number": "0.2.7", "published_at": "2011-06-28 17:31:53 UTC" }, { "number": "0.2.8", "published_at": "2011-07-08 14:04:03 UTC" }, { "number": "0.2.9", "published_at": "2011-07-14 18:34:29 UTC" }, { "number": "0.3.0", "published_at": "2011-07-28 10:34:10 UTC" }, { "number": "0.6.0", "published_at": "2011-11-15 15:58:57 UTC" }, { "number": "0.6.1", "published_at": "2011-11-15 16:00:17 UTC" }, { "number": "0.6.2", "published_at": "2011-11-20 01:21:04 UTC" }, { "number": "0.6.3", "published_at": "2011-11-22 13:26:32 UTC" }, { "number": "0.6.5", "published_at": "2012-01-02 18:58:51 UTC" }, { "number": "0.6.6", "published_at": "2012-01-03 21:25:53 UTC" }, { "number": "0.6.7", "published_at": "2012-01-03 21:31:33 UTC" }, { "number": "0.7.0", "published_at": "2012-01-03 21:42:10 UTC" }, { "number": "0.7.1", "published_at": "2012-01-03 21:48:25 UTC" }, { "number": "0.7.2", "published_at": "2012-01-03 22:02:20 UTC" }, { "number": "0.7.3", "published_at": "2012-01-03 22:09:19 UTC" }, { "number": "0.7.4", "published_at": "2012-06-26 12:50:24 UTC" }, { "number": "0.7.5", "published_at": "2012-07-01 13:44:11 UTC" }, { "number": "1.0.0", "published_at": "2012-07-13 01:42:04 UTC" }, { "number": "1.0.1", "published_at": "2012-07-18 17:22:54 UTC" }, { "number": "1.0.2", "published_at": "2012-07-27 18:52:13 UTC" }, { "number": "1.0.3", "published_at": "2012-07-31 00:43:45 UTC" }, { "number": "1.0.4", "published_at": "2012-08-13 15:12:21 UTC" }, { "number": "1.0.5", "published_at": "2012-08-24 14:34:29 UTC" }, { "number": "1.0.6", "published_at": "2012-08-24 14:36:30 UTC" }, { "number": "1.0.7", "published_at": "2012-09-04 13:39:33 UTC" }, { "number": "1.0.8", "published_at": "2012-10-08 09:26:49 UTC" }, { "number": "1.1.0", "published_at": "2013-03-22 13:57:08 UTC" }, { "number": "1.1.1", "published_at": "2013-06-15 20:39:25 UTC" }, { "number": "1.1.3", "published_at": "2013-07-30 18:24:01 UTC" }, { "number": "1.2.0", "published_at": "2013-10-01 20:23:32 UTC" }, { "number": "1.2.1", "published_at": "2013-10-02 13:40:12 UTC" }, { "number": "1.2.2", "published_at": "2013-10-03 23:02:40 UTC" }, { "number": "1.2.3", "published_at": "2013-10-25 18:08:23 UTC" }, { "number": "1.2.4", "published_at": "2013-11-05 21:03:34 UTC" }, { "number": "1.2.5", "published_at": "2013-11-11 18:57:56 UTC" }, { "number": "1.3.0", "published_at": "2014-01-15 21:51:39 UTC" }, { "number": "1.3.1", "published_at": "2014-01-16 00:23:13 UTC" }, { "number": "1.4.0", "published_at": "2014-04-15 15:23:08 UTC" }, { "number": "1.4.1", "published_at": "2014-07-07 15:58:36 UTC" }, { "number": "1.4.10", "published_at": "2014-12-31 15:57:21 UTC" }, { "number": "1.4.2", "published_at": "2014-07-07 16:00:28 UTC" }, { "number": "1.4.5", "published_at": "2014-08-03 15:01:24 UTC" }, { "number": "1.4.6", "published_at": "2014-09-03 19:26:00 UTC" }, { "number": "1.4.8", "published_at": "2014-12-11 01:15:43 UTC" }, { "number": "1.4.9", "published_at": "2014-12-11 02:53:58 UTC" }, { "number": "1.5.0", "published_at": "2015-02-11 15:29:19 UTC" }, { "number": "1.6.1", "published_at": "2015-03-06 04:49:09 UTC" }, { "number": "1.6.2", "published_at": "2015-03-15 01:28:27 UTC" }, { "number": "1.6.3", "published_at": "2015-03-18 01:32:26 UTC" }, { "number": "1.7.0", "published_at": "2015-05-09 15:20:19 UTC" }, { "number": "1.7.1", "published_at": "2015-05-09 15:31:08 UTC" }, { "number": "1.7.3", "published_at": "2015-05-31 15:56:34 UTC" }, { "number": "1.7.4", "published_at": "2015-05-31 19:33:04 UTC" }, { "number": "2.0.0", "published_at": "2015-10-12 20:05:21 UTC" }, { "number": "2.0.1", "published_at": "2015-10-14 13:44:41 UTC" }, { "number": "2.0.2", "published_at": "2015-10-24 03:02:22 UTC" }, { "number": "2.0.3", "published_at": "2015-11-09 20:04:47 UTC" }, { "number": "2.0.4", "published_at": "2015-11-09 22:07:59 UTC" }, { "number": "2.0.5", "published_at": "2015-11-12 15:24:47 UTC" }, { "number": "2.0.6", "published_at": "2016-01-05 22:13:00 UTC" }, { "number": "2.0.7-beta1", "published_at": "2016-03-10 22:54:43 UTC" }, { "number": "2.0.7-beta2", "published_at": "2016-03-29 03:15:51 UTC" }, { "number": "2.0.7-beta3", "published_at": "2016-04-06 04:37:11 UTC" }, { "number": "2.0.7-beta4", "published_at": "2016-04-06 05:17:32 UTC" }, { "number": "2.0.7-beta5", "published_at": "2016-04-08 18:48:47 UTC" }, { "number": "2.1.0", "published_at": "2016-04-11 01:10:15 UTC" }, { "number": "2.1.1", "published_at": "2016-04-25 02:42:05 UTC" }, { "number": "2.1.2", "published_at": "2016-04-25 04:03:45 UTC" }, { "number": "3.0.0", "published_at": "2016-04-25 15:58:18 UTC" }, { "number": "3.0.1", "published_at": "2016-05-01 03:31:09 UTC" }, { "number": "3.1.0", "published_at": "2016-05-04 19:46:45 UTC" }, { "number": "3.1.1", "published_at": "2016-05-04 23:29:20 UTC" }, { "number": "3.1.2", "published_at": "2016-05-15 03:17:20 UTC" }, { "number": "3.1.2-beta1", "published_at": "2016-05-06 18:53:44 UTC" }, { "number": "3.1.2-beta2", "published_at": "2016-05-11 00:40:13 UTC" }, { "number": "3.1.2-beta3", "published_at": "2016-05-12 22:12:38 UTC" }, { "number": "3.1.2-beta5", "published_at": "2016-05-14 04:55:10 UTC" }, { "number": "3.1.2-beta6", "published_at": "2016-05-14 05:00:01 UTC" }, { "number": "3.1.2-beta7", "published_at": "2016-05-14 05:16:46 UTC" }, { "number": "3.2.0-beta1", "published_at": "2016-05-17 01:41:42 UTC" }, { "number": "4.0.0", "published_at": "2016-07-02 16:45:33 UTC" }, { "number": "4.0.0-beta1", "published_at": "2016-05-25 02:47:50 UTC" }, { "number": "4.0.0-beta2", "published_at": "2016-05-25 02:58:24 UTC" }, { "number": "4.0.0-beta3", "published_at": "2016-05-29 21:10:17 UTC" }, { "number": "4.0.0-beta4", "published_at": "2016-06-16 04:33:43 UTC" }, { "number": "4.0.0-rc1", "published_at": "2016-06-17 03:59:08 UTC" }, { "number": "4.0.1", "published_at": "2016-07-10 03:09:31 UTC" }, { "number": "4.0.2", "published_at": "2016-10-05 17:10:45 UTC" }, { "number": "4.0.3", "published_at": "2016-10-05 18:20:27 UTC" }, { "number": "4.0.4", "published_at": "2016-10-30 22:36:50 UTC" }, { "number": "4.0.5", "published_at": "2016-11-03 20:18:07 UTC" }, { "number": "4.0.6", "published_at": "2016-11-11 05:19:42 UTC" }, { "number": "4.0.7", "published_at": "2016-12-12 04:56:11 UTC" }, { "number": "4.0.7-beta1", "published_at": "2016-12-12 00:19:05 UTC" }, { "number": "4.0.7-beta3", "published_at": "2016-12-12 01:26:43 UTC" }, { "number": "4.0.7-beta4", "published_at": "2016-12-12 03:53:20 UTC" }, { "number": "5.0.0", "published_at": "2017-07-30 04:41:02 UTC" }, { "number": "5.0.0-beta1", "published_at": "2016-09-15 15:08:37 UTC" }, { "number": "5.0.0-beta2", "published_at": "2016-10-20 22:02:44 UTC" }, { "number": "5.0.0-beta3", "published_at": "2017-01-12 06:17:21 UTC" }, { "number": "5.0.0-beta4", "published_at": "2017-06-17 16:55:22 UTC" }, { "number": "5.0.0-beta5", "published_at": "2017-06-20 01:25:24 UTC" }, { "number": "5.0.0-beta6", "published_at": "2017-07-05 13:35:44 UTC" }, { "number": "5.0.0-beta7", "published_at": "2017-07-10 20:03:17 UTC" }, { "number": "5.0.0-beta8", "published_at": "2017-07-17 13:32:39 UTC" }, { "number": "5.0.0-beta9", "published_at": "2017-07-30 00:30:28 UTC" }, { "number": "5.1.0-beta5", "published_at": "2017-08-04 03:13:10 UTC" }, { "number": "6.0.0", "published_at": "2017-10-09 22:52:42 UTC" }, { "number": "6.0.0-beta1", "published_at": "2017-08-08 05:34:39 UTC" }, { "number": "6.0.0-beta2", "published_at": "2017-09-07 03:53:35 UTC" }, { "number": "6.0.0-beta3", "published_at": "2017-10-07 14:06:16 UTC" }, { "number": "6.0.1", "published_at": "2017-10-16 15:20:17 UTC" }, { "number": "6.0.3", "published_at": "2017-10-22 16:18:48 UTC" }, { "number": "6.0.4", "published_at": "2017-10-26 03:05:29 UTC" }, { "number": "6.0.5", "published_at": "2018-02-05 01:13:06 UTC" }, { "number": "6.1.0", "published_at": "2018-02-06 01:58:08 UTC" }, { "number": "6.1.1", "published_at": "2018-02-28 02:31:48 UTC" }, { "number": "6.2.0", "published_at": "2018-04-18 13:10:54 UTC" }, { "number": "6.2.1", "published_at": "2018-06-30 04:18:15 UTC" }, { "number": "6.2.2", "published_at": "2018-07-21 04:36:23 UTC" }, { "number": "7.0.1", "published_at": "2018-08-29 03:29:29 UTC" }, { "number": "7.0.2", "published_at": "2018-08-29 03:45:59 UTC" }, { "number": "7.1.0", "published_at": "2018-11-27 02:55:23 UTC" }, { "number": "7.1.1", "published_at": "2018-12-19 18:17:34 UTC" }, { "number": "7.1.2", "published_at": "2019-01-08 18:07:23 UTC" }, { "number": "7.1.3", "published_at": "2019-01-12 02:11:57 UTC" }, { "number": "7.1.4", "published_at": "2019-01-24 03:09:45 UTC" } ] }, { "name": "bootstrap-sass", "platform": "Rubygems", "description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.", "homepage": "https://github.com/twbs/bootstrap-sass", "repository_url": "https://github.com/twbs/bootstrap-sass", "normalized_licenses": [ "MIT" ], "rank": 25, "latest_release_published_at": "2019-02-13 19:00:18 UTC", "latest_release_number": "3.4.1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/bootstrap-sass", "stars": 12731, "forks": 3489, "keywords": [ ], "latest_stable_release": "3.4.1", "latest_download_url": "https://rubygems.org/downloads/bootstrap-sass-3.4.1.gem", "dependents_count": 436, "dependent_repos_count": 113445, "latest_stable_release_number": "3.4.1", "latest_stable_release_published_at": "2019-02-13 19:00:18 UTC", "versions": [ { "number": "1.2.0", "published_at": "2011-09-06 21:08:37 UTC" }, { "number": "1.2.1", "published_at": "2011-09-06 23:12:51 UTC" }, { "number": "1.3.0", "published_at": "2011-09-19 22:11:03 UTC" }, { "number": "1.3.1", "published_at": "2011-10-12 17:42:36 UTC" }, { "number": "1.3.2", "published_at": "2011-10-22 13:59:39 UTC" }, { "number": "1.4.0", "published_at": "2011-11-04 14:47:51 UTC" }, { "number": "1.4.1", "published_at": "2011-12-02 22:39:19 UTC" }, { "number": "1.4.2", "published_at": "2011-12-10 16:47:38 UTC" }, { "number": "1.4.3", "published_at": "2011-12-24 17:59:23 UTC" }, { "number": "1.4.4", "published_at": "2012-01-17 17:08:07 UTC" }, { "number": "2.0.0", "published_at": "2012-02-06 13:44:43 UTC" }, { "number": "2.0.1", "published_at": "2012-02-17 11:43:07 UTC" }, { "number": "2.0.2", "published_at": "2012-03-31 13:58:42 UTC" }, { "number": "2.0.3", "published_at": "2012-05-13 20:37:10 UTC" }, { "number": "2.0.3.1", "published_at": "2012-05-22 10:16:45 UTC" }, { "number": "2.0.4.0", "published_at": "2012-06-26 21:25:30 UTC" }, { "number": "2.0.4.1", "published_at": "2012-08-28 07:42:29 UTC" }, { "number": "2.0.4.2", "published_at": "2012-09-01 10:08:29 UTC" }, { "number": "2.1.0.0", "published_at": "2012-09-06 15:35:23 UTC" }, { "number": "2.1.0.1", "published_at": "2012-10-16 18:21:02 UTC" }, { "number": "2.1.1.0", "published_at": "2012-10-31 14:45:38 UTC" }, { "number": "2.2.1.0", "published_at": "2012-11-17 13:38:33 UTC" }, { "number": "2.2.1.1", "published_at": "2012-11-18 22:57:41 UTC" }, { "number": "2.2.2.0", "published_at": "2012-12-22 12:46:40 UTC" }, { "number": "2.3.0.0", "published_at": "2013-02-14 21:13:50 UTC" }, { "number": "2.3.0.1", "published_at": "2013-02-21 22:12:58 UTC" }, { "number": "2.3.1.0", "published_at": "2013-03-16 14:50:45 UTC" }, { "number": "2.3.1.2", "published_at": "2013-05-24 14:16:54 UTC" }, { "number": "2.3.1.3", "published_at": "2013-05-31 22:43:43 UTC" }, { "number": "2.3.2.0", "published_at": "2013-06-11 20:00:27 UTC" }, { "number": "2.3.2.1", "published_at": "2013-07-19 16:36:59 UTC" }, { "number": "2.3.2.2", "published_at": "2013-08-28 17:27:00 UTC" }, { "number": "3.0.0.0", "published_at": "2013-10-31 16:55:48 UTC" }, { "number": "3.0.0.0.rc", "published_at": "2013-10-23 19:22:13 UTC" }, { "number": "3.0.0.0.rc2", "published_at": "2013-10-24 18:18:48 UTC" }, { "number": "3.0.1.0", "published_at": "2013-11-08 05:00:17 UTC" }, { "number": "3.0.1.0.rc", "published_at": "2013-10-31 16:57:31 UTC" }, { "number": "3.0.2.0", "published_at": "2013-11-08 05:21:53 UTC" }, { "number": "3.0.2.1", "published_at": "2013-11-10 03:00:47 UTC" }, { "number": "3.0.3.0", "published_at": "2013-12-05 17:08:53 UTC" }, { "number": "3.1.0.0", "published_at": "2014-01-30 16:55:18 UTC" }, { "number": "3.1.0.1", "published_at": "2014-02-03 00:26:31 UTC" }, { "number": "3.1.0.2", "published_at": "2014-02-06 00:21:04 UTC" }, { "number": "3.1.1.0", "published_at": "2014-02-13 17:33:19 UTC" }, { "number": "3.1.1.1", "published_at": "2014-04-18 21:23:26 UTC" }, { "number": "3.2.0.0", "published_at": "2014-06-26 16:56:58 UTC" }, { "number": "3.2.0.1", "published_at": "2014-07-29 00:11:28 UTC" }, { "number": "3.2.0.2", "published_at": "2014-09-03 02:12:22 UTC" }, { "number": "3.3.0.0", "published_at": "2014-10-29 20:53:35 UTC" }, { "number": "3.3.0.1", "published_at": "2014-10-30 02:40:23 UTC" }, { "number": "3.3.1.0", "published_at": "2014-11-12 17:22:30 UTC" }, { "number": "3.3.2.0", "published_at": "2015-01-19 17:29:07 UTC" }, { "number": "3.3.2.1", "published_at": "2015-01-19 23:47:45 UTC" }, { "number": "3.3.3", "published_at": "2015-01-20 01:02:01 UTC" }, { "number": "3.3.4", "published_at": "2015-03-16 00:00:00 UTC" }, { "number": "3.3.4.1", "published_at": "2015-03-18 21:39:58 UTC" }, { "number": "3.3.5", "published_at": "2015-06-16 17:03:17 UTC" }, { "number": "3.3.5.1", "published_at": "2015-06-25 20:05:18 UTC" }, { "number": "3.3.6", "published_at": "2015-11-24 23:07:20 UTC" }, { "number": "3.3.7", "published_at": "2016-07-25 21:10:41 UTC" }, { "number": "3.4.0", "published_at": "2018-12-14 12:37:52 UTC" }, { "number": "3.4.1", "published_at": "2019-02-13 19:00:18 UTC" } ] }, { "name": "grunt-sass", "platform": "NPM", "description": "Compile Sass to CSS using node-sass", "homepage": "https://github.com/sindresorhus/grunt-sass", "repository_url": "https://github.com/sindresorhus/grunt-sass", "normalized_licenses": [ "MIT" ], "rank": 24, "latest_release_published_at": "2018-10-09 04:43:52 UTC", "latest_release_number": "3.0.2", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/grunt-sass", "stars": 1000, "forks": 206, "keywords": [ "gruntplugin", "css", "sass", "scss", "style", "compile", "preprocess", "libsass" ], "latest_stable_release": "3.0.2", "latest_download_url": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-3.0.2.tgz", "dependents_count": 913, "dependent_repos_count": 29402, "latest_stable_release_number": "3.0.2", "latest_stable_release_published_at": "2018-10-09 04:43:52 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-06-12 20:04:07 UTC" }, { "number": "0.10.0", "published_at": "2014-01-11 18:47:28 UTC" }, { "number": "0.11.0", "published_at": "2014-02-23 12:16:41 UTC" }, { "number": "0.12.0", "published_at": "2014-03-26 18:31:39 UTC" }, { "number": "0.12.1", "published_at": "2014-03-31 10:47:19 UTC" }, { "number": "0.13.0", "published_at": "2014-06-05 22:03:29 UTC" }, { "number": "0.13.1", "published_at": "2014-06-06 14:40:59 UTC" }, { "number": "0.14.0", "published_at": "2014-06-17 21:38:52 UTC" }, { "number": "0.14.1", "published_at": "2014-09-01 20:02:30 UTC" }, { "number": "0.14.2", "published_at": "2014-09-23 18:37:54 UTC" }, { "number": "0.15.0", "published_at": "2014-10-13 10:10:08 UTC" }, { "number": "0.16.0", "published_at": "2014-10-16 20:30:25 UTC" }, { "number": "0.16.1", "published_at": "2014-10-31 00:57:02 UTC" }, { "number": "0.17.0", "published_at": "2014-12-04 11:46:05 UTC" }, { "number": "0.18.0", "published_at": "2015-02-13 10:55:52 UTC" }, { "number": "0.18.1", "published_at": "2015-03-06 09:22:36 UTC" }, { "number": "0.2.1", "published_at": "2012-09-24 21:07:45 UTC" }, { "number": "0.2.2", "published_at": "2012-10-24 14:38:37 UTC" }, { "number": "0.2.3", "published_at": "2012-10-24 14:39:59 UTC" }, { "number": "0.2.4", "published_at": "2012-10-24 15:03:08 UTC" }, { "number": "0.2.5", "published_at": "2012-12-02 16:12:13 UTC" }, { "number": "0.3.0", "published_at": "2013-02-02 16:31:20 UTC" }, { "number": "0.4.0", "published_at": "2013-04-06 17:41:34 UTC" }, { "number": "0.4.1", "published_at": "2013-04-16 15:10:22 UTC" }, { "number": "0.5.0", "published_at": "2013-04-30 23:38:24 UTC" }, { "number": "0.6.0", "published_at": "2013-05-12 17:56:40 UTC" }, { "number": "0.6.1", "published_at": "2013-08-02 13:53:09 UTC" }, { "number": "0.7.0", "published_at": "2013-10-23 09:12:50 UTC" }, { "number": "0.8.0", "published_at": "2013-11-01 11:47:46 UTC" }, { "number": "0.8.1", "published_at": "2013-11-22 18:02:31 UTC" }, { "number": "0.9.0", "published_at": "2013-12-08 02:17:23 UTC" }, { "number": "1.0.0", "published_at": "2015-05-06 17:07:42 UTC" }, { "number": "1.1.0", "published_at": "2015-10-25 07:13:18 UTC" }, { "number": "1.1.0-beta", "published_at": "2015-09-18 08:08:16 UTC" }, { "number": "1.2.0", "published_at": "2016-05-04 23:27:09 UTC" }, { "number": "1.2.0-beta", "published_at": "2016-02-04 12:19:38 UTC" }, { "number": "1.2.1", "published_at": "2016-08-12 23:52:54 UTC" }, { "number": "2.0.0", "published_at": "2016-12-10 23:14:32 UTC" }, { "number": "2.1.0", "published_at": "2018-02-03 08:23:23 UTC" }, { "number": "3.0.0", "published_at": "2018-06-27 06:26:44 UTC" }, { "number": "3.0.1", "published_at": "2018-07-06 04:06:01 UTC" }, { "number": "3.0.2", "published_at": "2018-10-09 04:43:52 UTC" } ] }, { "name": "fastlane", "platform": "Rubygems", "description": "The easiest way to automate beta deployments and releases for your iOS and Android apps", "homepage": "https://fastlane.tools", "repository_url": "https://github.com/fastlane/fastlane", "normalized_licenses": [ "MIT" ], "rank": 23, "latest_release_published_at": "2019-02-21 20:01:42 UTC", "latest_release_number": "2.117.0.beta.20190221200044", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/fastlane", "stars": 24626, "forks": 3740, "keywords": [ "android", "apps", "automation", "deployment", "fastlane", "ios", "mobile", "ruby", "screenshots" ], "latest_stable_release": "2.116.1", "latest_download_url": "https://rubygems.org/downloads/fastlane-2.117.0.beta.20190221200044.gem", "dependents_count": 413, "dependent_repos_count": 1965, "latest_stable_release_number": "2.116.1", "latest_stable_release_published_at": "2019-02-20 15:49:00 UTC", "versions": [ { "number": "0.0.1", "published_at": "2014-12-01 17:38:44 UTC" }, { "number": "0.1.0", "published_at": "2015-01-15 16:30:10 UTC" }, { "number": "0.10.0", "published_at": "2015-04-17 10:01:59 UTC" }, { "number": "0.1.1", "published_at": "2015-01-16 11:58:41 UTC" }, { "number": "0.1.10", "published_at": "2015-02-18 22:41:23 UTC" }, { "number": "0.11.0", "published_at": "2015-04-19 09:22:56 UTC" }, { "number": "0.1.12", "published_at": "2015-02-19 22:35:59 UTC" }, { "number": "0.1.13", "published_at": "2015-02-24 16:49:13 UTC" }, { "number": "0.1.14", "published_at": "2015-02-27 14:43:20 UTC" }, { "number": "0.1.15", "published_at": "2015-03-05 10:27:16 UTC" }, { "number": "0.1.16", "published_at": "2015-03-06 18:09:25 UTC" }, { "number": "0.1.17", "published_at": "2015-03-08 22:18:57 UTC" }, { "number": "0.1.18", "published_at": "2015-03-09 10:41:09 UTC" }, { "number": "0.1.19", "published_at": "2015-03-09 15:22:33 UTC" }, { "number": "0.1.2", "published_at": "2015-01-28 22:53:29 UTC" }, { "number": "0.12.0", "published_at": "2015-04-19 20:10:30 UTC" }, { "number": "0.12.1", "published_at": "2015-04-19 21:08:34 UTC" }, { "number": "0.12.2", "published_at": "2015-04-20 10:42:15 UTC" }, { "number": "0.12.3", "published_at": "2015-04-20 17:10:27 UTC" }, { "number": "0.12.4", "published_at": "2015-04-20 20:07:03 UTC" }, { "number": "0.12.5", "published_at": "2015-04-27 23:48:31 UTC" }, { "number": "0.1.3", "published_at": "2015-01-30 10:38:38 UTC" }, { "number": "0.13.0", "published_at": "2015-05-03 20:31:08 UTC" }, { "number": "0.1.4", "published_at": "2015-01-30 20:26:06 UTC" }, { "number": "0.1.5", "published_at": "2015-01-31 19:14:18 UTC" }, { "number": "0.1.6", "published_at": "2015-02-01 22:50:13 UTC" }, { "number": "0.1.7", "published_at": "2015-02-04 21:28:07 UTC" }, { "number": "0.1.8", "published_at": "2015-02-12 19:17:14 UTC" }, { "number": "0.1.9", "published_at": "2015-02-18 11:25:00 UTC" }, { "number": "0.2.0", "published_at": "2015-03-09 18:57:57 UTC" }, { "number": "0.2.1", "published_at": "2015-03-10 17:35:06 UTC" }, { "number": "0.3.0", "published_at": "2015-03-19 23:23:38 UTC" }, { "number": "0.4.0", "published_at": "2015-03-24 14:36:51 UTC" }, { "number": "0.4.1", "published_at": "2015-03-24 14:47:15 UTC" }, { "number": "0.4.2", "published_at": "2015-03-26 12:41:32 UTC" }, { "number": "0.5.0", "published_at": "2015-04-02 21:56:23 UTC" }, { "number": "0.6.0", "published_at": "2015-04-08 19:17:54 UTC" }, { "number": "0.6.1", "published_at": "2015-04-10 10:29:52 UTC" }, { "number": "0.7.0", "published_at": "2015-04-13 08:54:59 UTC" }, { "number": "0.8.0", "published_at": "2015-04-14 21:21:41 UTC" }, { "number": "0.8.1", "published_at": "2015-04-15 09:48:49 UTC" }, { "number": "0.9.0", "published_at": "2015-04-15 19:28:55 UTC" }, { "number": "1.0.0", "published_at": "2015-05-05 20:20:39 UTC" }, { "number": "1.0.1", "published_at": "2015-05-06 17:05:29 UTC" }, { "number": "1.0.2", "published_at": "2015-05-08 10:07:32 UTC" }, { "number": "1.1.0", "published_at": "2015-05-15 20:21:23 UTC" }, { "number": "1.10.0", "published_at": "2015-07-17 13:42:32 UTC" }, { "number": "1.100.0", "published_at": "2016-08-10 20:54:14 UTC" }, { "number": "1.101.0", "published_at": "2016-08-18 17:21:49 UTC" }, { "number": "1.102.0", "published_at": "2016-08-29 18:02:47 UTC" }, { "number": "1.103.0", "published_at": "2016-09-14 23:38:49 UTC" }, { "number": "1.104.0", "published_at": "2016-09-22 18:20:53 UTC" }, { "number": "1.105.0", "published_at": "2016-10-05 20:00:06 UTC" }, { "number": "1.105.1", "published_at": "2016-10-11 00:36:42 UTC" }, { "number": "1.105.2", "published_at": "2016-10-11 17:58:54 UTC" }, { "number": "1.105.3", "published_at": "2016-10-18 21:38:59 UTC" }, { "number": "1.106.0", "published_at": "2016-10-24 18:15:02 UTC" }, { "number": "1.106.1", "published_at": "2016-10-24 21:28:45 UTC" }, { "number": "1.106.2", "published_at": "2016-10-25 18:48:58 UTC" }, { "number": "1.107.0", "published_at": "2016-11-03 23:58:31 UTC" }, { "number": "1.108.0", "published_at": "2016-11-10 20:36:34 UTC" }, { "number": "1.109.0", "published_at": "2016-11-15 20:42:02 UTC" }, { "number": "1.11.0", "published_at": "2015-07-18 12:08:09 UTC" }, { "number": "1.110.0", "published_at": "2016-11-17 21:40:58 UTC" }, { "number": "1.111.0", "published_at": "2016-11-29 16:04:14 UTC" }, { "number": "1.12.0", "published_at": "2015-07-21 22:25:07 UTC" }, { "number": "1.13.0", "published_at": "2015-07-24 15:15:58 UTC" }, { "number": "1.13.1", "published_at": "2015-07-27 22:07:51 UTC" }, { "number": "1.14.0", "published_at": "2015-08-01 07:42:21 UTC" }, { "number": "1.14.1", "published_at": "2015-08-03 22:56:44 UTC" }, { "number": "1.15.0", "published_at": "2015-08-07 15:45:32 UTC" }, { "number": "1.16.0", "published_at": "2015-08-11 19:01:53 UTC" }, { "number": "1.17.0", "published_at": "2015-08-13 17:23:46 UTC" }, { "number": "1.17.1", "published_at": "2015-08-14 09:54:50 UTC" }, { "number": "1.18.0", "published_at": "2015-08-17 10:30:12 UTC" }, { "number": "1.19.0", "published_at": "2015-08-20 11:30:22 UTC" }, { "number": "1.2.0", "published_at": "2015-05-17 13:23:53 UTC" }, { "number": "1.20.0", "published_at": "2015-08-22 13:02:04 UTC" }, { "number": "1.2.1", "published_at": "2015-05-19 11:44:46 UTC" }, { "number": "1.21.0", "published_at": "2015-08-25 09:17:30 UTC" }, { "number": "1.2.2", "published_at": "2015-05-19 18:55:24 UTC" }, { "number": "1.22.0", "published_at": "2015-08-29 18:41:16 UTC" }, { "number": "1.2.3", "published_at": "2015-05-20 17:29:24 UTC" }, { "number": "1.23.0", "published_at": "2015-09-03 18:17:24 UTC" }, { "number": "1.24.0", "published_at": "2015-09-04 23:48:55 UTC" }, { "number": "1.25.0", "published_at": "2015-09-08 02:02:30 UTC" }, { "number": "1.25.1", "published_at": "2015-09-10 01:09:16 UTC" }, { "number": "1.26.0", "published_at": "2015-09-13 19:24:26 UTC" }, { "number": "1.27.0", "published_at": "2015-09-18 22:09:01 UTC" }, { "number": "1.28.0", "published_at": "2015-09-21 23:14:46 UTC" }, { "number": "1.29.0", "published_at": "2015-09-23 01:05:57 UTC" }, { "number": "1.29.1", "published_at": "2015-09-23 20:51:21 UTC" }, { "number": "1.29.2", "published_at": "2015-09-23 22:47:46 UTC" }, { "number": "1.3.0", "published_at": "2015-05-22 13:15:55 UTC" }, { "number": "1.30.0", "published_at": "2015-09-29 21:11:37 UTC" }, { "number": "1.30.1", "published_at": "2015-09-30 04:08:04 UTC" }, { "number": "1.30.2", "published_at": "2015-09-30 22:49:08 UTC" }, { "number": "1.3.1", "published_at": "2015-05-26 19:05:34 UTC" }, { "number": "1.31.0", "published_at": "2015-10-06 15:34:38 UTC" }, { "number": "1.3.2", "published_at": "2015-05-28 16:43:31 UTC" }, { "number": "1.32.0", "published_at": "2015-10-06 21:23:10 UTC" }, { "number": "1.32.1", "published_at": "2015-10-07 15:36:49 UTC" }, { "number": "1.32.2", "published_at": "2015-10-12 20:32:17 UTC" }, { "number": "1.32.3", "published_at": "2015-10-13 00:52:30 UTC" }, { "number": "1.32.4", "published_at": "2015-10-14 02:55:38 UTC" }, { "number": "1.33.0", "published_at": "2015-10-15 00:44:52 UTC" }, { "number": "1.33.1", "published_at": "2015-10-16 00:52:56 UTC" }, { "number": "1.33.2", "published_at": "2015-10-18 00:20:06 UTC" }, { "number": "1.33.3", "published_at": "2015-10-18 05:39:30 UTC" }, { "number": "1.33.4", "published_at": "2015-10-18 17:18:41 UTC" }, { "number": "1.33.5", "published_at": "2015-10-19 22:32:03 UTC" }, { "number": "1.33.6", "published_at": "2015-10-20 16:16:48 UTC" }, { "number": "1.34.0", "published_at": "2015-10-22 20:52:15 UTC" }, { "number": "1.35.0", "published_at": "2015-10-24 19:52:47 UTC" }, { "number": "1.36.0", "published_at": "2015-10-27 22:34:55 UTC" }, { "number": "1.36.1", "published_at": "2015-10-28 17:07:09 UTC" }, { "number": "1.36.2", "published_at": "2015-10-29 06:11:45 UTC" }, { "number": "1.36.3", "published_at": "2015-10-30 04:22:50 UTC" }, { "number": "1.36.4", "published_at": "2015-10-30 15:31:53 UTC" }, { "number": "1.37.0", "published_at": "2015-11-02 02:42:33 UTC" }, { "number": "1.38.0", "published_at": "2015-11-10 14:43:59 UTC" }, { "number": "1.38.1", "published_at": "2015-11-11 13:01:22 UTC" }, { "number": "1.39.0", "published_at": "2015-11-12 02:11:30 UTC" }, { "number": "1.4.0", "published_at": "2015-06-12 05:11:26 UTC" }, { "number": "1.40.0", "published_at": "2015-11-19 21:26:37 UTC" }, { "number": "1.41.0", "published_at": "2015-11-20 19:46:45 UTC" }, { "number": "1.41.1", "published_at": "2015-11-22 15:46:17 UTC" }, { "number": "1.42.0", "published_at": "2015-11-30 20:48:48 UTC" }, { "number": "1.43.0", "published_at": "2015-12-02 17:08:03 UTC" }, { "number": "1.44.0", "published_at": "2015-12-03 16:45:26 UTC" }, { "number": "1.45.0", "published_at": "2015-12-05 04:44:41 UTC" }, { "number": "1.46.0", "published_at": "2015-12-06 00:50:38 UTC" }, { "number": "1.46.1", "published_at": "2015-12-07 21:22:29 UTC" }, { "number": "1.47.0", "published_at": "2015-12-10 18:50:57 UTC" }, { "number": "1.48.0", "published_at": "2015-12-15 19:01:32 UTC" }, { "number": "1.49.0", "published_at": "2015-12-29 21:06:15 UTC" }, { "number": "1.5.0", "published_at": "2015-06-20 16:45:23 UTC" }, { "number": "1.50.0", "published_at": "2016-01-12 23:14:35 UTC" }, { "number": "1.51.0", "published_at": "2016-01-15 04:57:44 UTC" }, { "number": "1.52.0", "published_at": "2016-01-20 22:03:16 UTC" }, { "number": "1.53.0", "published_at": "2016-01-23 09:44:07 UTC" }, { "number": "1.54.0", "published_at": "2016-01-28 21:05:48 UTC" }, { "number": "1.55.0", "published_at": "2016-01-29 02:25:02 UTC" }, { "number": "1.56.0", "published_at": "2016-02-01 22:40:16 UTC" }, { "number": "1.57.0", "published_at": "2016-02-02 20:15:29 UTC" }, { "number": "1.58.0", "published_at": "2016-02-11 00:58:41 UTC" }, { "number": "1.59.0", "published_at": "2016-02-11 18:21:47 UTC" }, { "number": "1.6.0", "published_at": "2015-06-27 09:24:43 UTC" }, { "number": "1.60.0", "published_at": "2016-02-17 21:54:13 UTC" }, { "number": "1.61.0", "published_at": "2016-02-18 18:06:54 UTC" }, { "number": "1.62.0", "published_at": "2016-02-23 02:16:44 UTC" }, { "number": "1.63.0", "published_at": "2016-02-23 22:10:36 UTC" }, { "number": "1.63.1", "published_at": "2016-02-25 18:48:44 UTC" }, { "number": "1.64.0", "published_at": "2016-03-01 16:55:02 UTC" }, { "number": "1.65.0", "published_at": "2016-03-03 23:25:47 UTC" }, { "number": "1.66.0", "published_at": "2016-03-04 02:41:03 UTC" }, { "number": "1.67.0", "published_at": "2016-03-22 02:36:36 UTC" }, { "number": "1.68.0", "published_at": "2016-03-23 16:49:50 UTC" }, { "number": "1.69.0", "published_at": "2016-03-31 18:21:10 UTC" }, { "number": "1.7.0", "published_at": "2015-07-04 16:15:52 UTC" }, { "number": "1.70.0", "published_at": "2016-04-01 03:19:07 UTC" }, { "number": "1.7.1", "published_at": "2015-07-11 12:25:59 UTC" }, { "number": "1.7.2", "published_at": "2015-07-11 19:27:42 UTC" }, { "number": "1.7.3", "published_at": "2015-07-13 07:05:26 UTC" }, { "number": "1.8.0", "published_at": "2015-07-14 23:47:09 UTC" }, { "number": "1.80.0", "published_at": "2016-04-05 00:52:23 UTC" }, { "number": "1.81.0", "published_at": "2016-04-08 20:18:20 UTC" }, { "number": "1.82.0", "published_at": "2016-04-26 16:53:32 UTC" }, { "number": "1.83.0", "published_at": "2016-04-28 15:27:44 UTC" }, { "number": "1.84.0", "published_at": "2016-05-03 20:04:02 UTC" }, { "number": "1.85.0", "published_at": "2016-05-04 17:34:46 UTC" }, { "number": "1.86.0", "published_at": "2016-05-05 19:29:43 UTC" }, { "number": "1.86.1", "published_at": "2016-05-05 23:05:01 UTC" }, { "number": "1.87.0", "published_at": "2016-05-09 15:29:43 UTC" }, { "number": "1.87.1", "published_at": "2016-05-10 15:10:34 UTC" }, { "number": "1.88.0", "published_at": "2016-05-11 17:40:14 UTC" }, { "number": "1.89.0", "published_at": "2016-05-12 18:40:17 UTC" }, { "number": "1.9.0", "published_at": "2015-07-16 14:56:31 UTC" }, { "number": "1.90.0", "published_at": "2016-05-23 18:42:43 UTC" }, { "number": "1.91.0", "published_at": "2016-05-24 22:53:11 UTC" }, { "number": "1.92.0", "published_at": "2016-05-31 17:55:17 UTC" }, { "number": "1.92.0.beta1", "published_at": "2016-05-27 02:25:59 UTC" }, { "number": "1.92.0.beta2", "published_at": "2016-05-27 02:42:43 UTC" }, { "number": "1.93.0", "published_at": "2016-06-01 18:58:24 UTC" }, { "number": "1.93.1", "published_at": "2016-06-02 00:51:09 UTC" }, { "number": "1.94.0", "published_at": "2016-06-04 00:07:01 UTC" }, { "number": "1.94.1", "published_at": "2016-06-06 20:04:10 UTC" }, { "number": "1.95.0", "published_at": "2016-06-10 16:49:37 UTC" }, { "number": "1.96.0", "published_at": "2016-06-24 17:28:21 UTC" }, { "number": "1.97.0", "published_at": "2016-06-30 15:51:37 UTC" }, { "number": "1.97.1", "published_at": "2016-07-01 16:24:16 UTC" }, { "number": "1.97.2", "published_at": "2016-07-02 14:18:56 UTC" }, { "number": "1.98.0", "published_at": "2016-07-18 19:54:04 UTC" }, { "number": "1.99.0", "published_at": "2016-07-27 18:33:58 UTC" }, { "number": "2.0.0", "published_at": "2016-12-15 18:51:26 UTC" }, { "number": "2.0.1", "published_at": "2016-12-15 19:39:18 UTC" }, { "number": "2.0.2", "published_at": "2016-12-15 22:03:47 UTC" }, { "number": "2.0.3", "published_at": "2016-12-16 01:42:21 UTC" }, { "number": "2.0.4", "published_at": "2016-12-16 18:07:17 UTC" }, { "number": "2.0.5", "published_at": "2016-12-16 19:18:56 UTC" }, { "number": "2.1.0", "published_at": "2016-12-18 22:59:56 UTC" }, { "number": "2.10.0", "published_at": "2017-01-23 20:23:53 UTC" }, { "number": "2.100.0", "published_at": "2018-07-19 13:29:07 UTC" }, { "number": "2.100.1", "published_at": "2018-07-20 21:03:24 UTC" }, { "number": "2.101.0", "published_at": "2018-07-31 18:40:53 UTC" }, { "number": "2.101.1", "published_at": "2018-08-01 14:09:11 UTC" }, { "number": "2.102.0", "published_at": "2018-08-16 18:16:04 UTC" }, { "number": "2.103.0", "published_at": "2018-09-04 17:37:55 UTC" }, { "number": "2.103.1", "published_at": "2018-09-05 12:35:41 UTC" }, { "number": "2.104.0", "published_at": "2018-09-08 00:42:42 UTC" }, { "number": "2.105.0", "published_at": "2018-09-20 18:19:16 UTC" }, { "number": "2.105.1", "published_at": "2018-09-21 11:24:14 UTC" }, { "number": "2.105.2", "published_at": "2018-09-23 21:42:37 UTC" }, { "number": "2.106.0", "published_at": "2018-10-10 21:06:13 UTC" }, { "number": "2.106.1", "published_at": "2018-10-12 16:27:43 UTC" }, { "number": "2.106.2", "published_at": "2018-10-15 13:26:42 UTC" }, { "number": "2.107.0", "published_at": "2018-10-16 18:02:49 UTC" }, { "number": "2.108.0", "published_at": "2018-11-05 04:50:48 UTC" }, { "number": "2.109.0", "published_at": "2018-12-04 22:47:50 UTC" }, { "number": "2.109.1", "published_at": "2018-12-05 15:50:55 UTC" }, { "number": "2.1.1", "published_at": "2016-12-19 02:54:13 UTC" }, { "number": "2.11.0", "published_at": "2017-01-25 00:06:18 UTC" }, { "number": "2.110.0", "published_at": "2018-12-11 00:46:34 UTC" }, { "number": "2.111.0", "published_at": "2018-12-14 06:48:25 UTC" }, { "number": "2.111.0.beta.20181211193027", "published_at": "2018-12-11 19:30:39 UTC" }, { "number": "2.111.0.beta.20181211193527", "published_at": "2018-12-11 19:36:12 UTC" }, { "number": "2.111.0.beta.20181213171204", "published_at": "2018-12-13 17:12:46 UTC" }, { "number": "2.111.0.beta.20181213200033", "published_at": "2018-12-13 20:01:51 UTC" }, { "number": "2.112.0", "published_at": "2018-12-19 19:25:12 UTC" }, { "number": "2.112.0.beta.20181214200045", "published_at": "2018-12-14 20:02:20 UTC" }, { "number": "2.112.0.beta.20181215200110", "published_at": "2018-12-15 20:02:41 UTC" }, { "number": "2.112.0.beta.20181216200018", "published_at": "2018-12-16 20:01:39 UTC" }, { "number": "2.112.0.beta.20181217200025", "published_at": "2018-12-17 20:01:03 UTC" }, { "number": "2.112.0.beta.20181218200038", "published_at": "2018-12-18 20:01:40 UTC" }, { "number": "2.113.0", "published_at": "2019-01-07 22:02:15 UTC" }, { "number": "2.113.0.beta.20181219200044", "published_at": "2018-12-19 20:01:53 UTC" }, { "number": "2.113.0.beta.20181220200101", "published_at": "2018-12-20 20:02:01 UTC" }, { "number": "2.113.0.beta.20181221200014", "published_at": "2018-12-21 20:01:19 UTC" }, { "number": "2.113.0.beta.20181222200027", "published_at": "2018-12-22 20:01:30 UTC" }, { "number": "2.113.0.beta.20181223200038", "published_at": "2018-12-23 20:01:47 UTC" }, { "number": "2.113.0.beta.20181224200038", "published_at": "2018-12-24 20:01:14 UTC" }, { "number": "2.113.0.beta.20181225200026", "published_at": "2018-12-25 20:01:21 UTC" }, { "number": "2.113.0.beta.20181226200116", "published_at": "2018-12-26 20:03:15 UTC" }, { "number": "2.113.0.beta.20181227200058", "published_at": "2018-12-27 20:02:27 UTC" }, { "number": "2.113.0.beta.20181228200027", "published_at": "2018-12-28 20:01:41 UTC" }, { "number": "2.113.0.beta.20181229200101", "published_at": "2018-12-29 20:02:55 UTC" }, { "number": "2.113.0.beta.20181230200014", "published_at": "2018-12-30 20:01:39 UTC" }, { "number": "2.113.0.beta.20181231200027", "published_at": "2018-12-31 20:01:16 UTC" }, { "number": "2.113.0.beta.20190101200013", "published_at": "2019-01-01 20:01:02 UTC" }, { "number": "2.113.0.beta.20190102200016", "published_at": "2019-01-02 20:01:31 UTC" }, { "number": "2.113.0.beta.20190103200013", "published_at": "2019-01-03 20:02:17 UTC" }, { "number": "2.113.0.beta.20190104200013", "published_at": "2019-01-04 20:01:56 UTC" }, { "number": "2.113.0.beta.20190105200036", "published_at": "2019-01-05 20:02:14 UTC" }, { "number": "2.113.0.beta.20190106200016", "published_at": "2019-01-06 20:01:18 UTC" }, { "number": "2.113.0.beta.20190107200010", "published_at": "2019-01-07 20:02:15 UTC" }, { "number": "2.114.0", "published_at": "2019-01-17 06:22:49 UTC" }, { "number": "2.114.0.beta.20190108200048", "published_at": "2019-01-08 20:01:29 UTC" }, { "number": "2.114.0.beta.20190109200053", "published_at": "2019-01-09 20:02:21 UTC" }, { "number": "2.114.0.beta.20190110200051", "published_at": "2019-01-10 20:02:12 UTC" }, { "number": "2.114.0.beta.20190111200053", "published_at": "2019-01-11 20:01:52 UTC" }, { "number": "2.114.0.beta.20190112200032", "published_at": "2019-01-12 20:01:47 UTC" }, { "number": "2.114.0.beta.20190113200019", "published_at": "2019-01-13 20:01:21 UTC" }, { "number": "2.114.0.beta.20190114200053", "published_at": "2019-01-14 20:01:36 UTC" }, { "number": "2.114.0.beta.20190115200110", "published_at": "2019-01-15 20:02:58 UTC" }, { "number": "2.114.0.beta.20190116200018", "published_at": "2019-01-16 20:01:40 UTC" }, { "number": "2.115.0", "published_at": "2019-01-28 01:03:34 UTC" }, { "number": "2.115.0.beta.20190117200016", "published_at": "2019-01-17 20:01:03 UTC" }, { "number": "2.115.0.beta.20190118200015", "published_at": "2019-01-18 20:01:11 UTC" }, { "number": "2.115.0.beta.20190119200019", "published_at": "2019-01-19 20:01:06 UTC" }, { "number": "2.115.0.beta.20190120200101", "published_at": "2019-01-20 20:01:52 UTC" }, { "number": "2.115.0.beta.20190122200028", "published_at": "2019-01-22 20:01:43 UTC" }, { "number": "2.115.0.beta.20190123200015", "published_at": "2019-01-23 20:01:32 UTC" }, { "number": "2.115.0.beta.20190124200016", "published_at": "2019-01-24 20:01:13 UTC" }, { "number": "2.115.0.beta.20190125200019", "published_at": "2019-01-25 20:01:03 UTC" }, { "number": "2.115.0.beta.20190126200102", "published_at": "2019-01-26 20:01:45 UTC" }, { "number": "2.115.0.beta.20190127200030", "published_at": "2019-01-27 20:01:11 UTC" }, { "number": "2.116.0", "published_at": "2019-02-06 20:45:09 UTC" }, { "number": "2.116.0.beta.20190128200102", "published_at": "2019-01-28 20:02:03 UTC" }, { "number": "2.116.0.beta.20190129200025", "published_at": "2019-01-29 20:01:17 UTC" }, { "number": "2.116.0.beta.20190130200045", "published_at": "2019-01-30 20:02:07 UTC" }, { "number": "2.116.0.beta.20190131200016", "published_at": "2019-01-31 20:01:14 UTC" }, { "number": "2.116.0.beta.20190201200019", "published_at": "2019-02-01 20:01:07 UTC" }, { "number": "2.116.0.beta.20190202200022", "published_at": "2019-02-02 20:00:59 UTC" }, { "number": "2.116.0.beta.20190203200034", "published_at": "2019-02-03 20:01:53 UTC" }, { "number": "2.116.0.beta.20190204200009", "published_at": "2019-02-04 20:01:13 UTC" }, { "number": "2.116.0.beta.20190205200046", "published_at": "2019-02-05 20:01:46 UTC" }, { "number": "2.116.0.beta.20190206200014", "published_at": "2019-02-06 20:01:12 UTC" }, { "number": "2.116.1", "published_at": "2019-02-20 15:49:00 UTC" }, { "number": "2.117.0.beta.20190207200055", "published_at": "2019-02-07 20:02:34 UTC" }, { "number": "2.117.0.beta.20190208200116", "published_at": "2019-02-08 20:02:26 UTC" }, { "number": "2.117.0.beta.20190209200055", "published_at": "2019-02-09 20:02:05 UTC" }, { "number": "2.117.0.beta.20190210200028", "published_at": "2019-02-10 20:01:20 UTC" }, { "number": "2.117.0.beta.20190211200054", "published_at": "2019-02-11 20:01:50 UTC" }, { "number": "2.117.0.beta.20190212200112", "published_at": "2019-02-12 20:02:21 UTC" }, { "number": "2.117.0.beta.20190213200055", "published_at": "2019-02-13 20:01:46 UTC" }, { "number": "2.117.0.beta.20190214200107", "published_at": "2019-02-14 20:02:01 UTC" }, { "number": "2.117.0.beta.20190215200101", "published_at": "2019-02-15 20:01:57 UTC" }, { "number": "2.117.0.beta.20190216200056", "published_at": "2019-02-16 20:01:37 UTC" }, { "number": "2.117.0.beta.20190217200019", "published_at": "2019-02-17 20:00:55 UTC" }, { "number": "2.117.0.beta.20190218200024", "published_at": "2019-02-18 20:01:39 UTC" }, { "number": "2.117.0.beta.20190219200042", "published_at": "2019-02-19 20:02:23 UTC" }, { "number": "2.117.0.beta.20190220200018", "published_at": "2019-02-20 20:01:30 UTC" }, { "number": "2.117.0.beta.20190221200044", "published_at": "2019-02-21 20:01:42 UTC" }, { "number": "2.1.2", "published_at": "2016-12-20 15:29:36 UTC" }, { "number": "2.12.0", "published_at": "2017-01-27 01:59:52 UTC" }, { "number": "2.1.3", "published_at": "2016-12-20 20:06:04 UTC" }, { "number": "2.13.0", "published_at": "2017-01-30 17:25:05 UTC" }, { "number": "2.14.0", "published_at": "2017-02-02 22:03:18 UTC" }, { "number": "2.14.1", "published_at": "2017-02-03 01:03:45 UTC" }, { "number": "2.14.2", "published_at": "2017-02-03 18:20:47 UTC" }, { "number": "2.15.0", "published_at": "2017-02-13 22:49:19 UTC" }, { "number": "2.15.0.beta.20170213032052", "published_at": "2017-02-13 03:21:16 UTC" }, { "number": "2.15.1", "published_at": "2017-02-14 02:34:23 UTC" }, { "number": "2.16.0", "published_at": "2017-02-14 17:06:35 UTC" }, { "number": "2.16.0.beta.20170214010051", "published_at": "2017-02-14 01:01:23 UTC" }, { "number": "2.17.0", "published_at": "2017-02-15 18:44:12 UTC" }, { "number": "2.17.1", "published_at": "2017-02-16 15:34:57 UTC" }, { "number": "2.18.0", "published_at": "2017-02-21 17:54:55 UTC" }, { "number": "2.18.0.beta.20170216184940", "published_at": "2017-02-16 18:50:16 UTC" }, { "number": "2.18.0.beta.20170217010035", "published_at": "2017-02-17 01:01:08 UTC" }, { "number": "2.18.0.beta.20170218010103", "published_at": "2017-02-18 01:01:30 UTC" }, { "number": "2.18.0.beta.20170219010032", "published_at": "2017-02-19 01:01:11 UTC" }, { "number": "2.18.0.beta.20170220010017", "published_at": "2017-02-20 01:00:44 UTC" }, { "number": "2.18.0.beta.20170221010026", "published_at": "2017-02-21 01:00:58 UTC" }, { "number": "2.18.1", "published_at": "2017-02-21 21:53:17 UTC" }, { "number": "2.18.2", "published_at": "2017-02-22 15:18:37 UTC" }, { "number": "2.18.3", "published_at": "2017-02-23 14:57:55 UTC" }, { "number": "2.19.0", "published_at": "2017-03-01 16:47:20 UTC" }, { "number": "2.19.0.beta.20170222010016", "published_at": "2017-02-22 01:00:43 UTC" }, { "number": "2.19.0.beta.20170223010028", "published_at": "2017-02-23 01:00:57 UTC" }, { "number": "2.19.0.beta.20170224010025", "published_at": "2017-02-24 01:00:58 UTC" }, { "number": "2.19.0.beta.20170225010031", "published_at": "2017-02-25 01:01:06 UTC" }, { "number": "2.19.0.beta.20170226010028", "published_at": "2017-02-26 01:01:03 UTC" }, { "number": "2.19.0.beta.20170227010016", "published_at": "2017-02-27 01:00:41 UTC" }, { "number": "2.19.0.beta.20170228010016", "published_at": "2017-02-28 01:00:46 UTC" }, { "number": "2.19.0.beta.20170301010932", "published_at": "2017-03-01 01:09:59 UTC" }, { "number": "2.19.1", "published_at": "2017-03-01 20:01:54 UTC" }, { "number": "2.19.2", "published_at": "2017-03-06 21:59:32 UTC" }, { "number": "2.19.3", "published_at": "2017-03-07 15:54:59 UTC" }, { "number": "2.2.0", "published_at": "2016-12-21 20:59:54 UTC" }, { "number": "2.20.0", "published_at": "2017-03-15 20:32:47 UTC" }, { "number": "2.20.0.beta.20170302010029", "published_at": "2017-03-02 01:00:58 UTC" }, { "number": "2.20.0.beta.20170303010054", "published_at": "2017-03-03 01:01:50 UTC" }, { "number": "2.20.0.beta.20170304010023", "published_at": "2017-03-04 01:00:53 UTC" }, { "number": "2.20.0.beta.20170305010057", "published_at": "2017-03-05 01:01:24 UTC" }, { "number": "2.20.0.beta.20170306010752", "published_at": "2017-03-06 01:08:18 UTC" }, { "number": "2.20.0.beta.20170307010029", "published_at": "2017-03-07 01:00:54 UTC" }, { "number": "2.20.0.beta.20170308010036", "published_at": "2017-03-08 01:01:04 UTC" }, { "number": "2.20.0.beta.20170309010049", "published_at": "2017-03-09 01:01:13 UTC" }, { "number": "2.20.0.beta.20170310010058", "published_at": "2017-03-10 01:01:44 UTC" }, { "number": "2.20.0.beta.20170311010030", "published_at": "2017-03-11 01:01:00 UTC" }, { "number": "2.20.0.beta.20170312010035", "published_at": "2017-03-12 01:00:59 UTC" }, { "number": "2.20.0.beta.20170313010048", "published_at": "2017-03-13 01:01:19 UTC" }, { "number": "2.20.0.beta.20170314010029", "published_at": "2017-03-14 01:01:09 UTC" }, { "number": "2.20.0.beta.20170315010053", "published_at": "2017-03-15 01:01:27 UTC" }, { "number": "2.21.0", "published_at": "2017-03-20 20:31:04 UTC" }, { "number": "2.21.0.beta.20170316010039", "published_at": "2017-03-16 01:01:04 UTC" }, { "number": "2.21.0.beta.20170317010039", "published_at": "2017-03-17 01:01:16 UTC" }, { "number": "2.21.0.beta.20170318010107", "published_at": "2017-03-18 01:01:31 UTC" }, { "number": "2.21.0.beta.20170319010027", "published_at": "2017-03-19 01:00:50 UTC" }, { "number": "2.21.0.beta.20170320010043", "published_at": "2017-03-20 01:01:07 UTC" }, { "number": "2.22.0", "published_at": "2017-03-21 18:16:42 UTC" }, { "number": "2.22.0.beta.20170321010023", "published_at": "2017-03-21 01:01:11 UTC" }, { "number": "2.23.0", "published_at": "2017-03-24 00:15:52 UTC" }, { "number": "2.23.0.beta.20170322010036", "published_at": "2017-03-22 01:01:08 UTC" }, { "number": "2.24.0", "published_at": "2017-03-30 19:54:30 UTC" }, { "number": "2.24.0.beta.20170325010032", "published_at": "2017-03-25 01:01:02 UTC" }, { "number": "2.24.0.beta.20170326010023", "published_at": "2017-03-26 01:00:50 UTC" }, { "number": "2.24.0.beta.20170327010009", "published_at": "2017-03-27 01:00:36 UTC" }, { "number": "2.24.0.beta.20170328010037", "published_at": "2017-03-28 01:01:02 UTC" }, { "number": "2.24.0.beta.20170329010023", "published_at": "2017-03-29 01:00:46 UTC" }, { "number": "2.24.0.beta.20170330010023", "published_at": "2017-03-30 01:00:48 UTC" }, { "number": "2.25.0", "published_at": "2017-04-03 21:28:52 UTC" }, { "number": "2.25.0.beta.20170330225747", "published_at": "2017-03-30 22:58:11 UTC" }, { "number": "2.25.0.beta.20170331010039", "published_at": "2017-03-31 01:01:03 UTC" }, { "number": "2.25.0.beta.20170401010021", "published_at": "2017-04-01 01:00:52 UTC" }, { "number": "2.25.0.beta.20170402010035", "published_at": "2017-04-02 01:01:19 UTC" }, { "number": "2.25.0.beta.20170403010018", "published_at": "2017-04-03 01:00:45 UTC" }, { "number": "2.26.0", "published_at": "2017-04-06 17:07:27 UTC" }, { "number": "2.26.0.beta.20170404010022", "published_at": "2017-04-04 01:00:54 UTC" }, { "number": "2.26.0.beta.20170405010026", "published_at": "2017-04-05 01:01:00 UTC" }, { "number": "2.26.0.beta.20170406010019", "published_at": "2017-04-06 01:00:42 UTC" }, { "number": "2.26.1", "published_at": "2017-04-08 04:58:58 UTC" }, { "number": "2.27.0", "published_at": "2017-04-14 12:56:07 UTC" }, { "number": "2.27.0.beta.20170407010056", "published_at": "2017-04-07 01:01:29 UTC" }, { "number": "2.27.0.beta.20170408010009", "published_at": "2017-04-08 01:00:54 UTC" }, { "number": "2.27.0.beta.20170409010031", "published_at": "2017-04-09 01:01:14 UTC" }, { "number": "2.27.0.beta.20170410010020", "published_at": "2017-04-10 01:00:49 UTC" }, { "number": "2.27.0.beta.20170411010118", "published_at": "2017-04-11 01:01:46 UTC" }, { "number": "2.27.0.beta.20170412010036", "published_at": "2017-04-12 01:01:03 UTC" }, { "number": "2.27.0.beta.20170413010117", "published_at": "2017-04-13 01:01:59 UTC" }, { "number": "2.27.0.beta.20170414010035", "published_at": "2017-04-14 01:01:07 UTC" }, { "number": "2.28.0", "published_at": "2017-04-20 17:10:34 UTC" }, { "number": "2.28.0.beta.20170415010110", "published_at": "2017-04-15 01:01:55 UTC" }, { "number": "2.28.0.beta.20170416010028", "published_at": "2017-04-16 01:01:04 UTC" }, { "number": "2.28.0.beta.20170417010100", "published_at": "2017-04-17 01:01:28 UTC" }, { "number": "2.28.0.beta.20170418010021", "published_at": "2017-04-18 01:00:51 UTC" }, { "number": "2.28.0.beta.20170419010123", "published_at": "2017-04-19 01:01:50 UTC" }, { "number": "2.28.0.beta.20170420010017", "published_at": "2017-04-20 01:01:12 UTC" }, { "number": "2.28.1", "published_at": "2017-04-20 18:34:12 UTC" }, { "number": "2.28.2", "published_at": "2017-04-20 21:28:59 UTC" }, { "number": "2.28.3", "published_at": "2017-04-21 20:04:58 UTC" }, { "number": "2.28.4", "published_at": "2017-04-25 17:57:37 UTC" }, { "number": "2.28.5", "published_at": "2017-04-26 20:19:41 UTC" }, { "number": "2.28.6", "published_at": "2017-04-28 18:31:09 UTC" }, { "number": "2.28.7", "published_at": "2017-04-29 01:40:11 UTC" }, { "number": "2.28.8", "published_at": "2017-05-03 21:19:22 UTC" }, { "number": "2.28.9", "published_at": "2017-05-05 19:22:08 UTC" }, { "number": "2.29.0", "published_at": "2017-05-09 14:02:29 UTC" }, { "number": "2.29.0.beta.20170421010107", "published_at": "2017-04-21 01:02:09 UTC" }, { "number": "2.29.0.beta.20170422010059", "published_at": "2017-04-22 01:02:05 UTC" }, { "number": "2.29.0.beta.20170423010015", "published_at": "2017-04-23 01:00:48 UTC" }, { "number": "2.29.0.beta.20170424010049", "published_at": "2017-04-24 01:01:19 UTC" }, { "number": "2.29.0.beta.20170425010038", "published_at": "2017-04-25 01:01:16 UTC" }, { "number": "2.29.0.beta.20170426010043", "published_at": "2017-04-26 01:01:17 UTC" }, { "number": "2.29.0.beta.20170427010043", "published_at": "2017-04-27 01:01:11 UTC" }, { "number": "2.29.0.beta.20170428010037", "published_at": "2017-04-28 01:01:23 UTC" }, { "number": "2.29.0.beta.20170429010036", "published_at": "2017-04-29 01:01:25 UTC" }, { "number": "2.29.0.beta.20170430010051", "published_at": "2017-04-30 01:01:31 UTC" }, { "number": "2.29.0.beta.20170501010050", "published_at": "2017-05-01 01:01:41 UTC" }, { "number": "2.29.0.beta.20170502010055", "published_at": "2017-05-02 01:01:26 UTC" }, { "number": "2.29.0.beta.20170503010035", "published_at": "2017-05-03 01:01:17 UTC" }, { "number": "2.29.0.beta.20170504010033", "published_at": "2017-05-04 01:01:08 UTC" }, { "number": "2.29.0.beta.20170505010029", "published_at": "2017-05-05 01:01:11 UTC" }, { "number": "2.29.0.beta.20170506010047", "published_at": "2017-05-06 01:01:26 UTC" }, { "number": "2.29.0.beta.20170507010054", "published_at": "2017-05-07 01:01:36 UTC" }, { "number": "2.29.0.beta.20170508010014", "published_at": "2017-05-08 01:00:43 UTC" }, { "number": "2.29.0.beta.20170509010055", "published_at": "2017-05-09 01:01:44 UTC" }, { "number": "2.29.1", "published_at": "2017-05-11 12:23:53 UTC" }, { "number": "2.3.0", "published_at": "2016-12-23 17:05:22 UTC" }, { "number": "2.30.0", "published_at": "2017-05-11 20:11:33 UTC" }, { "number": "2.30.0.beta.20170510010041", "published_at": "2017-05-10 01:01:47 UTC" }, { "number": "2.30.0.beta.20170511010018", "published_at": "2017-05-11 01:00:52 UTC" }, { "number": "2.30.1", "published_at": "2017-05-12 00:18:16 UTC" }, { "number": "2.30.2", "published_at": "2017-05-12 18:25:07 UTC" }, { "number": "2.3.1", "published_at": "2016-12-28 13:43:47 UTC" }, { "number": "2.31.0", "published_at": "2017-05-17 21:05:53 UTC" }, { "number": "2.31.0.beta.20170512010054", "published_at": "2017-05-12 01:01:42 UTC" }, { "number": "2.31.0.beta.20170513010043", "published_at": "2017-05-13 01:01:23 UTC" }, { "number": "2.31.0.beta.20170514010036", "published_at": "2017-05-14 01:01:14 UTC" }, { "number": "2.31.0.beta.20170515010044", "published_at": "2017-05-15 01:01:18 UTC" }, { "number": "2.31.0.beta.20170516010048", "published_at": "2017-05-16 01:01:26 UTC" }, { "number": "2.31.0.beta.20170517010031", "published_at": "2017-05-17 01:01:16 UTC" }, { "number": "2.32.0", "published_at": "2017-05-18 21:04:49 UTC" }, { "number": "2.32.0.beta.20170518010031", "published_at": "2017-05-18 01:00:58 UTC" }, { "number": "2.32.1", "published_at": "2017-05-19 19:07:04 UTC" }, { "number": "2.33.0", "published_at": "2017-05-23 01:16:38 UTC" }, { "number": "2.33.0.beta.20170519010039", "published_at": "2017-05-19 01:01:09 UTC" }, { "number": "2.33.0.beta.20170520010019", "published_at": "2017-05-20 01:01:03 UTC" }, { "number": "2.33.0.beta.20170521010032", "published_at": "2017-05-21 01:01:02 UTC" }, { "number": "2.33.0.beta.20170522010027", "published_at": "2017-05-22 01:00:56 UTC" }, { "number": "2.33.0.beta.20170523010027", "published_at": "2017-05-23 01:01:29 UTC" }, { "number": "2.34.0", "published_at": "2017-05-24 17:02:29 UTC" }, { "number": "2.34.0.beta.20170524010028", "published_at": "2017-05-24 01:01:10 UTC" }, { "number": "2.35.0", "published_at": "2017-05-24 21:52:13 UTC" }, { "number": "2.35.1", "published_at": "2017-05-26 01:55:22 UTC" }, { "number": "2.36.0", "published_at": "2017-05-31 20:30:06 UTC" }, { "number": "2.36.0.beta.20170525010052", "published_at": "2017-05-25 01:01:26 UTC" }, { "number": "2.36.0.beta.20170526010038", "published_at": "2017-05-26 01:01:24 UTC" }, { "number": "2.36.0.beta.20170527010029", "published_at": "2017-05-27 01:00:57 UTC" }, { "number": "2.36.0.beta.20170528010028", "published_at": "2017-05-28 01:00:57 UTC" }, { "number": "2.36.0.beta.20170529010025", "published_at": "2017-05-29 01:00:53 UTC" }, { "number": "2.36.0.beta.20170530010040", "published_at": "2017-05-30 01:01:13 UTC" }, { "number": "2.36.0.beta.20170531010050", "published_at": "2017-05-31 01:01:29 UTC" }, { "number": "2.37.0", "published_at": "2017-06-05 22:54:16 UTC" }, { "number": "2.37.0.beta.20170601010043", "published_at": "2017-06-01 01:01:16 UTC" }, { "number": "2.37.0.beta.20170602010027", "published_at": "2017-06-02 01:00:59 UTC" }, { "number": "2.37.0.beta.20170603010102", "published_at": "2017-06-03 01:01:36 UTC" }, { "number": "2.37.0.beta.20170604010021", "published_at": "2017-06-04 01:00:46 UTC" }, { "number": "2.37.0.beta.20170605010054", "published_at": "2017-06-05 01:01:28 UTC" }, { "number": "2.38.0", "published_at": "2017-06-12 20:36:03 UTC" }, { "number": "2.38.0.beta.20170606010029", "published_at": "2017-06-06 01:00:55 UTC" }, { "number": "2.38.0.beta.20170607010024", "published_at": "2017-06-07 01:01:00 UTC" }, { "number": "2.38.0.beta.20170608010030", "published_at": "2017-06-08 01:05:31 UTC" }, { "number": "2.38.0.beta.20170609010035", "published_at": "2017-06-09 01:07:59 UTC" }, { "number": "2.38.0.beta.20170610010032", "published_at": "2017-06-10 01:05:56 UTC" }, { "number": "2.38.0.beta.20170611010050", "published_at": "2017-06-11 01:05:31 UTC" }, { "number": "2.38.0.beta.20170612010035", "published_at": "2017-06-12 01:06:21 UTC" }, { "number": "2.38.1", "published_at": "2017-06-12 23:13:00 UTC" }, { "number": "2.39.0", "published_at": "2017-06-15 19:26:47 UTC" }, { "number": "2.39.0.beta.20170613010056", "published_at": "2017-06-13 01:01:35 UTC" }, { "number": "2.39.0.beta.20170614010012", "published_at": "2017-06-14 01:04:07 UTC" }, { "number": "2.39.0.beta.20170615010031", "published_at": "2017-06-15 01:07:10 UTC" }, { "number": "2.39.1", "published_at": "2017-06-16 14:53:20 UTC" }, { "number": "2.39.2", "published_at": "2017-06-19 20:53:17 UTC" }, { "number": "2.4.0", "published_at": "2017-01-03 17:29:12 UTC" }, { "number": "2.40.0", "published_at": "2017-06-22 17:08:56 UTC" }, { "number": "2.40.0.beta.20170616010015", "published_at": "2017-06-16 01:08:38 UTC" }, { "number": "2.40.0.beta.20170617010037", "published_at": "2017-06-17 01:06:57 UTC" }, { "number": "2.40.0.beta.20170618010039", "published_at": "2017-06-18 01:05:18 UTC" }, { "number": "2.40.0.beta.20170619010029", "published_at": "2017-06-19 01:05:35 UTC" }, { "number": "2.40.0.beta.20170620010029", "published_at": "2017-06-20 01:04:57 UTC" }, { "number": "2.40.0.beta.20170621010038", "published_at": "2017-06-21 01:06:11 UTC" }, { "number": "2.40.0.beta.20170622010014", "published_at": "2017-06-22 01:04:59 UTC" }, { "number": "2.41.0", "published_at": "2017-06-23 01:36:29 UTC" }, { "number": "2.41.0.beta.20170623010027", "published_at": "2017-06-23 01:11:05 UTC" }, { "number": "2.42.0", "published_at": "2017-06-28 21:16:50 UTC" }, { "number": "2.42.0.beta.20170624010047", "published_at": "2017-06-24 01:08:16 UTC" }, { "number": "2.42.0.beta.20170625010032", "published_at": "2017-06-25 01:07:57 UTC" }, { "number": "2.42.0.beta.20170626010017", "published_at": "2017-06-26 01:06:45 UTC" }, { "number": "2.42.0.beta.20170627010007", "published_at": "2017-06-27 01:06:09 UTC" }, { "number": "2.42.0.beta.20170628010031", "published_at": "2017-06-28 01:05:28 UTC" }, { "number": "2.43.0", "published_at": "2017-06-29 19:34:03 UTC" }, { "number": "2.43.0.beta.20170629010015", "published_at": "2017-06-29 01:05:54 UTC" }, { "number": "2.44.0", "published_at": "2017-06-30 17:03:01 UTC" }, { "number": "2.44.0.beta.20170630010021", "published_at": "2017-06-30 01:04:34 UTC" }, { "number": "2.44.1", "published_at": "2017-06-30 17:42:50 UTC" }, { "number": "2.45.0", "published_at": "2017-07-06 09:01:14 UTC" }, { "number": "2.45.0.beta.20170706010014", "published_at": "2017-07-06 01:05:43 UTC" }, { "number": "2.46.0", "published_at": "2017-07-10 18:58:42 UTC" }, { "number": "2.46.0.beta.20170706133402", "published_at": "2017-07-06 13:35:14 UTC" }, { "number": "2.46.0.beta.20170706133502", "published_at": "2017-07-06 13:36:13 UTC" }, { "number": "2.46.0.beta.20170706133602", "published_at": "2017-07-06 13:37:13 UTC" }, { "number": "2.46.0.beta.20170706133702", "published_at": "2017-07-06 13:38:12 UTC" }, { "number": "2.46.0.beta.20170706133802", "published_at": "2017-07-06 13:39:18 UTC" }, { "number": "2.46.0.beta.20170706133903", "published_at": "2017-07-06 13:43:12 UTC" }, { "number": "2.46.0.beta.20170707010003", "published_at": "2017-07-07 01:03:34 UTC" }, { "number": "2.46.0.beta.20170708010003", "published_at": "2017-07-08 01:03:35 UTC" }, { "number": "2.46.0.beta.20170709010003", "published_at": "2017-07-09 01:03:34 UTC" }, { "number": "2.46.0.beta.20170710010003", "published_at": "2017-07-10 01:03:34 UTC" }, { "number": "2.46.1", "published_at": "2017-07-12 18:55:27 UTC" }, { "number": "2.47.0", "published_at": "2017-07-17 15:58:22 UTC" }, { "number": "2.47.0.beta.20170711010003", "published_at": "2017-07-11 01:03:34 UTC" }, { "number": "2.47.0.beta.20170712010003", "published_at": "2017-07-12 01:03:36 UTC" }, { "number": "2.47.0.beta.20170713010003", "published_at": "2017-07-13 01:03:35 UTC" }, { "number": "2.47.0.beta.20170714010002", "published_at": "2017-07-14 01:03:35 UTC" }, { "number": "2.47.0.beta.20170715010003", "published_at": "2017-07-15 01:03:39 UTC" }, { "number": "2.47.0.beta.20170716010003", "published_at": "2017-07-16 01:03:37 UTC" }, { "number": "2.47.0.beta.20170717010003", "published_at": "2017-07-17 01:03:37 UTC" }, { "number": "2.48.0", "published_at": "2017-07-24 20:36:14 UTC" }, { "number": "2.48.0.beta.20170718010002", "published_at": "2017-07-18 01:03:37 UTC" }, { "number": "2.48.0.beta.20170719010002", "published_at": "2017-07-19 01:03:38 UTC" }, { "number": "2.48.0.beta.20170720010003", "published_at": "2017-07-20 01:03:37 UTC" }, { "number": "2.48.0.beta.20170721010003", "published_at": "2017-07-21 01:03:38 UTC" }, { "number": "2.48.0.beta.20170722010002", "published_at": "2017-07-22 01:03:37 UTC" }, { "number": "2.48.0.beta.20170723010003", "published_at": "2017-07-23 01:03:36 UTC" }, { "number": "2.48.0.beta.20170724010003", "published_at": "2017-07-24 01:03:36 UTC" }, { "number": "2.49.0", "published_at": "2017-07-26 15:28:16 UTC" }, { "number": "2.49.0.beta.20170725010003", "published_at": "2017-07-25 01:03:36 UTC" }, { "number": "2.49.0.beta.20170726010003", "published_at": "2017-07-26 01:03:38 UTC" }, { "number": "2.5.0", "published_at": "2017-01-04 17:03:58 UTC" }, { "number": "2.50.0", "published_at": "2017-07-31 16:24:40 UTC" }, { "number": "2.50.0.beta.20170727010003", "published_at": "2017-07-27 01:03:39 UTC" }, { "number": "2.50.0.beta.20170728010002", "published_at": "2017-07-28 01:03:35 UTC" }, { "number": "2.50.0.beta.20170729010003", "published_at": "2017-07-29 01:03:38 UTC" }, { "number": "2.50.0.beta.20170730010002", "published_at": "2017-07-30 01:03:36 UTC" }, { "number": "2.50.0.beta.20170731010002", "published_at": "2017-07-31 01:03:36 UTC" }, { "number": "2.50.1", "published_at": "2017-08-02 14:46:21 UTC" }, { "number": "2.51.0", "published_at": "2017-08-07 17:42:31 UTC" }, { "number": "2.51.0.beta.20170801010002", "published_at": "2017-08-01 01:03:38 UTC" }, { "number": "2.51.0.beta.20170802010003", "published_at": "2017-08-02 01:03:39 UTC" }, { "number": "2.51.0.beta.20170803010003", "published_at": "2017-08-03 01:03:36 UTC" }, { "number": "2.51.0.beta.20170804010003", "published_at": "2017-08-04 01:03:40 UTC" }, { "number": "2.51.0.beta.20170805010003", "published_at": "2017-08-05 01:03:39 UTC" }, { "number": "2.51.0.beta.20170806010003", "published_at": "2017-08-06 01:03:36 UTC" }, { "number": "2.51.0.beta.20170807010003", "published_at": "2017-08-07 01:03:37 UTC" }, { "number": "2.52.0", "published_at": "2017-08-09 16:46:55 UTC" }, { "number": "2.52.0.beta.20170808010002", "published_at": "2017-08-08 01:03:39 UTC" }, { "number": "2.52.0.beta.20170809010003", "published_at": "2017-08-09 01:03:39 UTC" }, { "number": "2.53.0", "published_at": "2017-08-10 15:30:13 UTC" }, { "number": "2.53.0.beta.20170810010003", "published_at": "2017-08-10 01:03:38 UTC" }, { "number": "2.53.1", "published_at": "2017-08-10 23:03:09 UTC" }, { "number": "2.54.0", "published_at": "2017-08-22 20:20:17 UTC" }, { "number": "2.54.0.beta.20170811010002", "published_at": "2017-08-11 01:03:39 UTC" }, { "number": "2.54.0.beta.20170812010002", "published_at": "2017-08-12 01:03:45 UTC" }, { "number": "2.54.0.beta.20170813010002", "published_at": "2017-08-13 01:03:38 UTC" }, { "number": "2.54.0.beta.20170814010003", "published_at": "2017-08-14 01:03:39 UTC" }, { "number": "2.54.0.beta.20170815010003", "published_at": "2017-08-15 01:03:40 UTC" }, { "number": "2.54.0.beta.20170816010003", "published_at": "2017-08-16 01:04:17 UTC" }, { "number": "2.54.0.beta.20170817010002", "published_at": "2017-08-17 01:03:42 UTC" }, { "number": "2.54.0.beta.20170818010002", "published_at": "2017-08-18 01:03:41 UTC" }, { "number": "2.54.0.beta.20170819010003", "published_at": "2017-08-19 01:03:44 UTC" }, { "number": "2.54.0.beta.20170820010003", "published_at": "2017-08-20 01:03:44 UTC" }, { "number": "2.54.0.beta.20170821010003", "published_at": "2017-08-21 01:03:42 UTC" }, { "number": "2.54.0.beta.20170822010003", "published_at": "2017-08-22 01:03:42 UTC" }, { "number": "2.54.1", "published_at": "2017-08-24 14:35:15 UTC" }, { "number": "2.54.2", "published_at": "2017-08-25 14:32:14 UTC" }, { "number": "2.54.3", "published_at": "2017-08-28 21:03:35 UTC" }, { "number": "2.54.4", "published_at": "2017-08-30 14:31:50 UTC" }, { "number": "2.55.0", "published_at": "2017-08-31 20:15:40 UTC" }, { "number": "2.55.0.beta.20170823010002", "published_at": "2017-08-23 01:03:48 UTC" }, { "number": "2.55.0.beta.20170824010002", "published_at": "2017-08-24 01:03:45 UTC" }, { "number": "2.55.0.beta.20170825010003", "published_at": "2017-08-25 01:03:44 UTC" }, { "number": "2.55.0.beta.20170826010003", "published_at": "2017-08-26 01:04:20 UTC" }, { "number": "2.55.0.beta.20170829010003", "published_at": "2017-08-29 01:06:11 UTC" }, { "number": "2.55.0.beta.20170830010003", "published_at": "2017-08-30 01:05:15 UTC" }, { "number": "2.55.0.beta.20170831010002", "published_at": "2017-08-31 01:05:11 UTC" }, { "number": "2.56.0", "published_at": "2017-09-12 16:16:37 UTC" }, { "number": "2.56.0.beta.20170901010002", "published_at": "2017-09-01 01:05:12 UTC" }, { "number": "2.56.0.beta.20170902010003", "published_at": "2017-09-02 01:05:19 UTC" }, { "number": "2.56.0.beta.20170903010003", "published_at": "2017-09-03 01:05:16 UTC" }, { "number": "2.56.0.beta.20170904010003", "published_at": "2017-09-04 01:05:23 UTC" }, { "number": "2.56.0.beta.20170905010003", "published_at": "2017-09-05 01:06:09 UTC" }, { "number": "2.56.0.beta.20170906010003", "published_at": "2017-09-06 01:05:23 UTC" }, { "number": "2.56.0.beta.20170907010003", "published_at": "2017-09-07 01:05:21 UTC" }, { "number": "2.56.0.beta.20170908010003", "published_at": "2017-09-08 01:05:28 UTC" }, { "number": "2.56.0.beta.20170909010003", "published_at": "2017-09-09 01:05:25 UTC" }, { "number": "2.56.0.beta.20170910010002", "published_at": "2017-09-10 01:05:18 UTC" }, { "number": "2.56.0.beta.20170911010003", "published_at": "2017-09-11 01:05:15 UTC" }, { "number": "2.56.0.beta.20170912010003", "published_at": "2017-09-12 01:06:15 UTC" }, { "number": "2.57.0", "published_at": "2017-09-18 19:02:41 UTC" }, { "number": "2.57.0.beta.20170913010002", "published_at": "2017-09-13 01:05:25 UTC" }, { "number": "2.57.0.beta.20170914010003", "published_at": "2017-09-14 01:05:24 UTC" }, { "number": "2.57.0.beta.20170915010002", "published_at": "2017-09-15 01:05:26 UTC" }, { "number": "2.57.0.beta.20170916010003", "published_at": "2017-09-16 01:05:21 UTC" }, { "number": "2.57.0.beta.20170917010003", "published_at": "2017-09-17 01:05:22 UTC" }, { "number": "2.57.0.beta.20170918010003", "published_at": "2017-09-18 01:05:18 UTC" }, { "number": "2.57.1", "published_at": "2017-09-19 09:21:05 UTC" }, { "number": "2.57.2", "published_at": "2017-09-19 17:56:43 UTC" }, { "number": "2.58.0", "published_at": "2017-09-20 08:32:38 UTC" }, { "number": "2.58.0.beta.20170919010003", "published_at": "2017-09-19 01:05:22 UTC" }, { "number": "2.58.0.beta.20170920010003", "published_at": "2017-09-20 01:05:31 UTC" }, { "number": "2.59.0", "published_at": "2017-09-25 20:35:10 UTC" }, { "number": "2.59.0.beta.20170921010003", "published_at": "2017-09-21 01:05:29 UTC" }, { "number": "2.59.0.beta.20170922010003", "published_at": "2017-09-22 01:05:32 UTC" }, { "number": "2.59.0.beta.20170923010003", "published_at": "2017-09-23 01:05:30 UTC" }, { "number": "2.59.0.beta.20170924010003", "published_at": "2017-09-24 01:05:29 UTC" }, { "number": "2.59.0.beta.20170925010002", "published_at": "2017-09-25 01:05:19 UTC" }, { "number": "2.6.0", "published_at": "2017-01-08 22:52:57 UTC" }, { "number": "2.60.0", "published_at": "2017-10-03 08:04:02 UTC" }, { "number": "2.60.0.beta.20170926010004", "published_at": "2017-09-26 01:05:34 UTC" }, { "number": "2.60.0.beta.20170927010003", "published_at": "2017-09-27 01:05:34 UTC" }, { "number": "2.60.0.beta.20170928010003", "published_at": "2017-09-28 01:05:31 UTC" }, { "number": "2.60.0.beta.20170929010003", "published_at": "2017-09-29 01:05:33 UTC" }, { "number": "2.60.0.beta.20170930010003", "published_at": "2017-09-30 01:05:29 UTC" }, { "number": "2.60.0.beta.20171001010003", "published_at": "2017-10-01 01:05:28 UTC" }, { "number": "2.60.0.beta.20171002010004", "published_at": "2017-10-02 01:05:28 UTC" }, { "number": "2.60.0.beta.20171003010003", "published_at": "2017-10-03 01:05:34 UTC" }, { "number": "2.60.1", "published_at": "2017-10-03 21:22:05 UTC" }, { "number": "2.61.0", "published_at": "2017-10-09 08:01:29 UTC" }, { "number": "2.61.0.beta.20171004010004", "published_at": "2017-10-04 01:05:30 UTC" }, { "number": "2.61.0.beta.20171005010003", "published_at": "2017-10-05 01:05:30 UTC" }, { "number": "2.61.0.beta.20171006010004", "published_at": "2017-10-06 01:05:32 UTC" }, { "number": "2.61.0.beta.20171007010004", "published_at": "2017-10-07 01:05:51 UTC" }, { "number": "2.61.0.beta.20171008010003", "published_at": "2017-10-08 01:05:55 UTC" }, { "number": "2.61.0.beta.20171009010003", "published_at": "2017-10-09 01:05:56 UTC" }, { "number": "2.62.0", "published_at": "2017-10-17 15:13:35 UTC" }, { "number": "2.62.0.beta.20171010010004", "published_at": "2017-10-10 01:05:51 UTC" }, { "number": "2.62.0.beta.20171011010003", "published_at": "2017-10-11 01:05:59 UTC" }, { "number": "2.62.0.beta.20171014010003", "published_at": "2017-10-14 01:06:23 UTC" }, { "number": "2.62.0.beta.20171015010003", "published_at": "2017-10-15 01:05:42 UTC" }, { "number": "2.62.0.beta.20171016010004", "published_at": "2017-10-16 01:05:33 UTC" }, { "number": "2.62.0.beta.20171017010003", "published_at": "2017-10-17 01:05:33 UTC" }, { "number": "2.62.1", "published_at": "2017-10-23 17:56:21 UTC" }, { "number": "2.63.0", "published_at": "2017-10-31 17:02:37 UTC" }, { "number": "2.63.0.beta.20171018010003", "published_at": "2017-10-18 01:05:35 UTC" }, { "number": "2.63.0.beta.20171019010003", "published_at": "2017-10-19 01:05:34 UTC" }, { "number": "2.63.0.beta.20171020010003", "published_at": "2017-10-20 01:05:36 UTC" }, { "number": "2.63.0.beta.20171021010003", "published_at": "2017-10-21 01:05:38 UTC" }, { "number": "2.63.0.beta.20171022010003", "published_at": "2017-10-22 01:05:36 UTC" }, { "number": "2.63.0.beta.20171023010003", "published_at": "2017-10-23 01:05:35 UTC" }, { "number": "2.63.0.beta.20171024010003", "published_at": "2017-10-24 01:05:32 UTC" }, { "number": "2.63.0.beta.20171025010003", "published_at": "2017-10-25 01:05:35 UTC" }, { "number": "2.63.0.beta.20171026010003", "published_at": "2017-10-26 01:05:42 UTC" }, { "number": "2.63.0.beta.20171027010003", "published_at": "2017-10-27 01:05:43 UTC" }, { "number": "2.63.0.beta.20171028010003", "published_at": "2017-10-28 01:05:39 UTC" }, { "number": "2.63.0.beta.20171029010003", "published_at": "2017-10-29 01:05:34 UTC" }, { "number": "2.63.0.beta.20171030010003", "published_at": "2017-10-30 01:05:35 UTC" }, { "number": "2.63.0.beta.20171031010003", "published_at": "2017-10-31 01:05:36 UTC" }, { "number": "2.64.0", "published_at": "2017-11-06 22:47:41 UTC" }, { "number": "2.64.0.beta.20171101010004", "published_at": "2017-11-01 01:05:35 UTC" }, { "number": "2.64.0.beta.20171102010003", "published_at": "2017-11-02 01:05:36 UTC" }, { "number": "2.64.0.beta.20171103010004", "published_at": "2017-11-03 01:05:39 UTC" }, { "number": "2.64.0.beta.20171104010004", "published_at": "2017-11-04 01:05:37 UTC" }, { "number": "2.64.0.beta.20171105010003", "published_at": "2017-11-05 01:05:39 UTC" }, { "number": "2.64.0.beta.20171106010003", "published_at": "2017-11-06 01:05:35 UTC" }, { "number": "2.64.1", "published_at": "2017-11-13 21:26:13 UTC" }, { "number": "2.65.0", "published_at": "2017-11-20 15:12:57 UTC" }, { "number": "2.65.0.beta.20171107010003", "published_at": "2017-11-07 01:05:46 UTC" }, { "number": "2.65.0.beta.20171108010003", "published_at": "2017-11-08 01:05:43 UTC" }, { "number": "2.65.0.beta.20171109010003", "published_at": "2017-11-09 01:05:42 UTC" }, { "number": "2.65.0.beta.20171110010003", "published_at": "2017-11-10 01:05:41 UTC" }, { "number": "2.65.0.beta.20171111010004", "published_at": "2017-11-11 01:05:46 UTC" }, { "number": "2.65.0.beta.20171112010003", "published_at": "2017-11-12 01:05:39 UTC" }, { "number": "2.65.0.beta.20171113010004", "published_at": "2017-11-13 01:05:42 UTC" }, { "number": "2.65.0.beta.20171114010003", "published_at": "2017-11-14 01:05:40 UTC" }, { "number": "2.65.0.beta.20171115010004", "published_at": "2017-11-15 01:05:40 UTC" }, { "number": "2.65.0.beta.20171116010004", "published_at": "2017-11-16 01:05:39 UTC" }, { "number": "2.65.0.beta.20171117010003", "published_at": "2017-11-17 01:05:38 UTC" }, { "number": "2.65.0.beta.20171118010003", "published_at": "2017-11-18 01:05:39 UTC" }, { "number": "2.65.0.beta.20171119010004", "published_at": "2017-11-19 01:05:41 UTC" }, { "number": "2.65.0.beta.20171120010003", "published_at": "2017-11-20 01:05:36 UTC" }, { "number": "2.66.0", "published_at": "2017-11-21 00:33:15 UTC" }, { "number": "2.66.1", "published_at": "2017-11-21 15:59:34 UTC" }, { "number": "2.66.2", "published_at": "2017-11-21 20:10:58 UTC" }, { "number": "2.67.0", "published_at": "2017-11-28 20:57:12 UTC" }, { "number": "2.67.0.beta.20171121010003", "published_at": "2017-11-21 01:05:37 UTC" }, { "number": "2.67.0.beta.20171122010004", "published_at": "2017-11-22 01:05:50 UTC" }, { "number": "2.67.0.beta.20171123010003", "published_at": "2017-11-23 01:05:38 UTC" }, { "number": "2.67.0.beta.20171124010004", "published_at": "2017-11-24 01:05:38 UTC" }, { "number": "2.67.0.beta.20171125010004", "published_at": "2017-11-25 01:05:41 UTC" }, { "number": "2.67.0.beta.20171126010003", "published_at": "2017-11-26 01:05:39 UTC" }, { "number": "2.67.0.beta.20171127010003", "published_at": "2017-11-27 01:05:38 UTC" }, { "number": "2.67.0.beta.20171128010003", "published_at": "2017-11-28 01:05:38 UTC" }, { "number": "2.68.0", "published_at": "2017-11-30 15:16:20 UTC" }, { "number": "2.68.0.beta.20171129010003", "published_at": "2017-11-29 01:05:43 UTC" }, { "number": "2.68.0.beta.20171130010004", "published_at": "2017-11-30 01:05:40 UTC" }, { "number": "2.68.1", "published_at": "2017-12-04 19:25:28 UTC" }, { "number": "2.68.2", "published_at": "2017-12-05 18:10:02 UTC" }, { "number": "2.69.0", "published_at": "2017-12-12 20:46:48 UTC" }, { "number": "2.69.0.beta.20171201010003", "published_at": "2017-12-01 01:05:45 UTC" }, { "number": "2.69.0.beta.20171202010003", "published_at": "2017-12-02 01:05:46 UTC" }, { "number": "2.69.0.beta.20171203010003", "published_at": "2017-12-03 01:05:41 UTC" }, { "number": "2.69.0.beta.20171204010003", "published_at": "2017-12-04 01:05:41 UTC" }, { "number": "2.69.0.beta.20171205010003", "published_at": "2017-12-05 01:05:42 UTC" }, { "number": "2.69.0.beta.20171206010003", "published_at": "2017-12-06 01:05:44 UTC" }, { "number": "2.69.0.beta.20171207010003", "published_at": "2017-12-07 01:05:44 UTC" }, { "number": "2.69.0.beta.20171208010004", "published_at": "2017-12-08 01:05:46 UTC" }, { "number": "2.69.0.beta.20171209010003", "published_at": "2017-12-09 01:05:43 UTC" }, { "number": "2.69.0.beta.20171210010003", "published_at": "2017-12-10 01:05:43 UTC" }, { "number": "2.69.0.beta.20171211010003", "published_at": "2017-12-11 01:05:45 UTC" }, { "number": "2.69.0.beta.20171212010004", "published_at": "2017-12-12 01:05:41 UTC" }, { "number": "2.69.1", "published_at": "2017-12-13 16:03:09 UTC" }, { "number": "2.69.2", "published_at": "2017-12-13 17:58:19 UTC" }, { "number": "2.69.3", "published_at": "2017-12-14 22:35:13 UTC" }, { "number": "2.7.0", "published_at": "2017-01-09 22:13:43 UTC" }, { "number": "2.70.0", "published_at": "2017-12-18 08:36:52 UTC" }, { "number": "2.70.0.beta.20171213010003", "published_at": "2017-12-13 01:05:41 UTC" }, { "number": "2.70.0.beta.20171214010003", "published_at": "2017-12-14 01:05:39 UTC" }, { "number": "2.70.0.beta.20171215010003", "published_at": "2017-12-15 01:05:43 UTC" }, { "number": "2.70.0.beta.20171216010003", "published_at": "2017-12-16 01:05:40 UTC" }, { "number": "2.70.0.beta.20171217010003", "published_at": "2017-12-17 01:05:41 UTC" }, { "number": "2.70.1", "published_at": "2017-12-18 21:02:03 UTC" }, { "number": "2.70.2", "published_at": "2017-12-20 16:47:23 UTC" }, { "number": "2.70.3", "published_at": "2017-12-21 17:55:40 UTC" }, { "number": "2.71.0", "published_at": "2017-12-27 09:21:34 UTC" }, { "number": "2.71.0.beta.20171219010003", "published_at": "2017-12-19 01:00:20 UTC" }, { "number": "2.71.0.beta.20171220010004", "published_at": "2017-12-20 01:00:18 UTC" }, { "number": "2.71.0.beta.20171221010003", "published_at": "2017-12-21 01:00:17 UTC" }, { "number": "2.71.0.beta.20171222010003", "published_at": "2017-12-22 01:00:18 UTC" }, { "number": "2.71.0.beta.20171223010003", "published_at": "2017-12-23 01:00:18 UTC" }, { "number": "2.71.0.beta.20171224010003", "published_at": "2017-12-24 01:00:17 UTC" }, { "number": "2.71.0.beta.20171225010003", "published_at": "2017-12-25 01:00:17 UTC" }, { "number": "2.71.0.beta.20171226010004", "published_at": "2017-12-26 01:00:18 UTC" }, { "number": "2.71.0.beta.20171227010004", "published_at": "2017-12-27 01:00:17 UTC" }, { "number": "2.71.1", "published_at": "2017-12-30 18:13:10 UTC" }, { "number": "2.72.0", "published_at": "2018-01-02 17:01:02 UTC" }, { "number": "2.72.0.beta.20171228010004", "published_at": "2017-12-28 01:00:18 UTC" }, { "number": "2.72.0.beta.20171229010003", "published_at": "2017-12-29 01:00:17 UTC" }, { "number": "2.72.0.beta.20171230010003", "published_at": "2017-12-30 01:00:18 UTC" }, { "number": "2.72.0.beta.20171231010003", "published_at": "2017-12-31 01:00:17 UTC" }, { "number": "2.72.0.beta.20180101010003", "published_at": "2018-01-01 01:00:19 UTC" }, { "number": "2.72.0.beta.20180102010003", "published_at": "2018-01-02 01:00:18 UTC" }, { "number": "2.73.0", "published_at": "2018-01-05 18:06:22 UTC" }, { "number": "2.73.0.beta.20180103010003", "published_at": "2018-01-03 01:00:19 UTC" }, { "number": "2.73.0.beta.20180104010004", "published_at": "2018-01-04 01:00:22 UTC" }, { "number": "2.73.0.beta.20180105010003", "published_at": "2018-01-05 01:00:19 UTC" }, { "number": "2.74.0", "published_at": "2018-01-08 12:58:47 UTC" }, { "number": "2.74.0.beta.20180106010004", "published_at": "2018-01-06 01:00:20 UTC" }, { "number": "2.74.0.beta.20180107010004", "published_at": "2018-01-07 01:00:19 UTC" }, { "number": "2.74.0.beta.20180108010004", "published_at": "2018-01-08 01:00:19 UTC" }, { "number": "2.74.1", "published_at": "2018-01-08 19:54:59 UTC" }, { "number": "2.75.0", "published_at": "2018-01-09 13:32:39 UTC" }, { "number": "2.75.0.beta.20180109010003", "published_at": "2018-01-09 01:00:19 UTC" }, { "number": "2.75.1", "published_at": "2018-01-09 16:29:14 UTC" }, { "number": "2.76.0", "published_at": "2018-01-16 16:05:38 UTC" }, { "number": "2.76.0.beta.20180110010004", "published_at": "2018-01-10 01:00:20 UTC" }, { "number": "2.76.0.beta.20180111010004", "published_at": "2018-01-11 01:00:21 UTC" }, { "number": "2.76.0.beta.20180112010003", "published_at": "2018-01-12 01:00:19 UTC" }, { "number": "2.76.0.beta.20180113010004", "published_at": "2018-01-13 01:00:19 UTC" }, { "number": "2.76.0.beta.20180114010004", "published_at": "2018-01-14 01:00:19 UTC" }, { "number": "2.76.0.beta.20180115010004", "published_at": "2018-01-15 01:00:19 UTC" }, { "number": "2.76.0.beta.20180116010004", "published_at": "2018-01-16 01:00:20 UTC" }, { "number": "2.76.1", "published_at": "2018-01-16 21:00:53 UTC" }, { "number": "2.77.0", "published_at": "2018-01-18 19:19:52 UTC" }, { "number": "2.77.0.beta.20180117010004", "published_at": "2018-01-17 01:00:21 UTC" }, { "number": "2.77.0.beta.20180118010004", "published_at": "2018-01-18 01:00:19 UTC" }, { "number": "2.77.1", "published_at": "2018-01-18 20:52:24 UTC" }, { "number": "2.78.0", "published_at": "2018-01-22 15:46:12 UTC" }, { "number": "2.78.0.beta.20180119010003", "published_at": "2018-01-19 01:00:20 UTC" }, { "number": "2.78.0.beta.20180120010003", "published_at": "2018-01-20 01:00:19 UTC" }, { "number": "2.78.0.beta.20180121010003", "published_at": "2018-01-21 01:00:19 UTC" }, { "number": "2.78.0.beta.20180122010003", "published_at": "2018-01-22 01:00:19 UTC" }, { "number": "2.79.0", "published_at": "2018-01-29 18:37:59 UTC" }, { "number": "2.79.0.beta.20180123010002", "published_at": "2018-01-23 01:00:19 UTC" }, { "number": "2.79.0.beta.20180124010003", "published_at": "2018-01-24 01:00:19 UTC" }, { "number": "2.79.0.beta.20180125010002", "published_at": "2018-01-25 01:00:17 UTC" }, { "number": "2.79.0.beta.20180126010002", "published_at": "2018-01-26 01:00:16 UTC" }, { "number": "2.79.0.beta.20180127010003", "published_at": "2018-01-27 01:00:16 UTC" }, { "number": "2.79.0.beta.20180128010002", "published_at": "2018-01-28 01:00:14 UTC" }, { "number": "2.79.0.beta.20180129010003", "published_at": "2018-01-29 01:00:15 UTC" }, { "number": "2.8.0", "published_at": "2017-01-12 16:32:09 UTC" }, { "number": "2.80.0", "published_at": "2018-02-01 17:47:56 UTC" }, { "number": "2.80.0.beta.20180130010002", "published_at": "2018-01-30 01:00:16 UTC" }, { "number": "2.80.0.beta.20180131010003", "published_at": "2018-01-31 01:00:17 UTC" }, { "number": "2.80.0.beta.20180201010003", "published_at": "2018-02-01 01:00:16 UTC" }, { "number": "2.81.0", "published_at": "2018-02-13 19:40:22 UTC" }, { "number": "2.81.0.beta.20180202010003", "published_at": "2018-02-02 01:00:17 UTC" }, { "number": "2.81.0.beta.20180203010003", "published_at": "2018-02-03 01:00:15 UTC" }, { "number": "2.81.0.beta.20180204010002", "published_at": "2018-02-04 01:00:14 UTC" }, { "number": "2.81.0.beta.20180205010003", "published_at": "2018-02-05 01:00:16 UTC" }, { "number": "2.81.0.beta.20180206010002", "published_at": "2018-02-06 01:00:16 UTC" }, { "number": "2.81.0.beta.20180207010002", "published_at": "2018-02-07 01:00:15 UTC" }, { "number": "2.81.0.beta.20180208010003", "published_at": "2018-02-08 01:00:16 UTC" }, { "number": "2.81.0.beta.20180209010002", "published_at": "2018-02-09 01:00:15 UTC" }, { "number": "2.81.0.beta.20180210010002", "published_at": "2018-02-10 01:00:15 UTC" }, { "number": "2.81.0.beta.20180211010003", "published_at": "2018-02-11 01:00:15 UTC" }, { "number": "2.81.0.beta.20180212010003", "published_at": "2018-02-12 01:00:16 UTC" }, { "number": "2.81.0.beta.20180213010002", "published_at": "2018-02-13 01:00:15 UTC" }, { "number": "2.82.0", "published_at": "2018-02-23 15:46:51 UTC" }, { "number": "2.82.0.beta.20180214010002", "published_at": "2018-02-14 01:00:16 UTC" }, { "number": "2.82.0.beta.20180215010002", "published_at": "2018-02-15 01:00:16 UTC" }, { "number": "2.82.0.beta.20180216010003", "published_at": "2018-02-16 01:00:16 UTC" }, { "number": "2.82.0.beta.20180217010002", "published_at": "2018-02-17 01:00:17 UTC" }, { "number": "2.82.0.beta.20180218010003", "published_at": "2018-02-18 01:00:15 UTC" }, { "number": "2.82.0.beta.20180219010003", "published_at": "2018-02-19 01:00:16 UTC" }, { "number": "2.82.0.beta.20180220010002", "published_at": "2018-02-20 01:00:14 UTC" }, { "number": "2.82.0.beta.20180221010003", "published_at": "2018-02-21 01:00:17 UTC" }, { "number": "2.82.0.beta.20180222010003", "published_at": "2018-02-22 01:00:18 UTC" }, { "number": "2.82.0.beta.20180223010003", "published_at": "2018-02-23 01:00:19 UTC" }, { "number": "2.83.0", "published_at": "2018-02-26 18:31:39 UTC" }, { "number": "2.83.0.beta.20180224050047", "published_at": "2018-02-24 05:17:54 UTC" }, { "number": "2.83.0.beta.20180225050035", "published_at": "2018-02-25 05:21:12 UTC" }, { "number": "2.83.0.beta.20180226050016", "published_at": "2018-02-26 05:16:58 UTC" }, { "number": "2.84.0", "published_at": "2018-03-01 19:12:15 UTC" }, { "number": "2.84.0.beta.20180227050054", "published_at": "2018-02-27 05:22:37 UTC" }, { "number": "2.84.0.beta.20180228050122", "published_at": "2018-02-28 05:18:33 UTC" }, { "number": "2.84.0.beta.20180301050048", "published_at": "2018-03-01 06:23:58 UTC" }, { "number": "2.85.0", "published_at": "2018-03-08 19:37:01 UTC" }, { "number": "2.85.0.beta.20180302050035", "published_at": "2018-03-02 05:17:20 UTC" }, { "number": "2.85.0.beta.20180303050048", "published_at": "2018-03-03 06:02:28 UTC" }, { "number": "2.85.0.beta.20180304050031", "published_at": "2018-03-04 06:22:05 UTC" }, { "number": "2.85.0.beta.20180305050037", "published_at": "2018-03-05 05:15:53 UTC" }, { "number": "2.85.0.beta.20180306050019", "published_at": "2018-03-06 05:20:12 UTC" }, { "number": "2.85.0.beta.20180307050101", "published_at": "2018-03-07 05:18:04 UTC" }, { "number": "2.85.0.beta.20180308050114", "published_at": "2018-03-08 05:20:40 UTC" }, { "number": "2.86.0", "published_at": "2018-03-19 19:55:00 UTC" }, { "number": "2.86.0.beta.20180309050025", "published_at": "2018-03-09 05:17:20 UTC" }, { "number": "2.86.0.beta.20180310050010", "published_at": "2018-03-10 05:35:42 UTC" }, { "number": "2.86.0.beta.20180311050103", "published_at": "2018-03-11 05:31:00 UTC" }, { "number": "2.86.0.beta.20180312050111", "published_at": "2018-03-12 05:18:56 UTC" }, { "number": "2.86.0.beta.20180313050023", "published_at": "2018-03-13 05:19:32 UTC" }, { "number": "2.86.0.beta.20180314050053", "published_at": "2018-03-14 05:17:07 UTC" }, { "number": "2.86.0.beta.20180315050105", "published_at": "2018-03-15 05:24:50 UTC" }, { "number": "2.86.0.beta.20180316050051", "published_at": "2018-03-16 05:22:06 UTC" }, { "number": "2.86.0.beta.20180317050040", "published_at": "2018-03-17 05:39:50 UTC" }, { "number": "2.86.0.beta.20180318050106", "published_at": "2018-03-18 05:15:19 UTC" }, { "number": "2.86.0.beta.20180319050058", "published_at": "2018-03-19 05:17:51 UTC" }, { "number": "2.86.1", "published_at": "2018-03-20 16:29:22 UTC" }, { "number": "2.86.2", "published_at": "2018-03-21 16:30:32 UTC" }, { "number": "2.87.0", "published_at": "2018-03-23 18:30:03 UTC" }, { "number": "2.87.0.beta.20180320050108", "published_at": "2018-03-20 05:18:57 UTC" }, { "number": "2.87.0.beta.20180321050017", "published_at": "2018-03-21 05:17:15 UTC" }, { "number": "2.87.0.beta.20180322050115", "published_at": "2018-03-22 05:20:06 UTC" }, { "number": "2.87.0.beta.20180323050014", "published_at": "2018-03-23 06:29:23 UTC" }, { "number": "2.88.0", "published_at": "2018-03-27 21:28:13 UTC" }, { "number": "2.88.0.beta.20180324050059", "published_at": "2018-03-24 05:48:30 UTC" }, { "number": "2.88.0.beta.20180325050025", "published_at": "2018-03-25 06:30:20 UTC" }, { "number": "2.88.0.beta.20180327050037", "published_at": "2018-03-27 05:14:01 UTC" }, { "number": "2.89.0", "published_at": "2018-04-03 01:17:49 UTC" }, { "number": "2.89.0.beta.20180328050040", "published_at": "2018-03-28 06:08:20 UTC" }, { "number": "2.89.0.beta.20180329050050", "published_at": "2018-03-29 05:26:09 UTC" }, { "number": "2.89.0.beta.20180330050046", "published_at": "2018-03-30 05:15:02 UTC" }, { "number": "2.89.0.beta.20180331050023", "published_at": "2018-03-31 05:29:45 UTC" }, { "number": "2.89.0.beta.20180401050120", "published_at": "2018-04-01 05:25:04 UTC" }, { "number": "2.89.0.beta.20180402050042", "published_at": "2018-04-02 06:10:05 UTC" }, { "number": "2.9.0", "published_at": "2017-01-17 16:57:43 UTC" }, { "number": "2.90.0", "published_at": "2018-04-12 14:44:19 UTC" }, { "number": "2.90.0.beta.20180403050108", "published_at": "2018-04-03 06:04:51 UTC" }, { "number": "2.90.0.beta.20180404050031", "published_at": "2018-04-04 05:17:19 UTC" }, { "number": "2.90.0.beta.20180405050125", "published_at": "2018-04-05 05:18:18 UTC" }, { "number": "2.90.0.beta.20180406050006", "published_at": "2018-04-06 05:19:48 UTC" }, { "number": "2.90.0.beta.20180407050037", "published_at": "2018-04-07 05:17:26 UTC" }, { "number": "2.90.0.beta.20180408050113", "published_at": "2018-04-08 05:25:31 UTC" }, { "number": "2.90.0.beta.20180409050033", "published_at": "2018-04-09 06:08:12 UTC" }, { "number": "2.90.0.beta.20180410050128", "published_at": "2018-04-10 05:28:49 UTC" }, { "number": "2.90.0.beta.20180411050056", "published_at": "2018-04-11 05:18:33 UTC" }, { "number": "2.90.0.beta.20180412050111", "published_at": "2018-04-12 05:16:12 UTC" }, { "number": "2.91.0", "published_at": "2018-04-13 12:35:48 UTC" }, { "number": "2.91.0.beta.20180413050017", "published_at": "2018-04-13 05:18:24 UTC" }, { "number": "2.92.0", "published_at": "2018-04-17 01:31:10 UTC" }, { "number": "2.92.0.beta.20180414050023", "published_at": "2018-04-14 05:19:57 UTC" }, { "number": "2.92.0.beta.20180415050019", "published_at": "2018-04-15 05:39:52 UTC" }, { "number": "2.92.0.beta.20180416050023", "published_at": "2018-04-16 05:28:11 UTC" }, { "number": "2.92.1", "published_at": "2018-04-17 14:51:55 UTC" }, { "number": "2.93.0", "published_at": "2018-04-24 00:58:14 UTC" }, { "number": "2.93.0.beta.20180417050013", "published_at": "2018-04-17 05:19:42 UTC" }, { "number": "2.93.0.beta.20180418050020", "published_at": "2018-04-18 06:11:24 UTC" }, { "number": "2.93.0.beta.20180419050008", "published_at": "2018-04-19 05:21:43 UTC" }, { "number": "2.93.0.beta.20180420050021", "published_at": "2018-04-20 05:19:06 UTC" }, { "number": "2.93.0.beta.20180421050012", "published_at": "2018-04-21 05:37:36 UTC" }, { "number": "2.93.0.beta.20180422050034", "published_at": "2018-04-22 05:24:44 UTC" }, { "number": "2.93.0.beta.20180423050019", "published_at": "2018-04-23 06:18:11 UTC" }, { "number": "2.93.1", "published_at": "2018-04-24 14:31:16 UTC" }, { "number": "2.94.0", "published_at": "2018-05-01 20:05:16 UTC" }, { "number": "2.94.0.beta.20180424050050", "published_at": "2018-04-24 05:21:27 UTC" }, { "number": "2.94.0.beta.20180425050017", "published_at": "2018-04-25 05:20:28 UTC" }, { "number": "2.94.0.beta.20180426050049", "published_at": "2018-04-26 05:48:37 UTC" }, { "number": "2.94.0.beta.20180427050031", "published_at": "2018-04-27 06:11:36 UTC" }, { "number": "2.94.0.beta.20180428050023", "published_at": "2018-04-28 05:29:41 UTC" }, { "number": "2.94.0.beta.20180429050039", "published_at": "2018-04-29 05:43:15 UTC" }, { "number": "2.94.0.beta.20180430050033", "published_at": "2018-04-30 06:33:32 UTC" }, { "number": "2.94.0.beta.20180501050030", "published_at": "2018-05-01 05:27:03 UTC" }, { "number": "2.95.0", "published_at": "2018-05-09 16:04:12 UTC" }, { "number": "2.95.0.beta.20180502050125", "published_at": "2018-05-02 05:36:08 UTC" }, { "number": "2.95.0.beta.20180503050136", "published_at": "2018-05-03 06:03:53 UTC" }, { "number": "2.95.0.beta.20180504050050", "published_at": "2018-05-04 06:47:08 UTC" }, { "number": "2.95.0.beta.20180505050019", "published_at": "2018-05-05 05:20:50 UTC" }, { "number": "2.95.0.beta.20180506050030", "published_at": "2018-05-06 06:38:11 UTC" }, { "number": "2.95.0.beta.20180507050125", "published_at": "2018-05-07 05:22:14 UTC" }, { "number": "2.95.0.beta.20180508050130", "published_at": "2018-05-08 05:25:25 UTC" }, { "number": "2.95.0.beta.20180509050014", "published_at": "2018-05-09 05:22:21 UTC" }, { "number": "2.96.0", "published_at": "2018-05-22 03:13:41 UTC" }, { "number": "2.96.0.beta.20180510050112", "published_at": "2018-05-10 05:24:51 UTC" }, { "number": "2.96.0.beta.20180511050050", "published_at": "2018-05-11 05:22:41 UTC" }, { "number": "2.96.0.beta.20180512050121", "published_at": "2018-05-12 06:14:03 UTC" }, { "number": "2.96.0.beta.20180513050015", "published_at": "2018-05-13 05:27:42 UTC" }, { "number": "2.96.0.beta.20180514050029", "published_at": "2018-05-14 06:35:39 UTC" }, { "number": "2.96.0.beta.20180515050025", "published_at": "2018-05-15 05:21:00 UTC" }, { "number": "2.96.0.beta.20180516050022", "published_at": "2018-05-16 05:20:01 UTC" }, { "number": "2.96.0.beta.20180517050058", "published_at": "2018-05-17 05:24:53 UTC" }, { "number": "2.96.0.beta.20180518050116", "published_at": "2018-05-18 05:24:07 UTC" }, { "number": "2.96.0.beta.20180519050103", "published_at": "2018-05-19 05:33:13 UTC" }, { "number": "2.96.0.beta.20180520050019", "published_at": "2018-05-20 05:20:33 UTC" }, { "number": "2.96.0.beta.20180521050117", "published_at": "2018-05-21 05:23:27 UTC" }, { "number": "2.96.1", "published_at": "2018-05-22 17:04:31 UTC" }, { "number": "2.97.0", "published_at": "2018-06-04 00:45:29 UTC" }, { "number": "2.98.0", "published_at": "2018-06-18 18:33:39 UTC" }, { "number": "2.99.0", "published_at": "2018-07-02 20:45:45 UTC" }, { "number": "2.99.1", "published_at": "2018-07-11 16:18:50 UTC" } ] }, { "name": "octokit", "platform": "Rubygems", "description": "Simple wrapper for the GitHub API", "homepage": "https://github.com/octokit/octokit.rb", "repository_url": "https://github.com/octokit/octokit.rb", "normalized_licenses": [ "MIT" ], "rank": 23, "latest_release_published_at": "2018-10-11 22:05:45 UTC", "latest_release_number": "4.13.0", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/octokit", "stars": 2952, "forks": 886, "keywords": [ "github", "github-api", "octokit" ], "latest_stable_release": "4.13.0", "latest_download_url": "https://rubygems.org/downloads/octokit-4.13.0.gem", "dependents_count": 537, "dependent_repos_count": 24445, "latest_stable_release_number": "4.13.0", "latest_stable_release_published_at": "2018-10-11 22:05:45 UTC", "versions": [ { "number": "0.4.0", "published_at": "2011-01-06 15:35:54 UTC" }, { "number": "0.4.1", "published_at": "2011-01-08 20:10:18 UTC" }, { "number": "0.5.0", "published_at": "2011-01-21 23:23:35 UTC" }, { "number": "0.5.1", "published_at": "2011-02-03 18:07:03 UTC" }, { "number": "0.5.2", "published_at": "2011-02-06 14:57:35 UTC" }, { "number": "0.6.0", "published_at": "2011-03-20 21:27:59 UTC" }, { "number": "0.6.1", "published_at": "2011-04-06 03:32:38 UTC" }, { "number": "0.6.2", "published_at": "2011-04-26 17:14:57 UTC" }, { "number": "0.6.3", "published_at": "2011-05-05 17:43:36 UTC" }, { "number": "0.6.4", "published_at": "2011-07-02 15:06:40 UTC" }, { "number": "0.6.5", "published_at": "2011-10-15 19:52:35 UTC" }, { "number": "1.0.0", "published_at": "2012-02-13 19:21:03 UTC" }, { "number": "1.0.1", "published_at": "2012-03-31 14:53:17 UTC" }, { "number": "1.0.2", "published_at": "2012-04-15 20:15:05 UTC" }, { "number": "1.0.3", "published_at": "2012-04-18 14:35:16 UTC" }, { "number": "1.0.4", "published_at": "2012-04-24 15:55:27 UTC" }, { "number": "1.0.5", "published_at": "2012-05-02 12:52:26 UTC" }, { "number": "1.0.6", "published_at": "2012-05-11 13:04:59 UTC" }, { "number": "1.0.7", "published_at": "2012-05-11 13:07:52 UTC" }, { "number": "1.1.0", "published_at": "2012-05-14 01:35:09 UTC" }, { "number": "1.10.0", "published_at": "2012-08-09 21:15:10 UTC" }, { "number": "1.1.1", "published_at": "2012-05-16 12:54:17 UTC" }, { "number": "1.11.0", "published_at": "2012-08-30 01:31:10 UTC" }, { "number": "1.12.0", "published_at": "2012-09-04 16:22:56 UTC" }, { "number": "1.13.0", "published_at": "2012-09-05 14:44:19 UTC" }, { "number": "1.14.0", "published_at": "2012-09-23 01:06:40 UTC" }, { "number": "1.15.0", "published_at": "2012-09-24 13:18:38 UTC" }, { "number": "1.15.1", "published_at": "2012-09-24 17:10:14 UTC" }, { "number": "1.17.0", "published_at": "2012-10-08 18:52:23 UTC" }, { "number": "1.17.1", "published_at": "2012-10-11 21:20:26 UTC" }, { "number": "1.18.0", "published_at": "2012-10-15 15:47:38 UTC" }, { "number": "1.19.0", "published_at": "2012-11-29 18:14:13 UTC" }, { "number": "1.2.0", "published_at": "2012-05-18 00:07:40 UTC" }, { "number": "1.20.0", "published_at": "2012-12-22 19:41:41 UTC" }, { "number": "1.2.1", "published_at": "2012-05-20 20:50:45 UTC" }, { "number": "1.21.0", "published_at": "2013-01-10 14:30:45 UTC" }, { "number": "1.22.0", "published_at": "2013-01-15 18:09:29 UTC" }, { "number": "1.23.0", "published_at": "2013-02-08 16:46:21 UTC" }, { "number": "1.24.0", "published_at": "2013-03-24 21:28:12 UTC" }, { "number": "1.25.0", "published_at": "2013-07-03 02:16:11 UTC" }, { "number": "1.3.0", "published_at": "2012-05-25 18:15:45 UTC" }, { "number": "1.4.0", "published_at": "2012-06-04 00:03:16 UTC" }, { "number": "1.5.0", "published_at": "2012-06-14 19:45:33 UTC" }, { "number": "1.6.0", "published_at": "2012-06-15 20:42:23 UTC" }, { "number": "1.6.1", "published_at": "2012-06-16 17:56:32 UTC" }, { "number": "1.7.0", "published_at": "2012-06-18 19:41:39 UTC" }, { "number": "1.8.0", "published_at": "2012-06-28 12:54:58 UTC" }, { "number": "1.8.1", "published_at": "2012-06-29 01:20:29 UTC" }, { "number": "1.9.1", "published_at": "2012-07-11 14:05:30 UTC" }, { "number": "1.9.2", "published_at": "2012-07-25 18:58:09 UTC" }, { "number": "1.9.3", "published_at": "2012-07-27 11:49:37 UTC" }, { "number": "1.9.4", "published_at": "2012-08-06 12:44:33 UTC" }, { "number": "2.0.0", "published_at": "2013-08-23 17:02:52 UTC" }, { "number": "2.0.0.pre", "published_at": "2013-07-05 17:00:22 UTC" }, { "number": "2.0.0.rc1", "published_at": "2013-07-16 03:29:23 UTC" }, { "number": "2.0.0.rc2", "published_at": "2013-07-19 14:47:26 UTC" }, { "number": "2.0.0.rc3", "published_at": "2013-08-14 16:36:56 UTC" }, { "number": "2.0.0.rc4", "published_at": "2013-08-20 00:18:34 UTC" }, { "number": "2.1.0", "published_at": "2013-09-03 18:29:25 UTC" }, { "number": "2.1.1", "published_at": "2013-09-03 21:46:38 UTC" }, { "number": "2.1.2", "published_at": "2013-09-22 17:57:22 UTC" }, { "number": "2.2.0", "published_at": "2013-09-26 15:18:24 UTC" }, { "number": "2.3.0", "published_at": "2013-10-01 16:57:32 UTC" }, { "number": "2.3.1", "published_at": "2013-10-01 17:05:41 UTC" }, { "number": "2.4.0", "published_at": "2013-10-07 23:29:59 UTC" }, { "number": "2.5.0", "published_at": "2013-10-22 12:23:53 UTC" }, { "number": "2.5.1", "published_at": "2013-10-29 18:29:40 UTC" }, { "number": "2.6.0", "published_at": "2013-11-14 18:25:55 UTC" }, { "number": "2.6.1", "published_at": "2013-11-21 20:59:17 UTC" }, { "number": "2.6.2", "published_at": "2013-12-03 00:25:06 UTC" }, { "number": "2.6.3", "published_at": "2013-12-07 04:11:53 UTC" }, { "number": "2.7.0", "published_at": "2013-12-20 14:31:30 UTC" }, { "number": "2.7.1", "published_at": "2014-01-28 17:48:12 UTC" }, { "number": "2.7.2", "published_at": "2014-03-04 01:33:04 UTC" }, { "number": "3.0.0", "published_at": "2014-03-27 19:45:00 UTC" }, { "number": "3.0.0.pre", "published_at": "2014-03-06 18:08:59 UTC" }, { "number": "3.1.0", "published_at": "2014-04-18 13:03:12 UTC" }, { "number": "3.1.2", "published_at": "2014-06-11 18:19:30 UTC" }, { "number": "3.2.0", "published_at": "2014-06-24 03:11:16 UTC" }, { "number": "3.3.0", "published_at": "2014-08-06 15:03:22 UTC" }, { "number": "3.3.1", "published_at": "2014-08-18 23:18:25 UTC" }, { "number": "3.4.0", "published_at": "2014-09-30 01:54:38 UTC" }, { "number": "3.4.1", "published_at": "2014-10-15 19:14:56 UTC" }, { "number": "3.4.2", "published_at": "2014-10-17 01:47:05 UTC" }, { "number": "3.5.2", "published_at": "2014-10-28 03:29:27 UTC" }, { "number": "3.6.0", "published_at": "2014-12-02 17:01:47 UTC" }, { "number": "3.6.1", "published_at": "2014-12-03 14:40:00 UTC" }, { "number": "3.7.0", "published_at": "2014-12-03 20:42:00 UTC" }, { "number": "3.7.1", "published_at": "2015-02-13 14:32:27 UTC" }, { "number": "3.8.0", "published_at": "2015-02-19 22:50:15 UTC" }, { "number": "4.0.0", "published_at": "2015-06-25 19:22:47 UTC" }, { "number": "4.0.1", "published_at": "2015-06-29 15:54:55 UTC" }, { "number": "4.1.0", "published_at": "2015-08-22 19:47:53 UTC" }, { "number": "4.10.0", "published_at": "2018-08-09 22:14:31 UTC" }, { "number": "4.1.1", "published_at": "2015-09-24 16:35:48 UTC" }, { "number": "4.11.0", "published_at": "2018-08-30 14:40:01 UTC" }, { "number": "4.12.0", "published_at": "2018-09-11 17:21:29 UTC" }, { "number": "4.13.0", "published_at": "2018-10-11 22:05:45 UTC" }, { "number": "4.2.0", "published_at": "2015-11-17 12:06:12 UTC" }, { "number": "4.3.0", "published_at": "2016-03-05 03:00:54 UTC" }, { "number": "4.4.0", "published_at": "2016-10-23 23:57:53 UTC" }, { "number": "4.4.1", "published_at": "2016-10-25 02:06:05 UTC" }, { "number": "4.6.0", "published_at": "2016-11-08 16:22:48 UTC" }, { "number": "4.6.1", "published_at": "2016-11-18 17:24:54 UTC" }, { "number": "4.6.2", "published_at": "2016-11-22 02:27:43 UTC" }, { "number": "4.7.0", "published_at": "2017-04-05 21:37:20 UTC" }, { "number": "4.8.0", "published_at": "2017-12-20 18:06:47 UTC" }, { "number": "4.9.0", "published_at": "2018-05-08 13:43:49 UTC" } ] }, { "name": "engine.io", "platform": "NPM", "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", "homepage": "https://github.com/socketio/engine.io", "repository_url": "https://github.com/socketio/engine.io", "normalized_licenses": [ "MIT" ], "rank": 23, "latest_release_published_at": "2018-11-29 21:51:49 UTC", "latest_release_number": "3.3.2", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/engine.io", "stars": 3617, "forks": 485, "keywords": [ ], "latest_stable_release": "3.3.2", "latest_download_url": "https://registry.npmjs.org/engine.io/-/engine.io-3.3.2.tgz", "dependents_count": 223, "dependent_repos_count": 87099, "latest_stable_release_number": "3.3.2", "latest_stable_release_published_at": "2018-11-29 21:51:49 UTC", "versions": [ { "number": "0.1.0", "published_at": "2012-07-03 22:36:07 UTC" }, { "number": "0.1.1", "published_at": "2012-08-02 00:34:44 UTC" }, { "number": "0.1.2", "published_at": "2012-08-03 00:07:33 UTC" }, { "number": "0.2.0", "published_at": "2012-08-12 21:47:47 UTC" }, { "number": "0.2.1", "published_at": "2012-08-13 19:07:09 UTC" }, { "number": "0.2.2", "published_at": "2012-08-27 01:40:05 UTC" }, { "number": "0.3.0", "published_at": "2012-10-04 17:30:05 UTC" }, { "number": "0.3.1", "published_at": "2012-10-08 22:13:07 UTC" }, { "number": "0.3.10", "published_at": "2012-12-03 12:09:23 UTC" }, { "number": "0.3.2", "published_at": "2012-10-08 22:47:42 UTC" }, { "number": "0.3.3", "published_at": "2012-10-10 21:49:53 UTC" }, { "number": "0.3.4", "published_at": "2012-10-14 19:55:33 UTC" }, { "number": "0.3.5", "published_at": "2012-10-14 20:07:37 UTC" }, { "number": "0.3.7", "published_at": "2012-10-21 16:36:08 UTC" }, { "number": "0.3.8", "published_at": "2012-10-23 18:20:43 UTC" }, { "number": "0.3.9", "published_at": "2012-10-23 20:31:26 UTC" }, { "number": "0.4.1", "published_at": "2013-01-27 18:24:19 UTC" }, { "number": "0.4.2", "published_at": "2013-02-08 19:10:36 UTC" }, { "number": "0.4.3", "published_at": "2013-02-08 20:15:30 UTC" }, { "number": "0.5.0", "published_at": "2013-03-16 19:35:20 UTC" }, { "number": "0.6.0", "published_at": "2013-05-31 14:26:32 UTC" }, { "number": "0.6.1", "published_at": "2013-06-06 13:52:46 UTC" }, { "number": "0.6.2", "published_at": "2013-06-15 23:42:04 UTC" }, { "number": "0.6.3", "published_at": "2013-06-22 04:45:19 UTC" }, { "number": "0.7.0", "published_at": "2013-08-23 18:09:38 UTC" }, { "number": "0.7.1", "published_at": "2013-08-23 21:52:55 UTC" }, { "number": "0.7.10", "published_at": "2013-10-28 20:55:56 UTC" }, { "number": "0.7.11", "published_at": "2013-11-06 16:07:21 UTC" }, { "number": "0.7.12", "published_at": "2013-11-11 21:09:52 UTC" }, { "number": "0.7.13", "published_at": "2013-12-25 23:21:37 UTC" }, { "number": "0.7.14", "published_at": "2014-01-01 22:03:16 UTC" }, { "number": "0.7.2", "published_at": "2013-08-23 22:41:28 UTC" }, { "number": "0.7.3", "published_at": "2013-08-23 22:50:24 UTC" }, { "number": "0.7.4", "published_at": "2013-08-25 21:15:16 UTC" }, { "number": "0.7.5", "published_at": "2013-08-30 21:14:58 UTC" }, { "number": "0.7.6", "published_at": "2013-08-30 21:29:02 UTC" }, { "number": "0.7.7", "published_at": "2013-08-30 23:08:10 UTC" }, { "number": "0.7.8", "published_at": "2013-08-31 00:37:59 UTC" }, { "number": "0.7.9", "published_at": "2013-08-31 03:26:48 UTC" }, { "number": "0.8.0", "published_at": "2014-01-05 22:42:01 UTC" }, { "number": "0.8.1", "published_at": "2014-01-17 16:25:30 UTC" }, { "number": "0.8.2", "published_at": "2014-01-18 19:28:48 UTC" }, { "number": "0.9.0", "published_at": "2014-02-09 17:57:37 UTC" }, { "number": "1.0.0", "published_at": "2014-03-06 19:55:34 UTC" }, { "number": "1.0.1", "published_at": "2014-03-06 23:33:53 UTC" }, { "number": "1.0.2", "published_at": "2014-03-12 17:54:54 UTC" }, { "number": "1.0.3", "published_at": "2014-03-12 18:25:35 UTC" }, { "number": "1.0.4", "published_at": "2014-03-14 22:38:36 UTC" }, { "number": "1.0.5", "published_at": "2014-03-18 19:26:45 UTC" }, { "number": "1.1.0", "published_at": "2014-04-27 21:28:02 UTC" }, { "number": "1.1.1", "published_at": "2014-05-14 18:26:15 UTC" }, { "number": "1.2.0", "published_at": "2014-05-18 17:17:22 UTC" }, { "number": "1.2.1", "published_at": "2014-05-22 16:07:56 UTC" }, { "number": "1.2.2", "published_at": "2014-05-30 19:37:05 UTC" }, { "number": "1.3.0", "published_at": "2014-06-13 20:27:40 UTC" }, { "number": "1.3.1", "published_at": "2014-06-19 21:50:27 UTC" }, { "number": "1.4.0", "published_at": "2014-09-03 22:03:41 UTC" }, { "number": "1.4.1", "published_at": "2014-10-03 17:18:03 UTC" }, { "number": "1.4.2", "published_at": "2014-10-27 14:48:30 UTC" }, { "number": "1.4.3", "published_at": "2014-11-21 00:32:08 UTC" }, { "number": "1.5.0", "published_at": "2015-01-18 19:26:16 UTC" }, { "number": "1.5.1", "published_at": "2015-01-19 10:47:12 UTC" }, { "number": "1.5.2", "published_at": "2015-07-09 16:24:46 UTC" }, { "number": "1.5.3", "published_at": "2015-09-09 16:07:17 UTC" }, { "number": "1.5.4", "published_at": "2015-09-09 22:33:38 UTC" }, { "number": "1.6.0", "published_at": "2015-11-28 19:53:48 UTC" }, { "number": "1.6.1", "published_at": "2015-11-29 00:34:05 UTC" }, { "number": "1.6.10", "published_at": "2016-06-24 00:22:42 UTC" }, { "number": "1.6.11", "published_at": "2016-06-24 02:10:22 UTC" }, { "number": "1.6.2", "published_at": "2015-11-30 16:16:03 UTC" }, { "number": "1.6.3", "published_at": "2015-12-01 20:15:33 UTC" }, { "number": "1.6.4", "published_at": "2015-12-04 18:56:03 UTC" }, { "number": "1.6.5", "published_at": "2016-01-05 20:36:02 UTC" }, { "number": "1.6.6", "published_at": "2016-01-08 02:05:43 UTC" }, { "number": "1.6.7", "published_at": "2016-01-11 06:00:27 UTC" }, { "number": "1.6.8", "published_at": "2016-01-25 19:14:58 UTC" }, { "number": "1.6.9", "published_at": "2016-05-03 03:54:20 UTC" }, { "number": "1.7.0", "published_at": "2016-10-05 06:11:08 UTC" }, { "number": "1.7.1", "published_at": "2016-10-20 16:54:25 UTC" }, { "number": "1.7.2", "published_at": "2016-10-23 23:34:52 UTC" }, { "number": "1.8.0", "published_at": "2016-11-20 02:26:22 UTC" }, { "number": "1.8.1", "published_at": "2016-11-27 06:17:24 UTC" }, { "number": "1.8.2", "published_at": "2016-12-10 23:26:36 UTC" }, { "number": "1.8.3", "published_at": "2017-02-16 11:45:45 UTC" }, { "number": "1.8.4", "published_at": "2017-04-28 11:59:28 UTC" }, { "number": "1.8.5", "published_at": "2017-12-27 21:49:39 UTC" }, { "number": "2.0.0", "published_at": "2017-01-22 21:50:43 UTC" }, { "number": "2.0.1", "published_at": "2017-01-30 15:23:38 UTC" }, { "number": "2.0.2", "published_at": "2017-02-16 06:41:52 UTC" }, { "number": "2.1.0", "published_at": "2017-03-11 08:19:27 UTC" }, { "number": "2.1.1", "published_at": "2017-03-22 06:36:55 UTC" }, { "number": "3.0.0", "published_at": "2017-04-05 22:00:57 UTC" }, { "number": "3.1.0", "published_at": "2017-04-27 23:04:10 UTC" }, { "number": "3.1.1", "published_at": "2017-09-02 12:23:49 UTC" }, { "number": "3.1.2", "published_at": "2017-09-27 21:36:56 UTC" }, { "number": "3.1.3", "published_at": "2017-10-11 05:59:52 UTC" }, { "number": "3.1.4", "published_at": "2017-11-12 21:18:20 UTC" }, { "number": "3.1.5", "published_at": "2018-02-18 10:43:00 UTC" }, { "number": "3.2.0", "published_at": "2018-02-28 00:30:49 UTC" }, { "number": "3.2.1", "published_at": "2018-11-02 06:29:52 UTC" }, { "number": "3.3.0", "published_at": "2018-11-07 23:24:08 UTC" }, { "number": "3.3.1", "published_at": "2018-11-19 21:29:05 UTC" }, { "number": "3.3.2", "published_at": "2018-11-29 21:51:49 UTC" } ] }, { "name": "actioncable", "platform": "Rubygems", "description": "Structure many real-time application concerns into channels over a single WebSocket connection.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 23, "latest_release_published_at": "2019-01-18 20:47:04 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/actioncable", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/actioncable-6.0.0.beta1.gem", "dependents_count": 10, "dependent_repos_count": 102405, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:13:31 UTC", "versions": [ { "number": "0.0.0", "published_at": "2015-04-21 15:08:19 UTC" }, { "number": "5.0.0", "published_at": "2016-06-30 21:32:29 UTC" }, { "number": "5.0.0.1", "published_at": "2016-08-11 17:30:59 UTC" }, { "number": "5.0.0.beta1", "published_at": "2015-12-18 21:18:01 UTC" }, { "number": "5.0.0.beta1.1", "published_at": "2016-01-25 19:22:54 UTC" }, { "number": "5.0.0.beta2", "published_at": "2016-02-01 22:06:12 UTC" }, { "number": "5.0.0.beta3", "published_at": "2016-02-24 16:16:10 UTC" }, { "number": "5.0.0.beta4", "published_at": "2016-04-27 20:55:07 UTC" }, { "number": "5.0.0.racecar1", "published_at": "2016-05-06 22:02:16 UTC" }, { "number": "5.0.0.rc1", "published_at": "2016-05-06 21:57:26 UTC" }, { "number": "5.0.0.rc2", "published_at": "2016-06-22 20:03:22 UTC" }, { "number": "5.0.1", "published_at": "2016-12-21 00:07:24 UTC" }, { "number": "5.0.1.rc1", "published_at": "2016-11-30 20:02:23 UTC" }, { "number": "5.0.1.rc2", "published_at": "2016-12-09 19:12:50 UTC" }, { "number": "5.0.2", "published_at": "2017-03-01 23:13:33 UTC" }, { "number": "5.0.2.rc1", "published_at": "2017-02-25 00:55:27 UTC" }, { "number": "5.0.3", "published_at": "2017-05-12 20:04:26 UTC" }, { "number": "5.0.4", "published_at": "2017-06-19 21:58:34 UTC" }, { "number": "5.0.4.rc1", "published_at": "2017-06-14 20:49:06 UTC" }, { "number": "5.0.5", "published_at": "2017-07-31 19:05:04 UTC" }, { "number": "5.0.5.rc1", "published_at": "2017-07-19 19:43:36 UTC" }, { "number": "5.0.5.rc2", "published_at": "2017-07-25 20:25:48 UTC" }, { "number": "5.0.6", "published_at": "2017-09-08 00:47:12 UTC" }, { "number": "5.0.6.rc1", "published_at": "2017-08-24 19:11:06 UTC" }, { "number": "5.0.7", "published_at": "2018-03-29 17:59:15 UTC" }, { "number": "5.0.7.1", "published_at": "2018-11-27 20:09:13 UTC" }, { "number": "5.1.0", "published_at": "2017-04-27 21:00:26 UTC" }, { "number": "5.1.0.beta1", "published_at": "2017-02-23 19:59:25 UTC" }, { "number": "5.1.0.rc1", "published_at": "2017-03-20 18:57:36 UTC" }, { "number": "5.1.0.rc2", "published_at": "2017-04-21 01:30:41 UTC" }, { "number": "5.1.1", "published_at": "2017-05-12 20:11:23 UTC" }, { "number": "5.1.2", "published_at": "2017-06-26 21:51:17 UTC" }, { "number": "5.1.2.rc1", "published_at": "2017-06-20 17:03:29 UTC" }, { "number": "5.1.3", "published_at": "2017-08-03 19:14:51 UTC" }, { "number": "5.1.3.rc1", "published_at": "2017-07-19 19:37:41 UTC" }, { "number": "5.1.3.rc2", "published_at": "2017-07-25 20:17:56 UTC" }, { "number": "5.1.3.rc3", "published_at": "2017-07-31 19:12:32 UTC" }, { "number": "5.1.4", "published_at": "2017-09-08 00:51:26 UTC" }, { "number": "5.1.4.rc1", "published_at": "2017-08-24 19:37:13 UTC" }, { "number": "5.1.5", "published_at": "2018-02-14 20:01:16 UTC" }, { "number": "5.1.5.rc1", "published_at": "2018-02-01 18:59:55 UTC" }, { "number": "5.1.6", "published_at": "2018-03-29 18:28:44 UTC" }, { "number": "5.1.6.1", "published_at": "2018-11-27 20:11:24 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:06:15 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:05:02 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:03:39 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:37:39 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:54:18 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:44:00 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:13:38 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:21:27 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:13:31 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:54:44 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:47:04 UTC" } ] }, { "name": "spree_core", "platform": "Rubygems", "description": "The bare bones necessary for Spree.", "homepage": "http://spreecommerce.org", "repository_url": "", "normalized_licenses": [ "BSD-3-Clause" ], "rank": 23, "latest_release_published_at": "2019-02-04 14:16:51 UTC", "latest_release_number": "3.7.0", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/spree_core", "stars": 9609, "forks": 4232, "keywords": [ "e-commerce", "ecommerce", "rails", "ruby", "rubyonrails", "spree", "spreecommerce" ], "latest_stable_release": "3.7.0", "latest_download_url": "https://rubygems.org/downloads/spree_core-3.7.0.gem", "dependents_count": 369, "dependent_repos_count": 5305, "latest_stable_release_number": "3.7.0", "latest_stable_release_published_at": "2019-02-04 14:16:51 UTC", "versions": [ { "number": "0.30.0", "published_at": "2010-11-10 01:57:17 UTC" }, { "number": "0.30.0.beta1", "published_at": "2010-09-03 21:24:56 UTC" }, { "number": "0.30.1", "published_at": "2010-11-17 15:43:27 UTC" }, { "number": "0.30.2", "published_at": "2011-10-23 21:50:24 UTC" }, { "number": "0.40.0", "published_at": "2010-12-22 17:42:55 UTC" }, { "number": "0.40.1", "published_at": "2011-01-14 20:46:18 UTC" }, { "number": "0.40.2", "published_at": "2011-01-17 18:37:54 UTC" }, { "number": "0.40.3", "published_at": "2011-02-17 19:33:36 UTC" }, { "number": "0.40.4", "published_at": "2011-10-21 20:26:33 UTC" }, { "number": "0.50.0", "published_at": "2011-03-24 02:15:58 UTC" }, { "number": "0.50.1", "published_at": "2011-04-19 16:40:48 UTC" }, { "number": "0.50.2", "published_at": "2011-04-25 16:40:06 UTC" }, { "number": "0.50.3", "published_at": "2011-10-21 15:20:59 UTC" }, { "number": "0.50.4", "published_at": "2011-10-21 19:33:07 UTC" }, { "number": "0.60.0", "published_at": "2011-05-14 00:52:34 UTC" }, { "number": "0.60.0.RC1", "published_at": "2011-05-03 17:53:33 UTC" }, { "number": "0.60.1", "published_at": "2011-06-22 00:27:44 UTC" }, { "number": "0.60.2", "published_at": "2011-10-05 21:02:46 UTC" }, { "number": "0.60.3", "published_at": "2011-10-21 13:34:29 UTC" }, { "number": "0.60.4", "published_at": "2011-10-21 18:49:56 UTC" }, { "number": "0.60.5", "published_at": "2012-03-04 18:36:40 UTC" }, { "number": "0.60.6", "published_at": "2012-03-12 20:38:15 UTC" }, { "number": "0.70.0", "published_at": "2011-10-07 23:33:21 UTC" }, { "number": "0.70.0.rc2", "published_at": "2011-09-30 01:47:12 UTC" }, { "number": "0.70.1", "published_at": "2011-10-20 02:00:19 UTC" }, { "number": "0.70.2", "published_at": "2011-11-18 18:17:31 UTC" }, { "number": "0.70.3", "published_at": "2011-11-22 23:25:14 UTC" }, { "number": "0.70.4", "published_at": "2012-03-04 18:43:56 UTC" }, { "number": "0.70.5", "published_at": "2012-03-12 20:20:47 UTC" }, { "number": "0.70.6", "published_at": "2012-07-05 01:00:24 UTC" }, { "number": "0.70.7", "published_at": "2012-07-08 23:52:39 UTC" }, { "number": "0.70.RC1", "published_at": "2011-09-09 21:17:52 UTC" }, { "number": "1.0.0", "published_at": "2012-02-09 16:37:03 UTC" }, { "number": "1.0.0.rc1", "published_at": "2011-12-23 22:27:46 UTC" }, { "number": "1.0.0.rc2", "published_at": "2012-01-14 16:01:04 UTC" }, { "number": "1.0.0.rc3", "published_at": "2012-01-31 18:49:41 UTC" }, { "number": "1.0.0.rc4", "published_at": "2012-02-06 17:32:13 UTC" }, { "number": "1.0.1", "published_at": "2012-03-04 22:29:56 UTC" }, { "number": "1.0.2", "published_at": "2012-03-12 21:42:10 UTC" }, { "number": "1.0.3", "published_at": "2012-03-16 01:28:43 UTC" }, { "number": "1.0.4", "published_at": "2012-04-28 15:50:03 UTC" }, { "number": "1.0.6", "published_at": "2012-07-13 02:53:19 UTC" }, { "number": "1.0.7", "published_at": "2013-02-04 01:42:50 UTC" }, { "number": "1.1.0", "published_at": "2012-04-28 16:28:24 UTC" }, { "number": "1.1.0.rc1", "published_at": "2012-04-09 14:22:26 UTC" }, { "number": "1.1.0.rc2", "published_at": "2012-04-20 19:26:11 UTC" }, { "number": "1.1.1", "published_at": "2012-05-16 22:56:12 UTC" }, { "number": "1.1.2", "published_at": "2012-07-05 00:28:16 UTC" }, { "number": "1.1.2.rc1", "published_at": "2012-06-25 12:58:45 UTC" }, { "number": "1.1.3", "published_at": "2012-07-27 18:24:31 UTC" }, { "number": "1.1.4", "published_at": "2012-11-19 20:25:43 UTC" }, { "number": "1.1.5", "published_at": "2013-02-04 21:30:30 UTC" }, { "number": "1.1.6", "published_at": "2013-02-25 20:46:54 UTC" }, { "number": "1.2.0", "published_at": "2012-08-30 18:10:35 UTC" }, { "number": "1.2.0.rc1", "published_at": "2012-08-09 12:38:47 UTC" }, { "number": "1.2.0.rc2", "published_at": "2012-08-14 01:17:10 UTC" }, { "number": "1.2.2", "published_at": "2012-11-19 20:38:41 UTC" }, { "number": "1.2.3", "published_at": "2013-01-06 23:31:56 UTC" }, { "number": "1.2.4", "published_at": "2013-02-04 21:19:48 UTC" }, { "number": "1.2.5", "published_at": "2013-06-12 23:34:49 UTC" }, { "number": "1.3.0", "published_at": "2012-12-19 16:19:58 UTC" }, { "number": "1.3.0.rc1", "published_at": "2012-12-04 03:24:45 UTC" }, { "number": "1.3.0.rc2", "published_at": "2012-12-16 01:38:31 UTC" }, { "number": "1.3.1", "published_at": "2013-01-06 22:40:54 UTC" }, { "number": "1.3.2", "published_at": "2013-02-04 21:09:10 UTC" }, { "number": "1.3.3", "published_at": "2013-06-13 00:03:05 UTC" }, { "number": "1.3.4", "published_at": "2013-10-15 00:23:28 UTC" }, { "number": "1.3.5", "published_at": "2014-01-23 01:41:36 UTC" }, { "number": "2.0.0", "published_at": "2013-05-20 10:48:13 UTC" }, { "number": "2.0.0.rc1", "published_at": "2013-05-13 00:56:39 UTC" }, { "number": "2.0.1", "published_at": "2013-06-04 21:45:46 UTC" }, { "number": "2.0.10", "published_at": "2014-03-25 12:32:56 UTC" }, { "number": "2.0.11", "published_at": "2014-05-15 05:45:01 UTC" }, { "number": "2.0.12", "published_at": "2014-08-29 17:48:30 UTC" }, { "number": "2.0.13", "published_at": "2014-11-20 16:34:08 UTC" }, { "number": "2.0.2", "published_at": "2013-06-12 05:02:23 UTC" }, { "number": "2.0.3", "published_at": "2013-06-13 00:47:52 UTC" }, { "number": "2.0.4", "published_at": "2013-08-05 05:00:03 UTC" }, { "number": "2.0.5", "published_at": "2013-09-16 01:43:39 UTC" }, { "number": "2.0.6", "published_at": "2013-10-15 00:53:38 UTC" }, { "number": "2.0.7", "published_at": "2013-11-19 23:56:09 UTC" }, { "number": "2.0.8", "published_at": "2014-01-23 00:06:14 UTC" }, { "number": "2.0.9", "published_at": "2014-02-18 04:26:05 UTC" }, { "number": "2.1.0", "published_at": "2013-09-16 01:36:20 UTC" }, { "number": "2.1.1", "published_at": "2013-09-17 23:03:41 UTC" }, { "number": "2.1.10", "published_at": "2014-11-20 17:04:25 UTC" }, { "number": "2.1.11", "published_at": "2014-12-05 15:22:23 UTC" }, { "number": "2.1.12", "published_at": "2014-12-23 15:08:43 UTC" }, { "number": "2.1.2", "published_at": "2013-10-15 01:19:37 UTC" }, { "number": "2.1.3", "published_at": "2013-11-20 00:18:32 UTC" }, { "number": "2.1.4", "published_at": "2014-01-23 00:21:13 UTC" }, { "number": "2.1.5", "published_at": "2014-02-18 04:35:48 UTC" }, { "number": "2.1.6", "published_at": "2014-03-25 12:04:24 UTC" }, { "number": "2.1.7", "published_at": "2014-05-15 06:14:08 UTC" }, { "number": "2.1.8", "published_at": "2014-08-29 18:29:41 UTC" }, { "number": "2.1.9", "published_at": "2014-09-19 20:17:20 UTC" }, { "number": "2.2.0", "published_at": "2014-02-26 15:04:59 UTC" }, { "number": "2.2.1", "published_at": "2014-03-25 12:02:15 UTC" }, { "number": "2.2.10", "published_at": "2015-03-03 17:30:42 UTC" }, { "number": "2.2.11", "published_at": "2015-03-10 17:46:32 UTC" }, { "number": "2.2.12", "published_at": "2015-07-20 19:30:54 UTC" }, { "number": "2.2.13", "published_at": "2015-07-28 19:02:44 UTC" }, { "number": "2.2.14", "published_at": "2015-08-19 18:29:52 UTC" }, { "number": "2.2.2", "published_at": "2014-05-15 06:23:05 UTC" }, { "number": "2.2.3", "published_at": "2014-07-01 00:27:37 UTC" }, { "number": "2.2.4", "published_at": "2014-07-01 04:19:51 UTC" }, { "number": "2.2.5", "published_at": "2014-08-29 18:51:44 UTC" }, { "number": "2.2.6", "published_at": "2014-09-19 19:59:47 UTC" }, { "number": "2.2.7", "published_at": "2014-11-20 17:35:58 UTC" }, { "number": "2.2.8", "published_at": "2014-12-05 15:56:52 UTC" }, { "number": "2.2.9", "published_at": "2014-12-23 15:20:58 UTC" }, { "number": "2.3.0", "published_at": "2014-07-01 00:06:41 UTC" }, { "number": "2.3.1", "published_at": "2014-07-01 04:38:41 UTC" }, { "number": "2.3.10", "published_at": "2015-05-05 17:34:44 UTC" }, { "number": "2.3.11", "published_at": "2015-07-20 19:43:01 UTC" }, { "number": "2.3.12", "published_at": "2015-07-28 19:05:45 UTC" }, { "number": "2.3.13", "published_at": "2015-08-19 18:31:19 UTC" }, { "number": "2.3.2", "published_at": "2014-08-29 19:12:27 UTC" }, { "number": "2.3.3", "published_at": "2014-09-19 19:17:57 UTC" }, { "number": "2.3.4", "published_at": "2014-10-07 22:01:00 UTC" }, { "number": "2.3.5", "published_at": "2014-11-20 18:00:27 UTC" }, { "number": "2.3.6", "published_at": "2014-12-05 16:12:54 UTC" }, { "number": "2.3.7", "published_at": "2015-02-23 20:10:54 UTC" }, { "number": "2.3.8", "published_at": "2015-03-03 17:23:12 UTC" }, { "number": "2.3.9", "published_at": "2015-03-10 18:04:06 UTC" }, { "number": "2.4.0", "published_at": "2014-11-20 18:57:08 UTC" }, { "number": "2.4.0.rc1", "published_at": "2014-10-09 22:02:02 UTC" }, { "number": "2.4.0.rc2", "published_at": "2014-10-09 22:13:21 UTC" }, { "number": "2.4.0.rc3", "published_at": "2014-11-07 22:05:05 UTC" }, { "number": "2.4.1", "published_at": "2014-11-22 18:24:57 UTC" }, { "number": "2.4.10", "published_at": "2015-08-19 18:33:14 UTC" }, { "number": "2.4.2", "published_at": "2014-12-05 17:08:54 UTC" }, { "number": "2.4.3", "published_at": "2015-02-04 17:38:28 UTC" }, { "number": "2.4.4", "published_at": "2015-02-23 20:21:40 UTC" }, { "number": "2.4.5", "published_at": "2015-03-03 17:10:13 UTC" }, { "number": "2.4.6", "published_at": "2015-03-10 18:15:12 UTC" }, { "number": "2.4.7", "published_at": "2015-05-05 17:45:50 UTC" }, { "number": "2.4.8", "published_at": "2015-07-20 19:53:21 UTC" }, { "number": "2.4.9", "published_at": "2015-07-28 19:08:32 UTC" }, { "number": "3.0.0", "published_at": "2015-03-10 19:30:00 UTC" }, { "number": "3.0.0.rc1", "published_at": "2015-02-04 18:45:12 UTC" }, { "number": "3.0.0.rc3", "published_at": "2015-03-01 16:57:56 UTC" }, { "number": "3.0.0.rc4", "published_at": "2015-03-03 16:54:11 UTC" }, { "number": "3.0.1", "published_at": "2015-05-05 17:54:14 UTC" }, { "number": "3.0.10", "published_at": "2016-08-16 10:45:48 UTC" }, { "number": "3.0.2", "published_at": "2015-07-20 20:01:15 UTC" }, { "number": "3.0.3", "published_at": "2015-07-28 19:11:57 UTC" }, { "number": "3.0.4", "published_at": "2015-08-19 18:34:28 UTC" }, { "number": "3.0.5", "published_at": "2016-01-28 14:25:27 UTC" }, { "number": "3.0.6", "published_at": "2016-02-18 11:09:52 UTC" }, { "number": "3.0.6.1", "published_at": "2016-02-18 13:06:13 UTC" }, { "number": "3.0.7", "published_at": "2016-02-23 17:03:55 UTC" }, { "number": "3.0.8", "published_at": "2016-03-16 09:01:34 UTC" }, { "number": "3.0.9", "published_at": "2016-05-12 09:38:21 UTC" }, { "number": "3.1.0", "published_at": "2016-06-15 15:56:32 UTC" }, { "number": "3.1.0.rc1", "published_at": "2016-04-07 08:29:38 UTC" }, { "number": "3.1.0.rc2", "published_at": "2016-05-05 13:29:26 UTC" }, { "number": "3.1.0.rc3", "published_at": "2016-05-12 08:50:43 UTC" }, { "number": "3.1.0.rc4", "published_at": "2016-06-13 13:16:05 UTC" }, { "number": "3.1.1", "published_at": "2016-08-16 09:51:03 UTC" }, { "number": "3.1.10", "published_at": "2017-09-22 14:46:42 UTC" }, { "number": "3.1.11", "published_at": "2017-12-08 09:12:04 UTC" }, { "number": "3.1.12", "published_at": "2017-12-12 17:53:14 UTC" }, { "number": "3.1.13", "published_at": "2018-06-07 11:04:36 UTC" }, { "number": "3.1.14", "published_at": "2019-01-24 13:13:13 UTC" }, { "number": "3.1.2", "published_at": "2016-11-15 12:10:20 UTC" }, { "number": "3.1.3", "published_at": "2016-11-30 14:20:33 UTC" }, { "number": "3.1.4", "published_at": "2017-03-14 08:15:22 UTC" }, { "number": "3.1.5", "published_at": "2017-04-04 14:43:47 UTC" }, { "number": "3.1.6", "published_at": "2017-07-28 08:53:42 UTC" }, { "number": "3.1.7", "published_at": "2017-08-03 13:05:55 UTC" }, { "number": "3.1.8", "published_at": "2017-09-11 12:08:15 UTC" }, { "number": "3.1.9", "published_at": "2017-09-18 10:38:21 UTC" }, { "number": "3.2.0", "published_at": "2017-03-17 18:06:49 UTC" }, { "number": "3.2.0.rc1", "published_at": "2016-12-07 11:34:27 UTC" }, { "number": "3.2.0.rc2", "published_at": "2016-12-20 11:30:36 UTC" }, { "number": "3.2.0.rc3", "published_at": "2017-02-22 16:28:17 UTC" }, { "number": "3.2.1", "published_at": "2017-04-04 14:39:22 UTC" }, { "number": "3.2.2", "published_at": "2017-07-28 11:53:57 UTC" }, { "number": "3.2.3", "published_at": "2017-08-03 10:02:03 UTC" }, { "number": "3.2.4", "published_at": "2017-09-11 13:10:54 UTC" }, { "number": "3.2.5", "published_at": "2017-09-18 11:26:07 UTC" }, { "number": "3.2.6", "published_at": "2017-12-08 12:54:32 UTC" }, { "number": "3.2.7", "published_at": "2017-12-12 17:58:36 UTC" }, { "number": "3.2.8", "published_at": "2018-06-07 11:14:33 UTC" }, { "number": "3.2.9", "published_at": "2019-01-24 14:16:52 UTC" }, { "number": "3.3.0", "published_at": "2017-08-22 10:45:26 UTC" }, { "number": "3.3.0.rc1", "published_at": "2017-07-02 07:15:38 UTC" }, { "number": "3.3.0.rc2", "published_at": "2017-07-28 10:39:08 UTC" }, { "number": "3.3.0.rc3", "published_at": "2017-08-03 14:43:07 UTC" }, { "number": "3.3.0.rc4", "published_at": "2017-08-18 11:23:27 UTC" }, { "number": "3.3.1", "published_at": "2017-09-11 13:18:07 UTC" }, { "number": "3.3.2", "published_at": "2017-09-18 13:05:24 UTC" }, { "number": "3.3.3", "published_at": "2017-12-08 14:09:15 UTC" }, { "number": "3.3.4", "published_at": "2017-12-12 18:07:00 UTC" }, { "number": "3.3.5", "published_at": "2018-04-10 14:13:22 UTC" }, { "number": "3.3.6", "published_at": "2018-06-12 14:14:38 UTC" }, { "number": "3.4.0", "published_at": "2017-10-12 14:13:39 UTC" }, { "number": "3.4.0.rc1", "published_at": "2017-09-22 08:47:24 UTC" }, { "number": "3.4.0.rc2", "published_at": "2017-10-04 10:52:47 UTC" }, { "number": "3.4.1", "published_at": "2017-10-20 13:02:49 UTC" }, { "number": "3.4.2", "published_at": "2017-12-08 14:29:05 UTC" }, { "number": "3.4.3", "published_at": "2017-12-12 18:12:45 UTC" }, { "number": "3.4.4", "published_at": "2017-12-15 07:30:00 UTC" }, { "number": "3.4.5", "published_at": "2018-04-10 14:17:19 UTC" }, { "number": "3.5.0", "published_at": "2018-06-12 16:31:26 UTC" }, { "number": "3.5.0.rc1", "published_at": "2018-04-24 11:01:57 UTC" }, { "number": "3.5.0.rc2", "published_at": "2018-05-28 08:53:35 UTC" }, { "number": "3.6.0", "published_at": "2018-06-12 16:40:07 UTC" }, { "number": "3.6.0.rc1", "published_at": "2018-05-28 09:26:30 UTC" }, { "number": "3.6.1", "published_at": "2018-06-20 09:19:32 UTC" }, { "number": "3.6.2", "published_at": "2018-07-03 10:20:27 UTC" }, { "number": "3.6.3", "published_at": "2018-08-15 06:31:25 UTC" }, { "number": "3.6.4", "published_at": "2018-09-06 10:54:38 UTC" }, { "number": "3.6.5", "published_at": "2018-11-06 13:18:25 UTC" }, { "number": "3.6.6", "published_at": "2018-12-06 13:58:35 UTC" }, { "number": "3.7.0", "published_at": "2019-02-04 14:16:51 UTC" }, { "number": "3.7.0.rc1", "published_at": "2019-01-11 11:32:20 UTC" }, { "number": "3.7.0.rc2", "published_at": "2019-01-22 10:41:21 UTC" }, { "number": "3.7.0.rc3", "published_at": "2019-01-28 17:00:55 UTC" } ] }, { "name": "activestorage", "platform": "Rubygems", "description": "Attach cloud and local files in Rails applications.", "homepage": "http://rubyonrails.org", "repository_url": "https://github.com/rails/rails", "normalized_licenses": [ "MIT" ], "rank": 22, "latest_release_published_at": "2019-01-18 20:47:29 UTC", "latest_release_number": "6.0.0.beta1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/activestorage", "stars": 42209, "forks": 17032, "keywords": [ "activejob", "activerecord", "framework", "html", "mvc", "rails", "ruby" ], "latest_stable_release": "5.2.2", "latest_download_url": "https://rubygems.org/downloads/activestorage-6.0.0.beta1.gem", "dependents_count": 10, "dependent_repos_count": 13085, "latest_stable_release_number": "5.2.2", "latest_stable_release_published_at": "2018-12-04 18:14:41 UTC", "versions": [ { "number": "0.1", "published_at": "2017-07-06 14:07:36 UTC" }, { "number": "1.0.1", "published_at": "2016-10-23 12:05:18 UTC" }, { "number": "1.0.2", "published_at": "2016-10-28 10:51:52 UTC" }, { "number": "5.2.0", "published_at": "2018-04-09 20:06:40 UTC" }, { "number": "5.2.0.beta1", "published_at": "2017-11-27 18:43:00 UTC" }, { "number": "5.2.0.beta2", "published_at": "2017-11-28 05:04:03 UTC" }, { "number": "5.2.0.rc1", "published_at": "2018-01-30 23:38:33 UTC" }, { "number": "5.2.0.rc2", "published_at": "2018-03-20 17:54:36 UTC" }, { "number": "5.2.1", "published_at": "2018-08-07 21:44:20 UTC" }, { "number": "5.2.1.1", "published_at": "2018-11-27 20:13:53 UTC" }, { "number": "5.2.1.rc1", "published_at": "2018-07-30 20:21:47 UTC" }, { "number": "5.2.2", "published_at": "2018-12-04 18:14:41 UTC" }, { "number": "5.2.2.rc1", "published_at": "2018-11-28 22:55:00 UTC" }, { "number": "6.0.0.beta1", "published_at": "2019-01-18 20:47:29 UTC" } ] }, { "name": "copyfiles", "platform": "NPM", "description": "copy some files", "homepage": "https://github.com/calvinmetcalf/copyfiles", "repository_url": "https://github.com/calvinmetcalf/copyfiles", "normalized_licenses": [ "MIT" ], "rank": 22, "latest_release_published_at": "2018-09-04 13:54:23 UTC", "latest_release_number": "2.1.0", "language": "JavaScript", "status": null, "package_manager_url": "https://www.npmjs.com/package/copyfiles", "stars": 101, "forks": 15, "keywords": [ ], "latest_stable_release": "2.1.0", "latest_download_url": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.1.0.tgz", "dependents_count": 1809, "dependent_repos_count": 7464, "latest_stable_release_number": "2.1.0", "latest_stable_release_published_at": "2018-09-04 13:54:23 UTC", "versions": [ { "number": "0.0.1", "published_at": "2014-03-19 19:19:54 UTC" }, { "number": "0.1.0", "published_at": "2014-03-27 13:06:27 UTC" }, { "number": "0.1.1", "published_at": "2015-04-19 14:46:11 UTC" }, { "number": "0.1.2", "published_at": "2015-04-22 10:25:42 UTC" }, { "number": "0.2.0", "published_at": "2015-04-22 21:34:10 UTC" }, { "number": "0.2.1", "published_at": "2015-04-27 15:27:17 UTC" }, { "number": "0.2.2", "published_at": "2016-06-21 17:11:12 UTC" }, { "number": "1.0.0", "published_at": "2016-06-21 17:11:30 UTC" }, { "number": "1.1.0", "published_at": "2017-01-25 16:38:01 UTC" }, { "number": "1.1.1", "published_at": "2017-02-02 02:52:43 UTC" }, { "number": "1.2.0", "published_at": "2017-02-02 12:22:33 UTC" }, { "number": "2.0.0", "published_at": "2018-03-06 14:53:17 UTC" }, { "number": "2.1.0", "published_at": "2018-09-04 13:54:23 UTC" } ] }, { "name": "xcodeproj", "platform": "Rubygems", "description": "Xcodeproj lets you create and modify Xcode projects from Ruby. Script boring management tasks or build Xcode-friendly libraries. Also includes support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).", "homepage": "https://github.com/cocoapods/xcodeproj", "repository_url": "https://github.com/cocoapods/xcodeproj", "normalized_licenses": [ "MIT" ], "rank": 21, "latest_release_published_at": "2019-02-19 17:48:24 UTC", "latest_release_number": "1.8.1", "language": "Ruby", "status": null, "package_manager_url": "https://rubygems.org/gems/xcodeproj", "stars": 1364, "forks": 321, "keywords": [ ], "latest_stable_release": "1.8.1", "latest_download_url": "https://rubygems.org/downloads/xcodeproj-1.8.1.gem", "dependents_count": 143, "dependent_repos_count": 5652, "latest_stable_release_number": "1.8.1", "latest_stable_release_published_at": "2019-01-25 00:25:12 UTC", "versions": [ { "number": "0.0.1", "published_at": "2011-11-12 01:54:24 UTC" }, { "number": "0.0.2", "published_at": "2011-11-12 19:20:47 UTC" }, { "number": "0.1.0", "published_at": "2012-02-20 14:19:44 UTC" }, { "number": "0.10.0", "published_at": "2013-09-04 14:07:29 UTC" }, { "number": "0.10.1", "published_at": "2013-09-04 14:41:24 UTC" }, { "number": "0.11.0", "published_at": "2013-09-20 19:52:28 UTC" }, { "number": "0.11.1", "published_at": "2013-09-21 11:32:58 UTC" }, { "number": "0.12.0", "published_at": "2013-10-08 16:59:17 UTC" }, { "number": "0.13.0", "published_at": "2013-10-09 18:08:48 UTC" }, { "number": "0.13.1", "published_at": "2013-10-10 09:30:18 UTC" }, { "number": "0.14.0", "published_at": "2013-10-24 14:39:52 UTC" }, { "number": "0.14.1", "published_at": "2013-11-01 22:46:55 UTC" }, { "number": "0.15.0", "published_at": "2014-03-27 09:42:07 UTC" }, { "number": "0.15.1", "published_at": "2014-03-29 10:29:20 UTC" }, { "number": "0.15.2", "published_at": "2014-03-29 17:20:10 UTC" }, { "number": "0.15.3", "published_at": "2014-03-29 17:29:40 UTC" }, { "number": "0.16.0", "published_at": "2014-03-31 15:14:28 UTC" }, { "number": "0.16.1", "published_at": "2014-04-15 14:44:18 UTC" }, { "number": "0.17.0", "published_at": "2014-05-19 19:14:21 UTC" }, { "number": "0.18.0", "published_at": "2014-07-24 09:25:08 UTC" }, { "number": "0.19.0", "published_at": "2014-09-11 19:49:44 UTC" }, { "number": "0.19.1", "published_at": "2014-09-12 20:04:13 UTC" }, { "number": "0.19.2", "published_at": "2014-09-25 21:57:50 UTC" }, { "number": "0.19.3", "published_at": "2014-10-07 18:42:30 UTC" }, { "number": "0.19.4", "published_at": "2014-10-15 09:23:29 UTC" }, { "number": "0.2.0", "published_at": "2012-07-01 17:33:41 UTC" }, { "number": "0.20.0", "published_at": "2014-10-26 22:35:31 UTC" }, { "number": "0.20.1", "published_at": "2014-10-28 18:33:40 UTC" }, { "number": "0.20.2", "published_at": "2014-11-15 23:34:10 UTC" }, { "number": "0.2.0.rc1", "published_at": "2012-06-01 12:52:51 UTC" }, { "number": "0.2.0.rc2", "published_at": "2012-06-05 18:43:04 UTC" }, { "number": "0.2.0.rc3", "published_at": "2012-06-25 19:46:54 UTC" }, { "number": "0.2.1", "published_at": "2012-07-02 19:02:53 UTC" }, { "number": "0.21.0", "published_at": "2014-12-25 12:46:10 UTC" }, { "number": "0.21.1", "published_at": "2015-01-27 22:50:05 UTC" }, { "number": "0.21.2", "published_at": "2015-01-27 23:44:53 UTC" }, { "number": "0.2.2", "published_at": "2012-07-06 14:53:15 UTC" }, { "number": "0.22.0", "published_at": "2015-02-25 04:00:38 UTC" }, { "number": "0.2.3", "published_at": "2012-07-06 19:33:26 UTC" }, { "number": "0.23.0", "published_at": "2015-03-10 18:58:53 UTC" }, { "number": "0.23.1", "published_at": "2015-03-26 22:19:15 UTC" }, { "number": "0.24.0", "published_at": "2015-04-18 23:31:22 UTC" }, { "number": "0.24.1", "published_at": "2015-04-28 06:14:48 UTC" }, { "number": "0.24.2", "published_at": "2015-05-27 18:25:34 UTC" }, { "number": "0.24.3", "published_at": "2015-06-27 22:53:40 UTC" }, { "number": "0.25.0", "published_at": "2015-06-27 01:21:13 UTC" }, { "number": "0.25.1", "published_at": "2015-06-27 22:41:54 UTC" }, { "number": "0.26.0", "published_at": "2015-07-02 05:35:28 UTC" }, { "number": "0.26.1", "published_at": "2015-07-05 18:29:32 UTC" }, { "number": "0.26.2", "published_at": "2015-07-18 19:20:19 UTC" }, { "number": "0.26.3", "published_at": "2015-07-26 04:45:20 UTC" }, { "number": "0.27.0", "published_at": "2015-08-26 06:50:43 UTC" }, { "number": "0.27.1", "published_at": "2015-08-28 05:44:35 UTC" }, { "number": "0.27.2", "published_at": "2015-09-02 05:23:27 UTC" }, { "number": "0.28.0", "published_at": "2015-10-01 22:31:48 UTC" }, { "number": "0.28.1", "published_at": "2015-10-05 17:14:51 UTC" }, { "number": "0.28.2", "published_at": "2015-10-09 19:07:59 UTC" }, { "number": "0.3.0", "published_at": "2012-07-14 16:45:11 UTC" }, { "number": "0.3.1", "published_at": "2012-07-16 18:45:59 UTC" }, { "number": "0.3.2", "published_at": "2012-08-22 18:31:57 UTC" }, { "number": "0.3.3", "published_at": "2012-09-10 19:03:15 UTC" }, { "number": "0.3.4", "published_at": "2012-10-02 16:21:45 UTC" }, { "number": "0.3.5", "published_at": "2012-10-19 15:55:10 UTC" }, { "number": "0.4.0", "published_at": "2012-11-22 14:11:51 UTC" }, { "number": "0.4.0.rc1", "published_at": "2012-10-21 16:24:22 UTC" }, { "number": "0.4.0.rc2", "published_at": "2012-10-22 13:14:54 UTC" }, { "number": "0.4.0.rc3", "published_at": "2012-10-23 20:43:02 UTC" }, { "number": "0.4.0.rc4", "published_at": "2012-10-25 12:54:18 UTC" }, { "number": "0.4.0.rc5", "published_at": "2012-10-27 13:37:34 UTC" }, { "number": "0.4.0.rc6", "published_at": "2012-11-02 22:03:03 UTC" }, { "number": "0.4.0.rc7", "published_at": "2012-11-03 17:51:48 UTC" }, { "number": "0.4.0.rc8", "published_at": "2012-11-05 13:42:51 UTC" }, { "number": "0.4.0.rc9", "published_at": "2012-11-06 20:03:42 UTC" }, { "number": "0.4.1", "published_at": "2013-01-13 20:53:29 UTC" }, { "number": "0.4.2", "published_at": "2013-01-24 10:55:19 UTC" }, { "number": "0.4.3", "published_at": "2013-02-02 18:26:22 UTC" }, { "number": "0.5.0", "published_at": "2013-02-20 19:04:56 UTC" }, { "number": "0.5.1", "published_at": "2013-02-28 20:27:49 UTC" }, { "number": "0.5.2", "published_at": "2013-03-09 16:29:56 UTC" }, { "number": "0.5.3", "published_at": "2013-04-03 22:21:51 UTC" }, { "number": "0.5.4", "published_at": "2013-04-04 19:42:27 UTC" }, { "number": "0.5.5", "published_at": "2013-04-08 13:39:49 UTC" }, { "number": "0.6.0", "published_at": "2013-05-23 14:00:32 UTC" }, { "number": "0.7.0", "published_at": "2013-06-18 14:51:10 UTC" }, { "number": "0.7.1", "published_at": "2013-07-01 10:27:05 UTC" }, { "number": "0.8.0", "published_at": "2013-07-03 17:15:13 UTC" }, { "number": "0.8.1", "published_at": "2013-07-10 21:40:08 UTC" }, { "number": "0.9.0", "published_at": "2013-08-02 07:48:32 UTC" }, { "number": "1.0.0", "published_at": "2016-05-10 14:45:18 UTC" }, { "number": "1.0.0.beta.1", "published_at": "2015-12-30 22:36:55 UTC" }, { "number": "1.0.0.beta.2", "published_at": "2015-12-30 22:43:35 UTC" }, { "number": "1.0.0.beta.3", "published_at": "2016-02-24 05:22:41 UTC" }, { "number": "1.0.0.beta.4", "published_at": "2016-04-14 23:39:16 UTC" }, { "number": "1.0.0.rc.1", "published_at": "2016-04-30 03:02:18 UTC" }, { "number": "1.0.0.rc.2", "published_at": "2016-05-04 20:53:39 UTC" }, { "number": "1.1.0", "published_at": "2016-06-01 10:13:00 UTC" }, { "number": "1.2.0", "published_at": "2016-07-11 03:50:35 UTC" }, { "number": "1.3.0", "published_at": "2016-09-02 20:49:28 UTC" }, { "number": "1.3.1", "published_at": "2016-09-10 18:27:25 UTC" }, { "number": "1.3.2", "published_at": "2016-10-10 19:40:06 UTC" }, { "number": "1.3.3", "published_at": "2016-10-20 09:21:35 UTC" }, { "number": "1.4.0", "published_at": "2016-10-28 01:16:10 UTC" }, { "number": "1.4.1", "published_at": "2016-11-02 18:45:25 UTC" }, { "number": "1.4.2", "published_at": "2016-12-19 11:12:04 UTC" }, { "number": "1.4.3", "published_at": "2017-03-31 16:15:01 UTC" }, { "number": "1.4.4", "published_at": "2017-04-07 20:55:09 UTC" }, { "number": "1.5.0", "published_at": "2017-06-06 17:57:06 UTC" }, { "number": "1.5.1", "published_at": "2017-07-19 18:32:42 UTC" }, { "number": "1.5.2", "published_at": "2017-09-24 09:52:13 UTC" }, { "number": "1.5.3", "published_at": "2017-10-24 10:16:18 UTC" }, { "number": "1.5.4", "published_at": "2017-12-16 21:26:32 UTC" }, { "number": "1.5.5", "published_at": "2018-02-02 02:45:12 UTC" }, { "number": "1.5.6", "published_at": "2018-02-04 05:27:50 UTC" }, { "number": "1.5.7", "published_at": "2018-03-22 23:59:37 UTC" }, { "number": "1.5.8", "published_at": "2018-05-09 15:45:29 UTC" }, { "number": "1.5.9", "published_at": "2018-05-15 04:56:21 UTC" }, { "number": "1.6.0", "published_at": "2018-08-16 23:06:10 UTC" }, { "number": "1.7.0", "published_at": "2018-10-17 17:23:29 UTC" }, { "number": "1.8.0", "published_at": "2019-01-25 00:25:12 UTC" }, { "nu