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.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "portfinder@^1.0.13",
  3. "_id": "portfinder@1.0.20",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yxe4mTyDzTd59PZJY4ojZR8F+E5e97iq2ZOHPz3HDgSvYC5siNad2tLooQ5y5QHyQhc3xVqvyk/eNA3wuoa7Sw==",
  6. "_location": "/portfinder",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "portfinder@^1.0.13",
  12. "name": "portfinder",
  13. "escapedName": "portfinder",
  14. "rawSpec": "^1.0.13",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.13"
  17. },
  18. "_requiredBy": [
  19. "/http-server"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.20.tgz",
  22. "_shasum": "bea68632e54b2e13ab7b0c4775e9b41bf270e44a",
  23. "_spec": "portfinder@^1.0.13",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\http-server",
  25. "author": {
  26. "name": "Charlie Robbins",
  27. "email": "charlie.robbins@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/indexzero/node-portfinder/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "async": "^1.5.2",
  35. "debug": "^2.2.0",
  36. "mkdirp": "0.5.x"
  37. },
  38. "deprecated": false,
  39. "description": "A simple tool to find an open port on the current machine",
  40. "devDependencies": {
  41. "glob": "^6.0.4",
  42. "vows": "^0.8.2"
  43. },
  44. "engines": {
  45. "node": ">= 0.12.0"
  46. },
  47. "files": [
  48. "lib"
  49. ],
  50. "homepage": "https://github.com/indexzero/node-portfinder#readme",
  51. "keywords": [
  52. "http",
  53. "ports",
  54. "utilities"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/portfinder",
  58. "name": "portfinder",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/indexzero/node-portfinder.git"
  62. },
  63. "scripts": {
  64. "test": "vows test/*-test.js --spec"
  65. },
  66. "types": "./lib/portfinder.d.ts",
  67. "version": "1.0.20"
  68. }