package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. "/url-parse"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  23. "_shasum": "925d2601d39ac485e091cf0da5c6e694dc3dcaff",
  24. "_spec": "requires-port@^1.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\http-proxy",
  26. "author": {
  27. "name": "Arnout Kazemier"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/unshiftio/requires-port/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Check if a protocol requires a certain port number to be added to an URL.",
  35. "devDependencies": {
  36. "assume": "1.3.x",
  37. "istanbul": "0.4.x",
  38. "mocha": "2.3.x",
  39. "pre-commit": "1.1.x"
  40. },
  41. "homepage": "https://github.com/unshiftio/requires-port",
  42. "keywords": [
  43. "port",
  44. "require",
  45. "http",
  46. "https",
  47. "ws",
  48. "wss",
  49. "gopher",
  50. "file",
  51. "ftp",
  52. "requires",
  53. "requried",
  54. "portnumber",
  55. "url",
  56. "parsing",
  57. "validation",
  58. "cows"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "requires-port",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/unshiftio/requires-port.git"
  66. },
  67. "scripts": {
  68. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  69. "coverage": "istanbul cover _mocha -- test.js",
  70. "test": "mocha test.js",
  71. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  72. "watch": "mocha --watch test.js"
  73. },
  74. "version": "1.0.0"
  75. }