Comparing version 11.1.3 to 11.1.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.writeJsonSync = exports.writeJson = exports.writeError = exports.watch = exports.touch = exports.termPrompt = exports.tap = exports.sleep = exports.safeDecodeURIComponent = exports.safeDecodeURI = exports.resolveFiles = exports.removeBOM = exports.readJsonSync = exports.readJson = exports.readFileSync = exports.open = exports.mv = exports.logWithInfo = exports.isSymLink = exports.isRoot = exports.isJson = exports.isInstalled = exports.isHiddenFile = exports.isFile = exports.isDirectory = exports.id = exports.hasColor = exports.getUserShell = exports.getUserHome = exports.getTerminalSize = exports.getTerminalRows = exports.getTerminalColumns = exports.getStdin = exports.getNodeModules = exports.getMemoryUsage = exports.getLocalIp = exports.getLoadAverage = exports.getGlobal = exports.getFreeMemory = exports.getFreeDisk = exports.getFileExt = exports.getArgs = exports.findPort = exports.fileExists = exports.execute = exports.dir = exports.consoleClear = exports.colorize = exports.btoa = exports.basename = exports.atob = void 0; | ||
var atob_1 = require("./atob"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "atob", { enumerable: true, get: function () { return atob_1.default; } }); |
{ | ||
"name": "zeelib", | ||
"description": "Node utility library", | ||
"version": "11.1.3", | ||
"version": "11.1.4", | ||
"author": { | ||
@@ -51,15 +51,15 @@ "email": "zac@zacanger.com", | ||
"devDependencies": { | ||
"@types/node": "14.0.27", | ||
"@types/node": "14.6.4", | ||
"@types/tape": "4.13.0", | ||
"eslint": "7.6.0", | ||
"eslint-plugin-zacanger": "2.0.6", | ||
"eslint": "7.8.1", | ||
"eslint-plugin-zacanger": "2.1.0", | ||
"npm-run-all": "4.1.5", | ||
"nyc": "15.1.0", | ||
"prettier": "2.0.5", | ||
"sortpack": "2.1.6", | ||
"prettier": "2.1.1", | ||
"sortpack": "2.1.7", | ||
"tap-spec": "5.0.0", | ||
"tape": "5.0.1", | ||
"ts-node": "8.10.2", | ||
"typedoc": "0.18.0", | ||
"typescript": "3.9.7" | ||
"ts-node": "9.0.0", | ||
"typedoc": "0.19.1", | ||
"typescript": "4.0.2" | ||
}, | ||
@@ -66,0 +66,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73523
1580