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.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "get-uri@^2.0.0",
  3. "_id": "get-uri@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v7LT/s8kVjs+Tx0ykk1I+H/rbpzkHvuIq87LmeXptcf5sNWm9uQiwjNAt94SJPA1zOlCntmnOlJvVWKmzsxG8Q==",
  6. "_location": "/get-uri",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "util-deprecate": "1.0.2"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "get-uri@^2.0.0",
  19. "name": "get-uri",
  20. "escapedName": "get-uri",
  21. "rawSpec": "^2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/pac-proxy-agent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/get-uri/-/get-uri-2.0.4.tgz",
  29. "_shasum": "d4937ab819e218d4cb5ae18e4f5962bef169cc6a",
  30. "_spec": "get-uri@^2.0.0",
  31. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\pac-proxy-agent",
  32. "author": {
  33. "name": "Nathan Rajlich",
  34. "email": "nathan@tootallnate.net",
  35. "url": "http://n8.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/TooTallNate/node-get-uri/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "data-uri-to-buffer": "1",
  43. "debug": "2",
  44. "extend": "~3.0.2",
  45. "file-uri-to-path": "1",
  46. "ftp": "~0.3.10",
  47. "readable-stream": "2"
  48. },
  49. "deprecated": false,
  50. "description": "Returns a `stream.Readable` from a URI string",
  51. "devDependencies": {
  52. "ftpd": "github:sstur/nodeftpd",
  53. "mocha": "3",
  54. "st": "^0.5.5",
  55. "stream-to-array": "2"
  56. },
  57. "homepage": "https://github.com/TooTallNate/node-get-uri#readme",
  58. "keywords": [
  59. "uri",
  60. "read",
  61. "readstream",
  62. "stream",
  63. "get",
  64. "http",
  65. "https",
  66. "ftp",
  67. "file",
  68. "data",
  69. "protocol",
  70. "url"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "get-uri",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/TooTallNate/node-get-uri.git"
  78. },
  79. "scripts": {
  80. "test": "mocha --reporter spec"
  81. },
  82. "version": "2.0.4"
  83. }