package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "requires-port@1.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "requires-port@1.0.0",
  10. "_id": "requires-port@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=",
  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. "/original/url-parse",
  28. "/url-parse"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  31. "_spec": "1.0.0",
  32. "_where": "D:\\projects\\dealer_front",
  33. "author": {
  34. "name": "Arnout Kazemier"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/unshiftio/requires-port/issues"
  38. },
  39. "description": "Check if a protocol requires a certain port number to be added to an URL.",
  40. "devDependencies": {
  41. "assume": "1.3.x",
  42. "istanbul": "0.4.x",
  43. "mocha": "2.3.x",
  44. "pre-commit": "1.1.x"
  45. },
  46. "homepage": "https://github.com/unshiftio/requires-port",
  47. "keywords": [
  48. "port",
  49. "require",
  50. "http",
  51. "https",
  52. "ws",
  53. "wss",
  54. "gopher",
  55. "file",
  56. "ftp",
  57. "requires",
  58. "requried",
  59. "portnumber",
  60. "url",
  61. "parsing",
  62. "validation",
  63. "cows"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "requires-port",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/unshiftio/requires-port.git"
  71. },
  72. "scripts": {
  73. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  74. "coverage": "istanbul cover _mocha -- test.js",
  75. "test": "mocha test.js",
  76. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  77. "watch": "mocha --watch test.js"
  78. },
  79. "version": "1.0.0"
  80. }