package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "tar-stream@^2.0.0",
  3. "_id": "tar-stream@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UaF6FoJ32WqALZGOIAApXx+OdxhekNMChu6axLJR85zMMjXKWFGjbIRe+J6P4UnRGg9rAwWvbTT0oI7hD/Un7Q==",
  6. "_location": "/tar-stream",
  7. "_phantomChildren": {
  8. "buffer": "5.6.0",
  9. "inherits": "2.0.3",
  10. "string_decoder": "1.1.1",
  11. "util-deprecate": "1.0.2"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "tar-stream@^2.0.0",
  17. "name": "tar-stream",
  18. "escapedName": "tar-stream",
  19. "rawSpec": "^2.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^2.0.0"
  22. },
  23. "_requiredBy": [
  24. "/tar-fs"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.1.2.tgz",
  27. "_shasum": "6d5ef1a7e5783a95ff70b69b97455a5968dc1325",
  28. "_spec": "tar-stream@^2.0.0",
  29. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\tar-fs",
  30. "author": {
  31. "name": "Mathias Buus",
  32. "email": "mathiasbuus@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/tar-stream/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "bl": "^4.0.1",
  40. "end-of-stream": "^1.4.1",
  41. "fs-constants": "^1.0.0",
  42. "inherits": "^2.0.3",
  43. "readable-stream": "^3.1.1"
  44. },
  45. "deprecated": false,
  46. "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.",
  47. "devDependencies": {
  48. "concat-stream": "^2.0.0",
  49. "standard": "^12.0.1",
  50. "tape": "^4.9.2"
  51. },
  52. "directories": {
  53. "test": "test"
  54. },
  55. "files": [
  56. "*.js",
  57. "LICENSE"
  58. ],
  59. "homepage": "https://github.com/mafintosh/tar-stream",
  60. "keywords": [
  61. "tar",
  62. "tarball",
  63. "parse",
  64. "parser",
  65. "generate",
  66. "generator",
  67. "stream",
  68. "stream2",
  69. "streams",
  70. "streams2",
  71. "streaming",
  72. "pack",
  73. "extract",
  74. "modify"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "tar-stream",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/mafintosh/tar-stream.git"
  82. },
  83. "scripts": {
  84. "test": "standard && tape test/extract.js test/pack.js",
  85. "test-all": "standard && tape test/*.js"
  86. },
  87. "version": "2.1.2"
  88. }