Sha256: ffe6cf0ad6bbf14665405464ae26de559de886b323eb5f29fced37200f72bb57
Contents?: true
Size: 1.28 KB
Versions: 186
Compression:
Stored size: 1.28 KB
Contents
{ "name": "process-nextick-args", "version": "1.0.3", "description": "process.nextTick but always with args", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" }, "homepage": "https://github.com/calvinmetcalf/process-nextick-args", "devDependencies": { "tap": "~0.2.6" }, "readme": "process-nextick-args\n=====\n\n[](https://travis-ci.org/calvinmetcalf/process-nextick-args)\n\n```bash\nnpm install --save process-nextick-args\n```\n\nAlways be able to pass arguments to process.nextTick, no matter the platform\n\n```js\nvar nextTick = require('process-nextick-args');\n\nnextTick(function (a, b, c) {\n console.log(a, b, c);\n}, 'step', 3, 'profit');\n```\n", "readmeFilename": "readme.md", "_id": "process-nextick-args@1.0.3", "_shasum": "e272eed825d5e9f4ea74d8d73b1fe311c3beb630", "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz", "_from": "process-nextick-args@>=1.0.0 <1.1.0" }
Version data entries
186 entries across 62 versions & 1 rubygems