UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

74 lines (73 loc) 1.73 kB
{ "name": "unzip", "version": "0.1.9", "description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream", "author": { "name": "Evan Oxfeld", "email": "evan.oxfeld@nearinfinity.com" }, "maintainers": [ { "name": "evanoxfeld", "email": "eoxfeld@gmail.com" }, { "name": "joeferner", "email": "joe@fernsroth.com" } ], "repository": { "type": "git", "url": "git+https://github.com/nearinfinity/node-unzip.git" }, "license": "MIT", "dependencies": { "fstream": "~0.1.21", "pullstream": "~0.4.0", "binary": "~0.3.0", "readable-stream": "~1.0.0", "setimmediate": "~1.0.1", "match-stream": "~0.0.2" }, "devDependencies": { "tap": "~0.3.0", "temp": "~0.4.0", "dirdiff": "~0.0.1", "stream-buffers": "~0.2.3" }, "directories": { "example": "examples", "test": "test" }, "keywords": [ "zip", "unzip", "zlib", "uncompress", "archive", "stream", "extract" ], "main": "unzip.js", "scripts": { "test": "tap ./test/*.js" }, "bugs": { "url": "https://github.com/nearinfinity/node-unzip/issues" }, "_id": "unzip@0.1.9", "dist": { "shasum": "12ac4d05c0a19fc4546df4c50ae0a7f4706a9424", "tarball": "https://registry.npmjs.org/unzip/-/unzip-0.1.9.tgz" }, "_from": "unzip@0.1.9", "_npmVersion": "1.2.32", "_npmUser": { "name": "evanoxfeld", "email": "eoxfeld@gmail.com" }, "_shasum": "12ac4d05c0a19fc4546df4c50ae0a7f4706a9424", "_resolved": "https://registry.npmjs.org/unzip/-/unzip-0.1.9.tgz", "readme": "ERROR: No README data found!", "homepage": "https://github.com/nearinfinity/node-unzip#readme" }