UNPKG

ut-codec

Version:
48 lines (47 loc) 1.2 kB
{ "name": "ut-codec", "version": "5.16.1", "main": "./index.js", "dependencies": { "browser-process-hrtime": "0.1.2", "iconv-lite": "0.4.15", "lodash.assign": "4.2.0", "lodash.invert": "4.3.0", "lodash.isempty": "4.4.0", "lodash.isobject": "3.0.2", "lodash.merge": "4.6.0", "lodash.omit": "4.5.0", "ut-bitsyntax": "^6.0.7", "ut-error": "^5.4.0", "blue-tape": "0.2.0" }, "devDependencies": { "adiff": "0.2.13", "ut-tools": "^5.14.4" }, "scripts": { "lint": "ut-lint .", "release": "ut-release", "changelog": "ut-changelog", "check": "ut-check", "cover": "ut-cover", "lint-js": "ut-lint-js .", "postpublish": "ut-postpublish", "postversion": "ut-postversion", "precommit": "ut-precommit", "prepublish": "ut-prepublish", "prepush": "ut-prepush", "pretest": "ut-pretest", "preversion": "ut-preversion", "test": "ut-test", "version": "ut-version", "jenkins": "ut-jenkins", "gitlab": "ut-gitlab" }, "description": "UT codec module.", "repository": { "type": "git", "url": "git@github.com:softwaregroup-bg/ut-codec.git" }, "license": "Apache-2.0" }