promise-queue
Advanced tools
Comparing version 2.1.1 to 2.1.2
/* global define, Promise */ | ||
(function (root, factory) { | ||
'use strict'; | ||
if (typeof exports === 'object') { | ||
if (typeof module === 'object' && module.exports && typeof require === 'function') { | ||
// CommonJS | ||
module.exports = factory(); | ||
} else if (typeof define === 'function' && define.amd) { | ||
} else if (typeof define === 'function' && typeof define.amd === 'object') { | ||
// AMD. Register as an anonymous module. | ||
@@ -9,0 +9,0 @@ define(factory); |
{ | ||
"author" : "Mikhail Davydov <i@azproduction.ru>", | ||
"description" : "Promise-based queue", | ||
"name" : "promise-queue", | ||
"version" : "2.1.1", | ||
"contributors" : [ | ||
{ | ||
"name": "Mikhail Davydov", | ||
"email": "i@azproduction.ru" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/azproduction/promise-queue.git" | ||
}, | ||
"engines" : { | ||
"node": ">= 0.8.0" | ||
}, | ||
"devDependencies" : { | ||
"jshint": "2.1.3", | ||
"mocha": "1.11.0", | ||
"jscs": "1.0.0", | ||
"istanbul": "0.1.39", | ||
"chai": "*", | ||
"sinon": "*", | ||
"vow": "0.4.1", | ||
"sinon-chai": "*", | ||
"mocha-istanbul": "*", | ||
"coveralls": "*" | ||
}, | ||
"scripts": { | ||
"test" : "make validate", | ||
"lint": "make lint", | ||
"coverage": "make coverage", | ||
"clean": "make clean" | ||
"author": "Mikhail Davydov <i@azproduction.ru>", | ||
"description": "Promise-based queue", | ||
"name": "promise-queue", | ||
"version": "2.1.2", | ||
"contributors": [ | ||
{ | ||
"name": "Mikhail Davydov", | ||
"email": "i@azproduction.ru" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/azproduction/promise-queue.git" | ||
}, | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
}, | ||
"devDependencies": { | ||
"jshint": "2.1.3", | ||
"mocha": "1.11.0", | ||
"jscs": "1.0.0", | ||
"istanbul": "0.1.39", | ||
"chai": "*", | ||
"sinon": "*", | ||
"vow": "0.4.1", | ||
"sinon-chai": "*", | ||
"mocha-istanbul": "*", | ||
"coveralls": "*" | ||
}, | ||
"scripts": { | ||
"test": "make validate", | ||
"lint": "make lint", | ||
"coverage": "make coverage", | ||
"clean": "make clean" | ||
} | ||
} |
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
23528
16