Current File : //usr/local/share/.config/yarn/global/node_modules/degenerator/package.json |
{
"name": "degenerator",
"version": "1.0.4",
"description": "Turns sync functions into async generator functions",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec test/test.js"
},
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-degenerator.git"
},
"license": "MIT",
"dependencies": {
"esprima": "3.x.x",
"escodegen": "1.x.x",
"ast-types": "0.x.x"
},
"devDependencies": {
"mocha": "3.x.x"
}
}