package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "composition@^2.1.1",
  5. "D:\\work\\im\\node_modules\\koa"
  6. ]
  7. ],
  8. "_from": "composition@>=2.1.1 <3.0.0",
  9. "_id": "composition@2.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/composition",
  13. "_nodeVersion": "5.7.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-5-east.internal.npmjs.com",
  16. "tmp": "tmp/composition-2.3.0.tgz_1456695738463_0.3269298863597214"
  17. },
  18. "_npmUser": {
  19. "email": "jonathanrichardong@gmail.com",
  20. "name": "jongleberry"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "composition",
  26. "raw": "composition@^2.1.1",
  27. "rawSpec": "^2.1.1",
  28. "scope": null,
  29. "spec": ">=2.1.1 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/koa",
  34. "/koa.io/koa"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/composition/-/composition-2.3.0.tgz",
  37. "_shasum": "742805374cab550c520a33662f5a732e0208d6f2",
  38. "_shrinkwrap": null,
  39. "_spec": "composition@^2.1.1",
  40. "_where": "D:\\work\\im\\node_modules\\koa",
  41. "author": {
  42. "email": "me@jongleberry.com",
  43. "name": "Jonathan Ong",
  44. "url": "http://jongleberry.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/thenables/composition/issues"
  48. },
  49. "dependencies": {
  50. "any-promise": "^1.1.0",
  51. "co": "^4.0.2"
  52. },
  53. "description": "Compose generator and async/await middleware",
  54. "devDependencies": {
  55. "bluebird": "^3.1.1",
  56. "istanbul": "^0.4.2",
  57. "koa-compose": "^2.3.0",
  58. "matcha": "^0.6.0",
  59. "mocha": "^2.0.0",
  60. "timeout-then": "^1.0.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "742805374cab550c520a33662f5a732e0208d6f2",
  65. "tarball": "https://registry.npmjs.org/composition/-/composition-2.3.0.tgz"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "d3cd279c4ed45ceef59cdfb03e41190efbb92b23",
  71. "homepage": "https://github.com/thenables/composition#readme",
  72. "keywords": [
  73. "co",
  74. "compose",
  75. "composition",
  76. "middleware",
  77. "decorator",
  78. "decorators",
  79. "async",
  80. "await",
  81. "yield"
  82. ],
  83. "license": "MIT",
  84. "maintainers": [
  85. {
  86. "email": "jonathanrichardong@gmail.com",
  87. "name": "jongleberry"
  88. },
  89. {
  90. "email": "coderhaoxin@outlook.com",
  91. "name": "coderhaoxin"
  92. }
  93. ],
  94. "name": "composition",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/thenables/composition.git"
  100. },
  101. "scripts": {
  102. "bench": "matcha bench/run.js",
  103. "test": "mocha --bail",
  104. "test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  105. "test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  106. },
  107. "version": "2.3.0"
  108. }