package.json 2.2 KB

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