UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

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