| 1234567891011121314151617181920212223 |
- {
- "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"
- }
- }
|