package.json 2.75 KB
{
  "_args": [
    [
      {
        "raw": "http-assert@^1.1.0",
        "scope": null,
        "escapedName": "http-assert",
        "name": "http-assert",
        "rawSpec": "^1.1.0",
        "spec": ">=1.1.0 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa"
    ]
  ],
  "_from": "http-assert@>=1.1.0 <2.0.0",
  "_id": "http-assert@1.3.0",
  "_inCache": true,
  "_location": "/http-assert",
  "_nodeVersion": "4.7.3",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/http-assert-1.3.0.tgz_1494220385564_0.8246503779664636"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "http-assert@^1.1.0",
    "scope": null,
    "escapedName": "http-assert",
    "name": "http-assert",
    "rawSpec": "^1.1.0",
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.3.0.tgz",
  "_shasum": "a31a5cf88c873ecbb5796907d4d6f132e8c01e4a",
  "_shrinkwrap": null,
  "_spec": "http-assert@^1.1.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/koa",
  "bugs": {
    "url": "https://github.com/jshttp/http-assert/issues"
  },
  "dependencies": {
    "deep-equal": "~1.0.1",
    "http-errors": "~1.6.1"
  },
  "description": "assert with status codes",
  "devDependencies": {
    "istanbul": "0.4.5",
    "mocha": "2.5.3"
  },
  "directories": {},
  "dist": {
    "shasum": "a31a5cf88c873ecbb5796907d4d6f132e8c01e4a",
    "tarball": "https://registry.npmjs.org/http-assert/-/http-assert-1.3.0.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "LICENSE",
    "index.js"
  ],
  "gitHead": "7b0514b847bea05715f2b59784c85681b54295e5",
  "homepage": "https://github.com/jshttp/http-assert#readme",
  "keywords": [
    "assert",
    "http"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "eivifj",
      "email": "eivind.fjeldstad@gmail.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "http-assert",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/http-assert.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "version": "1.3.0"
}