UNPKG

xza

Version:
66 lines (65 loc) 1.37 kB
{ "name": "xza", "version": "2.17.4", "engines": { "node": ">=8.6.0" }, "scripts": { "test": "ava", "watch": "ava --watch", "cover": "nyc ava", "report": "nyc --reporter=lcov ava", "update:snap": "ava --update-snapshots" }, "repository": { "type": "git", "url": "https://github.com/mick-whats/xza-node" }, "bugs": { "url": "https://github.com/mick-whats/xza-node/issues" }, "keywords": [ "lodash", "Useful", "functions", "mixin" ], "dependencies": { "big.js": "^5.1.2", "bizday": "^2.0.2", "moment-mini": "^2.22.1", "object-sizeof": "^1.2.0", "objelity": "^1.1.2", "pretty-bytes": "^5.1.0" }, "devDependencies": { "ava": "0.25.0", "coveralls": "^3.0.2", "eslint": "^5.9.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsdoc": "^3.9.1", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "nyc": "^11.9.0", "prettier": "^1.15.3" }, "ava": { "files": [ "test/*.js" ], "source": [ "**/*.js" ], "failFast": false, "serial": false, "tap": false, "verbose": false, "color": true, "watch": false }, "main": "lib/index.js", "license": "MIT", "author": "mick-whats" }