package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "tar-stream@^2.2.0",
  3. "_id": "tar-stream@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
  6. "_location": "/tar-stream",
  7. "_phantomChildren": {
  8. "inherits": "2.0.3",
  9. "string_decoder": "1.1.1",
  10. "util-deprecate": "1.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "tar-stream@^2.2.0",
  16. "name": "tar-stream",
  17. "escapedName": "tar-stream",
  18. "rawSpec": "^2.2.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.2.0"
  21. },
  22. "_requiredBy": [
  23. "/archiver"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
  26. "_shasum": "acad84c284136b060dc3faa64474aa9aebd77287",
  27. "_spec": "tar-stream@^2.2.0",
  28. "_where": "D:\\Thasleembanu\\Project\\Laps 2\\09-May-2023_Revathi\\BPM-UI\\node_modules\\archiver",
  29. "author": {
  30. "name": "Mathias Buus",
  31. "email": "mathiasbuus@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mafintosh/tar-stream/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "bl": "^4.0.3",
  39. "end-of-stream": "^1.4.1",
  40. "fs-constants": "^1.0.0",
  41. "inherits": "^2.0.3",
  42. "readable-stream": "^3.1.1"
  43. },
  44. "deprecated": false,
  45. "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
  46. "devDependencies": {
  47. "concat-stream": "^2.0.0",
  48. "standard": "^12.0.1",
  49. "tape": "^4.9.2"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "engines": {
  55. "node": ">=6"
  56. },
  57. "files": [
  58. "*.js",
  59. "LICENSE"
  60. ],
  61. "homepage": "https://github.com/mafintosh/tar-stream",
  62. "keywords": [
  63. "tar",
  64. "tarball",
  65. "parse",
  66. "parser",
  67. "generate",
  68. "generator",
  69. "stream",
  70. "stream2",
  71. "streams",
  72. "streams2",
  73. "streaming",
  74. "pack",
  75. "extract",
  76. "modify"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "tar-stream",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/mafintosh/tar-stream.git"
  84. },
  85. "scripts": {
  86. "test": "standard && tape test/extract.js test/pack.js",
  87. "test-all": "standard && tape test/*.js"
  88. },
  89. "version": "2.2.0"
  90. }