UNPKG

@zodash/down_load

Version:
71 lines (70 loc) 1.35 kB
{ "name": "@zodash/down_load", "version": "0.0.1", "description": "Download File in Browser", "keywords": [ "zodash", "save-as", "download" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/zcorky/zodash#readme", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 0, "functions": 0, "lines": 0, "statements": 0 } } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/zcorky/zodash.git" }, "scripts": { "build": "tsc", "test": "jest -w 1", "coverage": "codecov" }, "bugs": { "url": "https://github.com/zcorky/zodash/issues" }, "dependencies": { "@zodash/save-as": "^0.0.1" } }