Comparing version 1.2.13 to 1.2.14
{ | ||
"name": "imq", | ||
"version": "1.2.13", | ||
"version": "1.2.14", | ||
"description": "Simple JSON-based messaging queue for inter service communication", | ||
"scripts": { | ||
"prepublish": "./node_modules/.bin/tsc", | ||
"test": "./node_modules/.bin/tsc && ./node_modules/.bin/nyc mocha && /usr/bin/env node -e \"require('opn')('file://`pwd`/coverage/index.html');process.exit(0)\"", | ||
"test": "./node_modules/.bin/tsc && ./node_modules/.bin/nyc mocha && ./node_modules/.bin/nyc report --reporter=text-lcov | coveralls && /usr/bin/env node -e \"require('opn')('file://`pwd`/coverage/index.html');process.exit(0)\"", | ||
"test-local": "export COVERALLS_REPO_TOKEN=$IMQ_COVERALLS_TOKEN && npm test", | ||
"test-dev": "npm run test && npm run clean-js && npm run clean-typedefs && npm run clean-maps", | ||
@@ -34,11 +35,13 @@ "clean-typedefs": "find . -name '*.d.ts' -not -wholename '*node_modules*' -not -wholename '*generator*' -type f -delete", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/microtime": "^2.1.0", | ||
"@types/node": "^9.4.6", | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^2.2.48", | ||
"@types/mock-require": "^2.0.0", | ||
"@types/node": "^9.4.6", | ||
"@types/sinon": "^4.3.0", | ||
"@types/yargs": "^11.0.0", | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.0", | ||
"mocha": "^5.0.1", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"mock-require": "^3.0.1", | ||
@@ -48,9 +51,9 @@ "nodeaffinity": "^0.1.0", | ||
"opn": "^5.2.0", | ||
"reflect-metadata": "^0.1.12", | ||
"sinon": "^4.4.2", | ||
"yargs": "^11.0.0", | ||
"reflect-metadata": "^0.1.12", | ||
"source-map-support": "^0.5.3", | ||
"ts-node": "^5.0.1", | ||
"typedoc": "^0.10.0", | ||
"typescript": "^2.7.2" | ||
"typescript": "^2.7.2", | ||
"yargs": "^11.0.0" | ||
}, | ||
@@ -73,6 +76,7 @@ "main": "index.js", | ||
"reporter": [ | ||
"html", | ||
"text", | ||
"html" | ||
"text-summary" | ||
] | ||
} | ||
} |
# I Message Queue (imq) | ||
[![Build Status](https://travis-ci.org/imqueue/imq.svg?branch=master)](https://travis-ci.org/imqueue/imq) [![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/imq/master/LICENSE) | ||
[![Build Status](https://travis-ci.org/imqueue/imq.svg?branch=master)](https://travis-ci.org/imqueue/imq) [![Coverage Status](https://coveralls.io/repos/github/imqueue/imq/badge.svg?branch=master)](https://coveralls.io/github/imqueue/imq?branch=master) [![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/imq/master/LICENSE) | ||
@@ -5,0 +5,0 @@ Simple JSON-based messaging queue for inter service communication |
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
74267
22