UNPKG

zippycli

Version:
118 lines (117 loc) 2.99 kB
{ "name": "zippycli", "description": "An unofficial Zippyshare CLI", "version": "1.4.2", "keywords": [ "Zippyshare", "Zippyshare.com", "download", "cli" ], "main": "lib/index", "exports": { "./module.mjs": "./module.mjs", ".": [ { "import": "./lib/index.mjs", "require": "./lib/index.js", "default": "./lib/index.js" }, "./lib/index.js" ] }, "types": "lib/index.d.ts", "module": "module.mjs", "bin": { "zippycli": "./bin/run" }, "engines": { "node": ">=10.13.0" }, "scripts": { "clean": "gulp clean", "lint": "gulp lint", "format": "gulp format", "formatted": "gulp formatted", "build": "gulp build", "test": "gulp test", "all": "gulp all", "watch": "gulp watch", "prepack": "gulp prepack" }, "repository": "https://github.com/JrMasterModelBuilder/zippycli.git", "bugs": "https://github.com/JrMasterModelBuilder/zippycli/issues", "author": "JrMasterModelBuilder", "copyright": "Copyright (c) 2019-2021 JrMasterModelBuilder", "license": "MPL-2.0", "dependencies": { "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.4", "abort-controller": "^3.0.0", "fs-extra": "^10.0.0", "node-fetch": "^2.6.9", "source-map-support": "^0.5.21", "zs-extract": "^1.4.2" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@babel/register": "^7.16.0", "@oclif/dev-cli": "^1.26.0", "@oclif/test": "^1.2.8", "@types/dateformat": "^5.0.0", "@types/fs-extra": "^9.0.13", "@types/gulp": "^4.0.9", "@types/gulp-babel": "^6.1.30", "@types/gulp-filter": "^3.0.34", "@types/gulp-insert": "^0.5.8", "@types/gulp-rename": "^2.0.1", "@types/gulp-replace": "0.0.31", "@types/gulp-sourcemaps": "0.0.35", "@types/jasmine": "^3.10.2", "@types/node": "^16.11.7", "@types/node-fetch": "^2.5.12", "@types/source-map-support": "^0.5.4", "@typescript-eslint/eslint-plugin": "^5.3.1", "@typescript-eslint/parser": "^5.3.1", "babel-plugin-esm-resolver": "^2.2.0", "chai": "^4.3.4", "del": "^6.0.0", "eslint": "^8.2.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsdoc": "^37.0.3", "execa": "^5.1.1", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-filter": "^7.0.0", "gulp-insert": "^0.5.0", "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.3", "gulp-sourcemaps": "^3.0.0", "jasmine": "^3.10.0", "jasmine-core": "^3.10.1", "jasmine-spec-reporter": "^7.0.0", "prettier": "^2.4.1", "ts-node": "^10.4.0", "typescript": "^4.4.4" }, "files": [ "README.md", "LICENSE.txt", "/bin", "/lib", "/module.mjs", "/oclif.manifest.json" ], "oclif": { "commands": "./lib/commands", "bin": "zippycli", "plugins": [ "@oclif/plugin-help" ], "description": "zippycli - An unofficial Zippyshare CLI\nCopyright (c) 2019-2021 JrMasterModelBuilder\nLicensed under the Mozilla Public License, v. 2.0" } }