UNPKG

@myml/js-targz

Version:

Preview tar.gz in the browser

26 lines (25 loc) 455 B
{ "name": "@myml/js-targz", "version": "0.1.1", "description": "Preview tar.gz in the browser", "main": "index.js", "types": "types/index.d.ts", "scripts": { "build": "cd src && gopherjs build -o ../index.js" }, "keywords": [ "tar", "gz", "browser", "gopherjs" ], "files": [ "src/*", "index.js", "index.js.map", "types/index.d.ts" ], "type": "commonjs", "author": "myml", "license": "MIT" }