| { |
| "author": "", |
| "bugs": { |
| "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" |
| }, |
| "description": "process.nextTick but always with args", |
| "devDependencies": { |
| "tap": "~0.2.6" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/calvinmetcalf/process-nextick-args", |
| "license": "MIT", |
| "main": "index.js", |
| "name": "process-nextick-args", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/calvinmetcalf/process-nextick-args.git" |
| }, |
| "scripts": { |
| "test": "node test.js" |
| }, |
| "version": "2.0.1" |
| } |