UNPKG

@webqit/util

Version:

Utility functions used accross multiple JS libraries.

60 lines (59 loc) 1.46 kB
{ "name": "@webqit/util", "title": "Util", "description": "Utility functions used accross multiple JS libraries.", "keywords": [ "stdlib", "util" ], "homepage": "https://webqit.dev/tooling/util", "version": "0.8.16", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/webqit/util.git" }, "bugs": { "url": "https://github.com/webqit/util/issues" }, "type": "module", "main": "src/index.js", "scripts": { "test": "mocha --extension .test.js --exit", "test:coverage": "c8 --reporter=text-lcov npm run test | coveralls", "preversion": "npm run test", "postversion": "npm publish", "postpublish": "git push && git push --tags" }, "devDependencies": { "chai": "^4.3.4", "coveralls": "^3.1.1", "mocha": "^10.2.0", "mocha-lcov-reporter": "^1.3.0", "webpack": "^4.41.6", "webpack-cli": "^3.3.11" }, "author": "Oxford Harrison <oxharris.dev@gmail.com>", "maintainers": [ "Oxford Harrison <oxharris.dev@gmail.com>" ], "contributors": [], "funding": { "type": "patreon", "url": "https://patreon.com/ox_harris" }, "badges": { "list": [ "npmversion", "npmdownloads", "patreon" ], "config": { "patreonUsername": "ox_harris", "githubUsername": "webqit", "githubRepository": "util", "githubSlug": "webqit/util", "npmPackageName": "@webqit/util" } } }