This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "web-framework", | |
"description": "Transforms a given application state into an HTML or DOM representation. Additionally, it is also often concerned with request routing, data fetching and persistence, change propagation, input validation, user session management and build optimizations." | |
}, | |
{ | |
"name": "testing-framework", | |
"description": "Provides a CLI and an API to run software tests and report results." | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "jQuery", | |
"count": 394157, | |
"type": "dom-library", | |
"onGitHub": true, | |
"popularId": "jquery/jquery" | |
}, | |
{ | |
"name": "jQuery UI", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", | |
"2011-12-12T16:36:09Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"2013-05-20T05:37:29Z", | |
"2013-05-21T09:13:25Z", | |
"2013-05-22T18:38:51Z", | |
"2013-05-22T21:48:43Z", | |
"2013-05-25T15:49:10Z", | |
"2013-05-26T00:17:50Z", | |
"2013-05-27T19:55:31Z", | |
"2013-05-28T22:25:29Z", | |
"2013-05-29T06:30:07Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", | |
"2010-07-05T08:08:34Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", | |
"2011-05-25T23:39:40Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", | |
"2010-09-30T19:41:28Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", | |
"2009-06-26T18:56:01Z", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const driverPromise = import("dbdriver"); | |
exports.readFromDb = async (query) => { | |
return (await driverPromise).read(query); | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log(this); |