package.json (578B)
1 { 2 "name": "process-nextick-args", 3 "version": "2.0.1", 4 "description": "process.nextTick but always with args", 5 "main": "index.js", 6 "files": [ 7 "index.js" 8 ], 9 "scripts": { 10 "test": "node test.js" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/calvinmetcalf/process-nextick-args.git" 15 }, 16 "author": "", 17 "license": "MIT", 18 "bugs": { 19 "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" 20 }, 21 "homepage": "https://github.com/calvinmetcalf/process-nextick-args", 22 "devDependencies": { 23 "tap": "~0.2.6" 24 } 25 }