@golemio/errors
Advanced tools
Comparing version 1.0.1 to 1.0.2-dev.342807232
150
package.json
{ | ||
"name": "@golemio/errors", | ||
"version": "1.0.1", | ||
"description": "Library of Error classes of the Golemio Data Platform System", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"build": "tsc", | ||
"build-watch": "tsc --watch --preserveWatchOutput", | ||
"test": "mocha --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit", | ||
"test-debug": "mocha --inspect-brk=9230 -b --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit", | ||
"code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register -r source-map-support/register -r dotenv/config --recursive test/*.test.ts --exit", | ||
"tslint": "tslint -p .", | ||
"generate-docs": "typedoc --out docs/typedoc src" | ||
}, | ||
"keywords": [], | ||
"author": "Operator ICT, a.s.", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/operator-ict/golemio/code/errors" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.14", | ||
"@types/chai-as-promised": "^7.1.3", | ||
"@types/debug": "^4.1.5", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^12.12.6", | ||
"@types/sinon": "^9.0.8", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"husky": "^4.3.0", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.2.1", | ||
"ts-node": "^9.0.0", | ||
"tslint": "5.11.0", | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.0.5" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.2.0", | ||
"dotenv": "^8.2.0", | ||
"winston": "^3.3.3" | ||
}, | ||
"nyc": { | ||
"check-coverage": true, | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"dist", | ||
"**/*.test.ts", | ||
"coverage", | ||
"docs", | ||
"node_modules", | ||
"src/Logger.ts" | ||
], | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
], | ||
"all": true, | ||
"lines": 0, | ||
"statements": 0, | ||
"functions": 0, | ||
"branches": 0 | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run tslint" | ||
} | ||
} | ||
"name": "@golemio/errors", | ||
"version": "1.0.2-dev.342807232", | ||
"description": "Library of Error classes of the Golemio Data Platform System", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"build": "tsc", | ||
"build-watch": "tsc --watch --preserveWatchOutput", | ||
"test": "mocha --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit", | ||
"test-debug": "mocha --inspect-brk=9230 -b --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit", | ||
"code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register -r source-map-support/register -r dotenv/config --recursive test/*.test.ts --exit", | ||
"tslint": "tslint -p .", | ||
"generate-docs": "typedoc --out docs/typedoc src" | ||
}, | ||
"keywords": [], | ||
"author": "Operator ICT, a.s.", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/operator-ict/golemio/code/errors" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.14", | ||
"@types/chai-as-promised": "^7.1.3", | ||
"@types/debug": "^4.1.5", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^12.12.6", | ||
"@types/sinon": "^9.0.8", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"husky": "^4.3.0", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.2.1", | ||
"ts-node": "^9.0.0", | ||
"tslint": "5.11.0", | ||
"typedoc": "^0.20.28", | ||
"typescript": "^4.0.5" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.2.0", | ||
"dotenv": "^8.2.0", | ||
"winston": "^3.3.3" | ||
}, | ||
"nyc": { | ||
"check-coverage": true, | ||
"extension": [ | ||
".ts", | ||
".tsx" | ||
], | ||
"exclude": [ | ||
"**/*.d.ts", | ||
"dist", | ||
"**/*.test.ts", | ||
"coverage", | ||
"docs", | ||
"node_modules", | ||
"src/Logger.ts" | ||
], | ||
"reporter": [ | ||
"text", | ||
"lcov" | ||
], | ||
"all": true, | ||
"lines": 0, | ||
"statements": 0, | ||
"functions": 0, | ||
"branches": 0 | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run tslint" | ||
} | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
38627
2