package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "promise-queue-plus",
  6. "scope": null,
  7. "escapedName": "promise-queue-plus",
  8. "name": "promise-queue-plus",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver"
  14. ]
  15. ],
  16. "_from": "promise-queue-plus@latest",
  17. "_id": "promise-queue-plus@1.1.0",
  18. "_inCache": true,
  19. "_location": "/promise-queue-plus",
  20. "_nodeVersion": "6.11.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/promise-queue-plus-1.1.0.tgz_1501837822739_0.7802756079472601"
  24. },
  25. "_npmUser": {
  26. "name": "cnwhy",
  27. "email": "w.why@163.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "promise-queue-plus",
  33. "scope": null,
  34. "escapedName": "promise-queue-plus",
  35. "name": "promise-queue-plus",
  36. "rawSpec": "",
  37. "spec": "latest",
  38. "type": "tag"
  39. },
  40. "_requiredBy": [
  41. "#USER"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/promise-queue-plus/-/promise-queue-plus-1.1.0.tgz",
  44. "_shasum": "755de15cd3a2bfcab7f0ffe312d6f876d1d69d6b",
  45. "_shrinkwrap": null,
  46. "_spec": "promise-queue-plus",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver",
  48. "author": {
  49. "name": "cnwhy",
  50. "email": "w.why@163.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/cnwhy/promise-queue-plus/issues"
  54. },
  55. "dependencies": {
  56. "bluebird": "^3",
  57. "easy-promise": "^0.0.4",
  58. "extend-promise": "^0.0.6"
  59. },
  60. "description": "Promise-based queue. Support timeout, retry and so on.",
  61. "devDependencies": {
  62. "express": "^4.12.3",
  63. "gulp": "^3.9.1",
  64. "gulp-browserify": "^0.5.1",
  65. "gulp-header": "^1.8.8",
  66. "gulp-istanbul": "^1.1.1",
  67. "gulp-mocha": "^3.0.1",
  68. "gulp-rename": "^1.2.2",
  69. "gulp-uglify": "^2.0.0",
  70. "istanbul": "0.3.15",
  71. "mocha": "^2.5.3",
  72. "q": "*"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "755de15cd3a2bfcab7f0ffe312d6f876d1d69d6b",
  77. "tarball": "https://registry.npmjs.org/promise-queue-plus/-/promise-queue-plus-1.1.0.tgz"
  78. },
  79. "files": [
  80. "index.js",
  81. "src/*",
  82. "dist/*",
  83. "demo/*"
  84. ],
  85. "gitHead": "219a0976236a447017890c641ceb5514804abc96",
  86. "homepage": "https://github.com/cnwhy/promise-queue-plus",
  87. "keywords": [
  88. "Promise",
  89. "queue",
  90. "pool",
  91. "Async",
  92. "Q",
  93. "队列"
  94. ],
  95. "license": "BSD-2-Clause",
  96. "main": "index.js",
  97. "maintainers": [
  98. {
  99. "name": "cnwhy",
  100. "email": "w.why@163.com"
  101. }
  102. ],
  103. "name": "promise-queue-plus",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/cnwhy/promise-queue-plus.git"
  109. },
  110. "scripts": {
  111. "build": "gulp",
  112. "test": "mocha --bail --reporter spec test/mocha_*.js",
  113. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/mocha_*.js",
  114. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/mocha_*.js"
  115. },
  116. "version": "1.1.0"
  117. }