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.

103 lines
2.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "requires-port@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/http-proxy"
  6. ]
  7. ],
  8. "_from": "requires-port@>=1.0.0 <2.0.0",
  9. "_id": "requires-port@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/requires-port",
  13. "_nodeVersion": "0.12.3",
  14. "_npmUser": {
  15. "email": "npm@3rd-Eden.com",
  16. "name": "3rdeden"
  17. },
  18. "_npmVersion": "2.14.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "requires-port",
  22. "raw": "requires-port@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/http-proxy",
  30. "/url-parse"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
  33. "_shasum": "925d2601d39ac485e091cf0da5c6e694dc3dcaff",
  34. "_shrinkwrap": null,
  35. "_spec": "requires-port@^1.0.0",
  36. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/http-proxy",
  37. "author": {
  38. "name": "Arnout Kazemier"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/unshiftio/requires-port/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Check if a protocol requires a certain port number to be added to an URL.",
  45. "devDependencies": {
  46. "assume": "1.3.x",
  47. "istanbul": "0.4.x",
  48. "mocha": "2.3.x",
  49. "pre-commit": "1.1.x"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "925d2601d39ac485e091cf0da5c6e694dc3dcaff",
  54. "tarball": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz"
  55. },
  56. "gitHead": "3a552b935dd2ddba8f2ddf9096932f0f2024edfd",
  57. "homepage": "https://github.com/unshiftio/requires-port",
  58. "keywords": [
  59. "cows",
  60. "file",
  61. "ftp",
  62. "gopher",
  63. "http",
  64. "https",
  65. "parsing",
  66. "port",
  67. "portnumber",
  68. "require",
  69. "requires",
  70. "requried",
  71. "url",
  72. "validation",
  73. "ws",
  74. "wss"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "v1",
  81. "email": "info@3rd-Eden.com"
  82. },
  83. {
  84. "name": "3rdeden",
  85. "email": "npm@3rd-Eden.com"
  86. }
  87. ],
  88. "name": "requires-port",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/unshiftio/requires-port.git"
  94. },
  95. "scripts": {
  96. "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
  97. "coverage": "istanbul cover _mocha -- test.js",
  98. "test": "mocha test.js",
  99. "test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
  100. "watch": "mocha --watch test.js"
  101. },
  102. "version": "1.0.0"
  103. }