Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
        "scope": null,
        "escapedName": "process-nextick-args",
        "name": "process-nextick-args",
        "rawSpec": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
        "spec": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
        "type": "remote"
      },
      "/home/brktbldr/jenkins/nb/label/linux64/brackets/dist"
    ]
  ],
  "_from": "process-nextick-args@>=1.0.6 <1.1.0",
  "_id": "process-nextick-args@1.0.7",
  "_inCache": true,
  "_location": "/process-nextick-args",
  "_phantomChildren": {},
  "_requested": {
    "raw": "process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
    "scope": null,
    "escapedName": "process-nextick-args",
    "name": "process-nextick-args",
    "rawSpec": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
    "spec": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
    "type": "remote"
  },
  "_requiredBy": [
    "/",
    "/readable-stream"
  ],
  "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  "_shasum": "150e20b756590ad3f91093f25a4f2ad8bff30ba3",
  "_shrinkwrap": null,
  "_spec": "process-nextick-args@https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz",
  "_where": "/home/brktbldr/jenkins/nb/label/linux64/brackets/dist",
  "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.7"
}