package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "portfinder@1.0.32",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "portfinder@1.0.32",
  10. "_id": "portfinder@1.0.32",
  11. "_inBundle": false,
  12. "_integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==",
  13. "_location": "/portfinder",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "portfinder@1.0.32",
  19. "name": "portfinder",
  20. "escapedName": "portfinder",
  21. "rawSpec": "1.0.32",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.32"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/",
  27. "/webpack-dev-server"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz",
  30. "_spec": "1.0.32",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Charlie Robbins",
  34. "email": "charlie.robbins@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/http-party/node-portfinder/issues"
  38. },
  39. "dependencies": {
  40. "async": "^2.6.4",
  41. "debug": "^3.2.7",
  42. "mkdirp": "^0.5.6"
  43. },
  44. "description": "A simple tool to find an open port on the current machine",
  45. "devDependencies": {
  46. "vows": "^0.8.3"
  47. },
  48. "engines": {
  49. "node": ">= 0.12.0"
  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": "vows test/*-test.js --spec"
  69. },
  70. "types": "./lib/portfinder.d.ts",
  71. "version": "1.0.32"
  72. }