提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
741 B

  1. {
  2. "name": "portfinder",
  3. "description": "A simple tool to find an open port on the current machine",
  4. "version": "1.0.38",
  5. "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  6. "contributors": [
  7. "Erik Trom <erik.trom@gmail.com>"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "git@github.com:http-party/node-portfinder.git"
  12. },
  13. "keywords": [
  14. "http",
  15. "ports",
  16. "utilities"
  17. ],
  18. "files": [
  19. "lib"
  20. ],
  21. "dependencies": {
  22. "async": "^3.2.6",
  23. "debug": "^4.3.6"
  24. },
  25. "devDependencies": {
  26. "jest": "^29.7.0"
  27. },
  28. "main": "./lib/portfinder",
  29. "types": "./lib/portfinder.d.ts",
  30. "scripts": {
  31. "test": "jest --runInBand"
  32. },
  33. "engines": {
  34. "node": ">= 10.12"
  35. },
  36. "license": "MIT"
  37. }