Skip to content
Snippets Groups Projects
Select Git revision
  • 8caec25ee7c92055f74768d8814f477478decc09
  • master default protected
  • 1.31
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
  • 4.25.0
  • 4.24.3
  • 4.24.2
  • 4.24.1
  • 4.24.0
23 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 578 B
    {
      "name": "process-nextick-args",
      "version": "2.0.1",
      "description": "process.nextTick but always with args",
      "main": "index.js",
      "files": [
        "index.js"
      ],
      "scripts": {
        "test": "node test.js"
      },
      "repository": {
        "type": "git",
        "url": "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"
      }
    }