Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
465 B
19 lines
465 B
{
|
|
"name": "regenerator-runtime",
|
|
"author": "Ben Newman <bn@cs.stanford.edu>",
|
|
"description": "Runtime for Regenerator-compiled generator and async functions.",
|
|
"version": "0.13.9",
|
|
"main": "runtime.js",
|
|
"keywords": [
|
|
"regenerator",
|
|
"runtime",
|
|
"generator",
|
|
"async"
|
|
],
|
|
"sideEffects": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/regenerator/tree/master/packages/runtime"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|