package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "tcp-port-used@1.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "tcp-port-used@1.0.2",
  10. "_id": "tcp-port-used@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-l7ar8lLUD3XS1V2lfoJlCBaeoaWo/2xfYt81hM7VlvR4RrMVFqfmzfhLVk40hAb368uitje5gPtBRL1m/DGvLA==",
  13. "_location": "/tcp-port-used",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "tcp-port-used@1.0.2",
  19. "name": "tcp-port-used",
  20. "escapedName": "tcp-port-used",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/chromedriver"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/tcp-port-used/-/tcp-port-used-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Edmond Meinfelder"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/stdargtcp-port-used/issues"
  36. },
  37. "dependencies": {
  38. "debug": "4.3.1",
  39. "is2": "^2.0.6"
  40. },
  41. "description": "A simple Node.js module to check if a TCP port is already bound.",
  42. "devDependencies": {
  43. "mocha": "^8.2.1"
  44. },
  45. "homepage": "https://github.com/stdarg/tcp-port-used",
  46. "keywords": [
  47. "tcp",
  48. "port",
  49. "available",
  50. "free",
  51. "check",
  52. "networking"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "tcp-port-used",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/stdarg/tcp-port-used.git"
  60. },
  61. "scripts": {
  62. "test": "mocha --reporter=list ./test.js"
  63. },
  64. "version": "1.0.2"
  65. }