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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "decompress-unzip@^4.0.1",
  3. "_id": "decompress-unzip@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=",
  6. "_location": "/decompress-unzip",
  7. "_phantomChildren": {
  8. "object-assign": "4.1.1",
  9. "pinkie-promise": "2.0.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "decompress-unzip@^4.0.1",
  15. "name": "decompress-unzip",
  16. "escapedName": "decompress-unzip",
  17. "rawSpec": "^4.0.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.1"
  20. },
  21. "_requiredBy": [
  22. "/decompress"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
  25. "_shasum": "deaaccdfd14aeaf85578f733ae8210f9b4848f69",
  26. "_spec": "decompress-unzip@^4.0.1",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress",
  28. "author": {
  29. "name": "Kevin Mårtensson",
  30. "email": "kevinmartensson@gmail.com",
  31. "url": "https://github.com/kevva"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/kevva/decompress-unzip/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "file-type": "^3.8.0",
  39. "get-stream": "^2.2.0",
  40. "pify": "^2.3.0",
  41. "yauzl": "^2.4.2"
  42. },
  43. "deprecated": false,
  44. "description": "decompress zip plugin",
  45. "devDependencies": {
  46. "ava": "*",
  47. "is-jpg": "^1.0.0",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=4"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/kevva/decompress-unzip#readme",
  57. "keywords": [
  58. "decompress",
  59. "decompressplugin",
  60. "extract",
  61. "zip"
  62. ],
  63. "license": "MIT",
  64. "name": "decompress-unzip",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/kevva/decompress-unzip.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "4.0.1",
  73. "xo": {
  74. "esnext": true
  75. }
  76. }