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 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "caw@^2.0.0",
  3. "_id": "caw@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==",
  6. "_location": "/caw",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "caw@^2.0.0",
  12. "name": "caw",
  13. "escapedName": "caw",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper/download",
  20. "/download"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/caw/-/caw-2.0.1.tgz",
  23. "_shasum": "6c3ca071fc194720883c2dc5da9b074bfc7e9e95",
  24. "_spec": "caw@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\download",
  26. "author": {
  27. "name": "Kevin Mårtensson",
  28. "email": "kevinmartensson@gmail.com",
  29. "url": "github.com/kevva"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/kevva/caw/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "get-proxy": "^2.0.0",
  37. "isurl": "^1.0.0-alpha5",
  38. "tunnel-agent": "^0.6.0",
  39. "url-to-options": "^1.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "Construct HTTP/HTTPS agents for tunneling proxies",
  43. "devDependencies": {
  44. "ava": "*",
  45. "create-cert": "^1.0.4",
  46. "get-port": "^3.1.0",
  47. "got": "^7.0.0",
  48. "pify": "^3.0.0",
  49. "proxyquire": "^1.7.9",
  50. "sinon": "^2.3.1",
  51. "universal-url": "1.0.0-alpha",
  52. "xo": "*"
  53. },
  54. "engines": {
  55. "node": ">=4"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/kevva/caw#readme",
  61. "keywords": [
  62. "http",
  63. "https",
  64. "proxy",
  65. "tunnel"
  66. ],
  67. "license": "MIT",
  68. "name": "caw",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/kevva/caw.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.1",
  77. "xo": {
  78. "rules": {
  79. "ava/no-skip-test": 0
  80. }
  81. }
  82. }