es6-promise-pool
Advanced tools
Comparing version 2.4.4 to 2.4.6
@@ -0,0 +0,0 @@ (function (root, factory) { |
{ | ||
"name": "es6-promise-pool", | ||
"version": "2.4.4", | ||
"version": "2.4.6", | ||
"description": "Runs Promises in a pool that limits their concurrency.", | ||
@@ -33,14 +33,20 @@ "author": { | ||
"devDependencies": { | ||
"bluebird": "^3.4.0", | ||
"chai": "^3.2.0", | ||
"chai-as-promised": "^5.1.0", | ||
"console-stamp": "^0.2.2", | ||
"coveralls": "^2.11.4", | ||
"es6-promise": "^3.0.2", | ||
"istanbul": "^0.4.3", | ||
"mocha": "^2.2.5", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"mocha-phantomjs": "^4.0.2", | ||
"phantomjs-prebuilt": "^2.1.7", | ||
"standard": "^7.1.2" | ||
"bluebird": "^3.5.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^6.0.0", | ||
"console-stamp": "^0.2.5", | ||
"coveralls": "^2.13.0", | ||
"dirty-chai": "^1.2.2", | ||
"es6-promise": "^4.1.0", | ||
"karma": "^1.6.0", | ||
"karma-chai": "^0.1.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-mocha": "^1.3.0", | ||
"karma-phantomjs-launcher": "^1.0.4", | ||
"karma-spec-reporter": "0.0.31", | ||
"mocha": "^3.2.0", | ||
"mocha-junit-reporter": "^1.13.0", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^10.2.0", | ||
"standard": "^10.0.2" | ||
}, | ||
@@ -51,14 +57,16 @@ "engines": { | ||
"scripts": { | ||
"test": "npm run standard && npm run coverage", | ||
"standard": "node node_modules/standard/bin/cmd.js", | ||
"coverage": "node --harmony node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec && node node_modules/istanbul/lib/cli.js check-coverage", | ||
"coveralls": "node node_modules/coveralls/bin/coveralls.js <coverage/lcov.info" | ||
"test": "npm run test:lint && npm run test:node && npm run test:browser", | ||
"test:lint": "standard", | ||
"test:node": "nyc mocha test.js", | ||
"test:browser": "karma start", | ||
"test:ci": "npm run test:ci:node && npm run test:browser && npm run test:ci:report", | ||
"test:ci:node": "nyc mocha --reporter mocha-junit-reporter test.js", | ||
"test:ci:report": "nyc report --reporter text-lcov | coveralls" | ||
}, | ||
"files": [ | ||
"es6-promise-pool.js" | ||
"es6-promise-pool.js", | ||
"es6-promise-pool.d.ts" | ||
], | ||
"repository": "timdp/es6-promise-pool", | ||
"bugs": { | ||
"url": "https://github.com/timdp/es6-promise-pool/issues" | ||
}, | ||
"bugs": "https://github.com/timdp/es6-promise-pool/issues", | ||
"license": "MIT", | ||
@@ -76,5 +84,7 @@ "standard": { | ||
"beforeEach", | ||
"afterEach" | ||
"afterEach", | ||
"chai", | ||
"chaiAsPromised" | ||
] | ||
} | ||
} |
# ES6 Promise Pool | ||
[![npm](https://img.shields.io/npm/v/es6-promise-pool.svg)](https://www.npmjs.com/package/es6-promise-pool) ![Bower](https://img.shields.io/bower/v/es6-promise-pool.svg) [![Travis Build Status](https://img.shields.io/travis/timdp/es6-promise-pool/master.svg?label=travis+build)](https://travis-ci.org/timdp/es6-promise-pool) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/timdp/es6-promise-pool/master.svg?label=appveyor+build)](https://ci.appveyor.com/project/timdp/es6-promise-pool) [![Coverage Status](https://img.shields.io/coveralls/timdp/es6-promise-pool/master.svg)](https://coveralls.io/r/timdp/es6-promise-pool) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
[![npm](https://img.shields.io/npm/v/es6-promise-pool.svg)](https://www.npmjs.com/package/es6-promise-pool) ![Bower](https://img.shields.io/bower/v/es6-promise-pool.svg) [![CircleCI Build](https://img.shields.io/circleci/project/github/timdp/es6-promise-pool/master.svg?label=circleci+build)](https://circleci.com/gh/timdp/es6-promise-pool) [![AppVeyor Build](https://img.shields.io/appveyor/ci/timdp/es6-promise-pool/master.svg?label=appveyor+build)](https://ci.appveyor.com/project/timdp/es6-promise-pool) [![Coverage Status](https://img.shields.io/coveralls/timdp/es6-promise-pool/master.svg)](https://coveralls.io/r/timdp/es6-promise-pool) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
@@ -5,0 +5,0 @@ Runs `Promise`s in a pool that limits their concurrency. |
Sorry, the diff of this file is not supported yet
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
16024
5
208
18
2