123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "_args": [
- [
- "koa-compose@^2.3.0",
- "D:\\work\\im\\node_modules\\koa"
- ]
- ],
- "_from": "koa-compose@>=2.3.0 <3.0.0",
- "_id": "koa-compose@2.4.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-compose",
- "_nodeVersion": "5.7.0",
- "_npmOperationalInternal": {
- "host": "packages-13-west.internal.npmjs.com",
- "tmp": "tmp/koa-compose-2.4.0.tgz_1457029175029_0.8107601404190063"
- },
- "_npmUser": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "3.7.5",
- "_phantomChildren": {},
- "_requested": {
- "name": "koa-compose",
- "raw": "koa-compose@^2.3.0",
- "rawSpec": "^2.3.0",
- "scope": null,
- "spec": ">=2.3.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa",
- "/koa-router",
- "/koa-router-scan/koa-router"
- ],
- "_resolved": "https://registry.npmjs.org/koa-compose/-/koa-compose-2.4.0.tgz",
- "_shasum": "7083dff3597647a6cc2b16f937f8726f4a230adc",
- "_shrinkwrap": null,
- "_spec": "koa-compose@^2.3.0",
- "_where": "D:\\work\\im\\node_modules\\koa",
- "bugs": {
- "url": "https://github.com/koajs/compose/issues"
- },
- "dependencies": {},
- "description": "compose Koa middleware",
- "devDependencies": {
- "co": "^3.0.0",
- "istanbul": "^0.4.2",
- "mocha": "^2.4.5",
- "should": "^2.0.0"
- },
- "directories": {},
- "dist": {
- "shasum": "7083dff3597647a6cc2b16f937f8726f4a230adc",
- "tarball": "https://registry.npmjs.org/koa-compose/-/koa-compose-2.4.0.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "23bf22f25225bd8a12e963dd1660f01b17b35adc",
- "homepage": "https://github.com/koajs/compose#readme",
- "keywords": [
- "koa",
- "middleware",
- "compose"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "aheckmann"
- },
- {
- "email": "coderhaoxin@outlook.com",
- "name": "coderhaoxin"
- },
- {
- "email": "dead_horse@qq.com",
- "name": "dead_horse"
- },
- {
- "email": "eivind.fjeldstad@gmail.com",
- "name": "eivifj"
- },
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "julian@juliangruber.com",
- "name": "juliangruber"
- },
- {
- "email": "me@tejas.io",
- "name": "tejasmanohar"
- },
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- }
- ],
- "name": "koa-compose",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/koajs/compose.git"
- },
- "scripts": {
- "test": "mocha --harmony --require should --reporter spec",
- "test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
- "test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
- },
- "version": "2.4.0"
- }
|