package.json 3.08 KB
{
  "_args": [
    [
      {
        "raw": "koa-qs@^2.0.0",
        "scope": null,
        "escapedName": "koa-qs",
        "name": "koa-qs",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "koa-qs@>=2.0.0 <3.0.0",
  "_id": "koa-qs@2.0.0",
  "_inCache": true,
  "_location": "/koa-qs",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "name": "fengmk2",
    "email": "fengmk2@gmail.com"
  },
  "_npmVersion": "2.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "koa-qs@^2.0.0",
    "scope": null,
    "escapedName": "koa-qs",
    "name": "koa-qs",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/koa-qs/-/koa-qs-2.0.0.tgz",
  "_shasum": "18d16b43508a541f092e514351dc09563a48819f",
  "_shrinkwrap": null,
  "_spec": "koa-qs@^2.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/koajs/qs/issues"
  },
  "dependencies": {
    "merge-descriptors": "~0.0.2",
    "qs": "~2.3.3"
  },
  "description": "qs for koa",
  "devDependencies": {
    "istanbul-harmony": "*",
    "koa": "0",
    "mocha": "2",
    "should": "3",
    "supertest": "0",
    "urllib": "2"
  },
  "directories": {},
  "dist": {
    "shasum": "18d16b43508a541f092e514351dc09563a48819f",
    "tarball": "https://registry.npmjs.org/koa-qs/-/koa-qs-2.0.0.tgz"
  },
  "engines": {
    "iojs": ">= 1.0.0",
    "node": ">= 0.11"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "5472d3bd84510e4ff5027aa189f15c2619ea7694",
  "homepage": "https://github.com/koajs/qs",
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "juliangruber",
      "email": "julian@juliangruber.com"
    },
    {
      "name": "dead_horse",
      "email": "dead_horse@qq.com"
    },
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com"
    },
    {
      "name": "eivifj",
      "email": "eivind.fjeldstad@gmail.com"
    },
    {
      "name": "aheckmann",
      "email": "aaron.heckmann+github@gmail.com"
    },
    {
      "name": "dead-horse",
      "email": "dead_horse@qq.com"
    }
  ],
  "name": "koa-qs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/qs.git"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha --harmony --require should --reporter spec",
    "test-cov": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
    "test-travis": "NODE_ENV=test node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
  },
  "version": "2.0.0"
}