12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "tar-stream@^2.0.0",
- "_id": "tar-stream@2.1.2",
- "_inBundle": false,
- "_integrity": "sha512-UaF6FoJ32WqALZGOIAApXx+OdxhekNMChu6axLJR85zMMjXKWFGjbIRe+J6P4UnRGg9rAwWvbTT0oI7hD/Un7Q==",
- "_location": "/tar-stream",
- "_phantomChildren": {
- "buffer": "5.6.0",
- "inherits": "2.0.3",
- "string_decoder": "1.1.1",
- "util-deprecate": "1.0.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tar-stream@^2.0.0",
- "name": "tar-stream",
- "escapedName": "tar-stream",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/tar-fs"
- ],
- "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.1.2.tgz",
- "_shasum": "6d5ef1a7e5783a95ff70b69b97455a5968dc1325",
- "_spec": "tar-stream@^2.0.0",
- "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\tar-fs",
- "author": {
- "name": "Mathias Buus",
- "email": "mathiasbuus@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/mafintosh/tar-stream/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "bl": "^4.0.1",
- "end-of-stream": "^1.4.1",
- "fs-constants": "^1.0.0",
- "inherits": "^2.0.3",
- "readable-stream": "^3.1.1"
- },
- "deprecated": false,
- "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.",
- "devDependencies": {
- "concat-stream": "^2.0.0",
- "standard": "^12.0.1",
- "tape": "^4.9.2"
- },
- "directories": {
- "test": "test"
- },
- "files": [
- "*.js",
- "LICENSE"
- ],
- "homepage": "https://github.com/mafintosh/tar-stream",
- "keywords": [
- "tar",
- "tarball",
- "parse",
- "parser",
- "generate",
- "generator",
- "stream",
- "stream2",
- "streams",
- "streams2",
- "streaming",
- "pack",
- "extract",
- "modify"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "tar-stream",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mafintosh/tar-stream.git"
- },
- "scripts": {
- "test": "standard && tape test/extract.js test/pack.js",
- "test-all": "standard && tape test/*.js"
- },
- "version": "2.1.2"
- }
|