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.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "download@^6.2.2",
  3. "_id": "download@6.2.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==",
  6. "_location": "/download",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "download@^6.2.2",
  12. "name": "download",
  13. "escapedName": "download",
  14. "rawSpec": "^6.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.2"
  17. },
  18. "_requiredBy": [
  19. "/bin-build"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/download/-/download-6.2.5.tgz",
  22. "_shasum": "acd6a542e4cd0bb42ca70cfc98c9e43b07039714",
  23. "_spec": "download@^6.2.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-build",
  25. "author": {
  26. "name": "Kevin Mårtensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/download/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "caw": "^2.0.0",
  36. "content-disposition": "^0.5.2",
  37. "decompress": "^4.0.0",
  38. "ext-name": "^5.0.0",
  39. "file-type": "5.2.0",
  40. "filenamify": "^2.0.0",
  41. "get-stream": "^3.0.0",
  42. "got": "^7.0.0",
  43. "make-dir": "^1.0.0",
  44. "p-event": "^1.0.0",
  45. "pify": "^3.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Download and extract files",
  49. "devDependencies": {
  50. "ava": "*",
  51. "is-zip": "^1.0.0",
  52. "nock": "^9.0.2",
  53. "path-exists": "^3.0.0",
  54. "random-buffer": "^0.1.0",
  55. "rimraf": "^2.2.8",
  56. "xo": "*"
  57. },
  58. "engines": {
  59. "node": ">=4"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/kevva/download#readme",
  65. "keywords": [
  66. "download",
  67. "extract",
  68. "http",
  69. "request",
  70. "url"
  71. ],
  72. "license": "MIT",
  73. "name": "download",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/kevva/download.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava"
  80. },
  81. "version": "6.2.5"
  82. }