UNPKG

motion

Version:

motion - moving development forward

54 lines (53 loc) 2.27 kB
{ "_args": [ [ "process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz", "/Users/nw/flint/packages/flint" ] ], "_from": "process-nextick-args@>=1.0.6 <1.1.0", "_id": "process-nextick-args@1.0.6", "_inCache": true, "_location": "/process-nextick-args", "_phantomChildren": {}, "_requested": { "name": "process-nextick-args", "raw": "process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz", "rawSpec": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz", "scope": null, "spec": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz", "type": "remote" }, "_requiredBy": [ "/readable-stream" ], "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz", "_shasum": "0f96b001cea90b12592ce566edb97ec11e69bd05", "_shrinkwrap": null, "_spec": "process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.6.tgz", "_where": "/Users/nw/flint/packages/flint", "author": "", "bugs": { "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" }, "dependencies": {}, "description": "process.nextTick but always with args", "devDependencies": { "tap": "~0.2.6" }, "homepage": "https://github.com/calvinmetcalf/process-nextick-args", "license": "MIT", "main": "index.js", "name": "process-nextick-args", "optionalDependencies": {}, "readme": "process-nextick-args\n=====\n\n[![Build Status](https://travis-ci.org/calvinmetcalf/process-nextick-args.svg?branch=master)](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", "repository": { "type": "git", "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git" }, "scripts": { "test": "node test.js" }, "version": "1.0.6" }