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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "unbzip2-stream@^1.0.9",
  3. "_id": "unbzip2-stream@1.4.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==",
  6. "_location": "/unbzip2-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unbzip2-stream@^1.0.9",
  12. "name": "unbzip2-stream",
  13. "escapedName": "unbzip2-stream",
  14. "rawSpec": "^1.0.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.9"
  17. },
  18. "_requiredBy": [
  19. "/decompress-tarbz2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz",
  22. "_shasum": "b0da04c4371311df771cdc215e87f2130991ace7",
  23. "_spec": "unbzip2-stream@^1.0.9",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\decompress-tarbz2",
  25. "author": {
  26. "name": "Jan Bölsche",
  27. "email": "jan@lagomorph.de"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/regular/unbzip2-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "buffer": "^5.2.1",
  35. "through": "^2.3.8"
  36. },
  37. "deprecated": false,
  38. "description": "streaming unbzip2 implementation in pure javascript for node and browsers",
  39. "devDependencies": {
  40. "beefy": "^2.1.8",
  41. "brfs": "^1.2.0",
  42. "browserify": "^16.2.3",
  43. "concat-stream": "^1.4.7",
  44. "stream-equal": "^1.1.1",
  45. "tape": "^4.9.2",
  46. "tape-run": "^4.0.0",
  47. "uglify-js": "^3.0.10"
  48. },
  49. "files": [
  50. "index.js",
  51. "lib",
  52. "dist/unbzip2-stream.min.js"
  53. ],
  54. "homepage": "https://github.com/regular/unbzip2-stream#readme",
  55. "keywords": [
  56. "bzip",
  57. "bzip2",
  58. "bz2",
  59. "stream",
  60. "streaming",
  61. "decompress",
  62. "through"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "unbzip2-stream",
  67. "repository": {
  68. "url": "git+https://github.com/regular/unbzip2-stream.git",
  69. "type": "git"
  70. },
  71. "scripts": {
  72. "browser-test": "browserify -t brfs test/simple.js | tape-run",
  73. "download-test": "beefy test/browser/long.js --open -- -t brfs",
  74. "long-test": "tape test/extra/long.js",
  75. "prepare": "mkdir -p dist && browserify -s unbzip2Stream index.js | uglifyjs > dist/unbzip2-stream.min.js",
  76. "prepare-long-test": "head -c 104857600 < /dev/urandom | tee test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
  77. "test": "tape test/*.js"
  78. },
  79. "version": "1.4.3"
  80. }