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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "decompress@^4.0.0",
  3. "_id": "decompress@4.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==",
  6. "_location": "/decompress",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "decompress@^4.0.0",
  12. "name": "decompress",
  13. "escapedName": "decompress",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-build",
  20. "/bin-wrapper/download",
  21. "/download"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/decompress/-/decompress-4.2.1.tgz",
  24. "_shasum": "007f55cc6a62c055afa37c07eb6a4ee1b773f118",
  25. "_spec": "decompress@^4.0.0",
  26. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-build",
  27. "author": {
  28. "name": "Kevin Mårtensson",
  29. "email": "kevinmartensson@gmail.com",
  30. "url": "github.com/kevva"
  31. },
  32. "ava": {
  33. "require": [
  34. "esm"
  35. ]
  36. },
  37. "bugs": {
  38. "url": "https://github.com/kevva/decompress/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "decompress-tar": "^4.0.0",
  43. "decompress-tarbz2": "^4.0.0",
  44. "decompress-targz": "^4.0.0",
  45. "decompress-unzip": "^4.0.1",
  46. "graceful-fs": "^4.1.10",
  47. "make-dir": "^1.0.0",
  48. "pify": "^2.3.0",
  49. "strip-dirs": "^2.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Extracting archives made easy",
  53. "devDependencies": {
  54. "ava": "*",
  55. "esm": "^3.2.25",
  56. "is-jpg": "^1.0.0",
  57. "path-exists": "^3.0.0",
  58. "pify": "^2.3.0",
  59. "rimraf": "^3.0.2",
  60. "xo": "*"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/kevva/decompress#readme",
  69. "keywords": [
  70. "bz2",
  71. "bzip2",
  72. "decompress",
  73. "extract",
  74. "tar",
  75. "tar.bz",
  76. "tar.gz",
  77. "zip",
  78. "unzip"
  79. ],
  80. "license": "MIT",
  81. "name": "decompress",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/kevva/decompress.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava"
  88. },
  89. "version": "4.2.1",
  90. "xo": {
  91. "rules": {
  92. "promise/prefer-await-to-then": "off"
  93. }
  94. }
  95. }