123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_args": [
- [
- {
- "raw": "promise-queue-plus",
- "scope": null,
- "escapedName": "promise-queue-plus",
- "name": "promise-queue-plus",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/data/feimat/test_yali/online/shoufeilive/liveserver"
- ]
- ],
- "_from": "promise-queue-plus@latest",
- "_id": "promise-queue-plus@1.1.0",
- "_inCache": true,
- "_location": "/promise-queue-plus",
- "_nodeVersion": "6.11.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/promise-queue-plus-1.1.0.tgz_1501837822739_0.7802756079472601"
- },
- "_npmUser": {
- "name": "cnwhy",
- "email": "w.why@163.com"
- },
- "_npmVersion": "3.10.10",
- "_phantomChildren": {},
- "_requested": {
- "raw": "promise-queue-plus",
- "scope": null,
- "escapedName": "promise-queue-plus",
- "name": "promise-queue-plus",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/promise-queue-plus/-/promise-queue-plus-1.1.0.tgz",
- "_shasum": "755de15cd3a2bfcab7f0ffe312d6f876d1d69d6b",
- "_shrinkwrap": null,
- "_spec": "promise-queue-plus",
- "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver",
- "author": {
- "name": "cnwhy",
- "email": "w.why@163.com"
- },
- "bugs": {
- "url": "https://github.com/cnwhy/promise-queue-plus/issues"
- },
- "dependencies": {
- "bluebird": "^3",
- "easy-promise": "^0.0.4",
- "extend-promise": "^0.0.6"
- },
- "description": "Promise-based queue. Support timeout, retry and so on.",
- "devDependencies": {
- "express": "^4.12.3",
- "gulp": "^3.9.1",
- "gulp-browserify": "^0.5.1",
- "gulp-header": "^1.8.8",
- "gulp-istanbul": "^1.1.1",
- "gulp-mocha": "^3.0.1",
- "gulp-rename": "^1.2.2",
- "gulp-uglify": "^2.0.0",
- "istanbul": "0.3.15",
- "mocha": "^2.5.3",
- "q": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "755de15cd3a2bfcab7f0ffe312d6f876d1d69d6b",
- "tarball": "https://registry.npmjs.org/promise-queue-plus/-/promise-queue-plus-1.1.0.tgz"
- },
- "files": [
- "index.js",
- "src/*",
- "dist/*",
- "demo/*"
- ],
- "gitHead": "219a0976236a447017890c641ceb5514804abc96",
- "homepage": "https://github.com/cnwhy/promise-queue-plus",
- "keywords": [
- "Promise",
- "queue",
- "pool",
- "Async",
- "Q",
- "队列"
- ],
- "license": "BSD-2-Clause",
- "main": "index.js",
- "maintainers": [
- {
- "name": "cnwhy",
- "email": "w.why@163.com"
- }
- ],
- "name": "promise-queue-plus",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cnwhy/promise-queue-plus.git"
- },
- "scripts": {
- "build": "gulp",
- "test": "mocha --bail --reporter spec test/mocha_*.js",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/mocha_*.js",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/mocha_*.js"
- },
- "version": "1.1.0"
- }
|