package.json 545 B

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