123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_args": [
- [
- "composition@^2.1.1",
- "D:\\work\\im\\node_modules\\koa"
- ]
- ],
- "_from": "composition@>=2.1.1 <3.0.0",
- "_id": "composition@2.3.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/composition",
- "_nodeVersion": "5.7.0",
- "_npmOperationalInternal": {
- "host": "packages-5-east.internal.npmjs.com",
- "tmp": "tmp/composition-2.3.0.tgz_1456695738463_0.3269298863597214"
- },
- "_npmUser": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "composition",
- "raw": "composition@^2.1.1",
- "rawSpec": "^2.1.1",
- "scope": null,
- "spec": ">=2.1.1 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa",
- "/koa.io/koa"
- ],
- "_resolved": "https://registry.npmjs.org/composition/-/composition-2.3.0.tgz",
- "_shasum": "742805374cab550c520a33662f5a732e0208d6f2",
- "_shrinkwrap": null,
- "_spec": "composition@^2.1.1",
- "_where": "D:\\work\\im\\node_modules\\koa",
- "author": {
- "email": "me@jongleberry.com",
- "name": "Jonathan Ong",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/thenables/composition/issues"
- },
- "dependencies": {
- "any-promise": "^1.1.0",
- "co": "^4.0.2"
- },
- "description": "Compose generator and async/await middleware",
- "devDependencies": {
- "bluebird": "^3.1.1",
- "istanbul": "^0.4.2",
- "koa-compose": "^2.3.0",
- "matcha": "^0.6.0",
- "mocha": "^2.0.0",
- "timeout-then": "^1.0.0"
- },
- "directories": {},
- "dist": {
- "shasum": "742805374cab550c520a33662f5a732e0208d6f2",
- "tarball": "https://registry.npmjs.org/composition/-/composition-2.3.0.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "d3cd279c4ed45ceef59cdfb03e41190efbb92b23",
- "homepage": "https://github.com/thenables/composition#readme",
- "keywords": [
- "co",
- "compose",
- "composition",
- "middleware",
- "decorator",
- "decorators",
- "async",
- "await",
- "yield"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "coderhaoxin@outlook.com",
- "name": "coderhaoxin"
- }
- ],
- "name": "composition",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/thenables/composition.git"
- },
- "scripts": {
- "bench": "matcha bench/run.js",
- "test": "mocha --bail",
- "test-cov": "istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
- "test-travis": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
- },
- "version": "2.3.0"
- }
|