package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "portfinder@^1.0.26",
  3. "_id": "portfinder@1.0.38",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==",
  6. "_location": "/portfinder",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "portfinder@^1.0.26",
  12. "name": "portfinder",
  13. "escapedName": "portfinder",
  14. "rawSpec": "^1.0.26",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.26"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.38.tgz",
  22. "_shasum": "e4fb3a2d888b20d2977da050e48ab5e1f57a185e",
  23. "_spec": "portfinder@^1.0.26",
  24. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Charlie Robbins",
  27. "email": "charlie.robbins@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/http-party/node-portfinder/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Erik Trom",
  36. "email": "erik.trom@gmail.com"
  37. }
  38. ],
  39. "dependencies": {
  40. "async": "^3.2.6",
  41. "debug": "^4.3.6"
  42. },
  43. "deprecated": false,
  44. "description": "A simple tool to find an open port on the current machine",
  45. "devDependencies": {
  46. "jest": "^29.7.0"
  47. },
  48. "engines": {
  49. "node": ">= 10.12"
  50. },
  51. "files": [
  52. "lib"
  53. ],
  54. "homepage": "https://github.com/http-party/node-portfinder#readme",
  55. "keywords": [
  56. "http",
  57. "ports",
  58. "utilities"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/portfinder",
  62. "name": "portfinder",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/http-party/node-portfinder.git"
  66. },
  67. "scripts": {
  68. "test": "jest --runInBand"
  69. },
  70. "types": "./lib/portfinder.d.ts",
  71. "version": "1.0.38"
  72. }