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.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "requires-port@^1.0.0",
  3. "_id": "requires-port@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
  6. "_location": "/requires-port",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "requires-port@^1.0.0",
  12. "name": "requires-port",
  13. "escapedName": "requires-port",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/http-proxy"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  22. "_shasum": "925d2601d39ac485e091cf0da5c6e694dc3dcaff",
  23. "_spec": "requires-port@^1.0.0",
  24. "_where": "C:\\Users\\ittnerpa60944\\source\\repos\\MDTWebApp\\code\\code\\node_modules\\http-proxy",
  25. "author": {
  26. "name": "Arnout Kazemier"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/unshiftio/requires-port/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Check if a protocol requires a certain port number to be added to an URL.",
  34. "devDependencies": {
  35. "assume": "1.3.x",
  36. "istanbul": "0.4.x",
  37. "mocha": "2.3.x",
  38. "pre-commit": "1.1.x"
  39. },
  40. "homepage": "https://github.com/unshiftio/requires-port",
  41. "keywords": [
  42. "port",
  43. "require",
  44. "http",
  45. "https",
  46. "ws",
  47. "wss",
  48. "gopher",
  49. "file",
  50. "ftp",
  51. "requires",
  52. "requried",
  53. "portnumber",
  54. "url",
  55. "parsing",
  56. "validation",
  57. "cows"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "requires-port",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/unshiftio/requires-port.git"
  65. },
  66. "scripts": {
  67. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  68. "coverage": "istanbul cover _mocha -- test.js",
  69. "test": "mocha test.js",
  70. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  71. "watch": "mocha --watch test.js"
  72. },
  73. "version": "1.0.0"
  74. }