package.json 1.8 KB

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