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

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