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.

78 lines
2.0 KiB

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