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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "tar-stream@^1.5.2",
  3. "_id": "tar-stream@1.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==",
  6. "_location": "/tar-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar-stream@^1.5.2",
  12. "name": "tar-stream",
  13. "escapedName": "tar-stream",
  14. "rawSpec": "^1.5.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.2"
  17. },
  18. "_requiredBy": [
  19. "/decompress-tar"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz",
  22. "_shasum": "8ea55dab37972253d9a9af90fdcd559ae435c555",
  23. "_spec": "tar-stream@^1.5.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-tar",
  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. "buffer-alloc": "^1.2.0",
  36. "end-of-stream": "^1.0.0",
  37. "fs-constants": "^1.0.0",
  38. "readable-stream": "^2.3.0",
  39. "to-buffer": "^1.1.1",
  40. "xtend": "^4.0.0"
  41. },
  42. "deprecated": false,
  43. "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.",
  44. "devDependencies": {
  45. "concat-stream": "^1.6.2",
  46. "standard": "^11.0.1",
  47. "tape": "^4.9.0"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "engines": {
  53. "node": ">= 0.8.0"
  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": "1.6.2"
  88. }