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.

110 lines
2.8 KiB

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