package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "tar-stream@^1.1.2",
  3. "_id": "tar-stream@1.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mQdgLPc/Vjfr3VWqWbfxW8yQNiJCbAZ+Gf6GDu1Cy0bdb33ofyiNGBtAY96jHFhDuivCwgW1H9DgTON+INiXgg==",
  6. "_location": "/tar-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar-stream@^1.1.2",
  12. "name": "tar-stream",
  13. "escapedName": "tar-stream",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/tar-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.5.tgz",
  22. "_shasum": "5cad84779f45c83b1f2508d96b09d88c7218af55",
  23. "_spec": "tar-stream@^1.1.2",
  24. "_where": "/home/tdedhar/Documents/viki/node_modules/tar-fs",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "email": "mathiasbuus@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/tar-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "bl": "^1.0.0",
  35. "end-of-stream": "^1.0.0",
  36. "readable-stream": "^2.0.0",
  37. "xtend": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "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.",
  41. "devDependencies": {
  42. "concat-stream": "^1.4.6",
  43. "standard": "^5.3.1",
  44. "tape": "^3.0.3"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "engines": {
  50. "node": ">= 0.8.0"
  51. },
  52. "files": [
  53. "*.js",
  54. "LICENSE"
  55. ],
  56. "homepage": "https://github.com/mafintosh/tar-stream",
  57. "keywords": [
  58. "tar",
  59. "tarball",
  60. "parse",
  61. "parser",
  62. "generate",
  63. "generator",
  64. "stream",
  65. "stream2",
  66. "streams",
  67. "streams2",
  68. "streaming",
  69. "pack",
  70. "extract",
  71. "modify"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "tar-stream",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/mafintosh/tar-stream.git"
  79. },
  80. "scripts": {
  81. "test": "standard && tape test/*.js"
  82. },
  83. "version": "1.5.5"
  84. }