package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tar-stream@^2.2.0",
  12. "name": "tar-stream",
  13. "escapedName": "tar-stream",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/archiver"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
  22. "_shasum": "acad84c284136b060dc3faa64474aa9aebd77287",
  23. "_spec": "tar-stream@^2.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\archiver",
  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": "^4.0.3",
  35. "end-of-stream": "^1.4.1",
  36. "fs-constants": "^1.0.0",
  37. "inherits": "^2.0.3",
  38. "readable-stream": "^3.1.1"
  39. },
  40. "deprecated": false,
  41. "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.",
  42. "devDependencies": {
  43. "concat-stream": "^2.0.0",
  44. "standard": "^12.0.1",
  45. "tape": "^4.9.2"
  46. },
  47. "directories": {
  48. "test": "test"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "*.js",
  55. "LICENSE"
  56. ],
  57. "homepage": "https://github.com/mafintosh/tar-stream",
  58. "keywords": [
  59. "tar",
  60. "tarball",
  61. "parse",
  62. "parser",
  63. "generate",
  64. "generator",
  65. "stream",
  66. "stream2",
  67. "streams",
  68. "streams2",
  69. "streaming",
  70. "pack",
  71. "extract",
  72. "modify"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "tar-stream",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/mafintosh/tar-stream.git"
  80. },
  81. "scripts": {
  82. "test": "standard && tape test/extract.js test/pack.js",
  83. "test-all": "standard && tape test/*.js"
  84. },
  85. "version": "2.2.0"
  86. }