123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "http-assert@^1.1.0",
- "D:\\work\\im\\node_modules\\koa"
- ]
- ],
- "_from": "http-assert@>=1.1.0 <2.0.0",
- "_id": "http-assert@1.2.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/http-assert",
- "_nodeVersion": "5.7.0",
- "_npmOperationalInternal": {
- "host": "packages-5-east.internal.npmjs.com",
- "tmp": "tmp/http-assert-1.2.0.tgz_1456610007473_0.975123000331223"
- },
- "_npmUser": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {
- "inherits": "2.0.1",
- "statuses": "1.3.0"
- },
- "_requested": {
- "name": "http-assert",
- "raw": "http-assert@^1.1.0",
- "rawSpec": "^1.1.0",
- "scope": null,
- "spec": ">=1.1.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa",
- "/koa.io/koa"
- ],
- "_resolved": "https://registry.npmjs.org/http-assert/-/http-assert-1.2.0.tgz",
- "_shasum": "d6392e6f6519def4e340266b35096db6d3feba00",
- "_shrinkwrap": null,
- "_spec": "http-assert@^1.1.0",
- "_where": "D:\\work\\im\\node_modules\\koa",
- "bugs": {
- "url": "https://github.com/jshttp/http-assert/issues"
- },
- "dependencies": {
- "deep-equal": "~1.0.0",
- "http-errors": "~1.4.0"
- },
- "description": "assert with status codes",
- "devDependencies": {
- "istanbul": "~0.4.2",
- "mocha": "2"
- },
- "directories": {},
- "dist": {
- "shasum": "d6392e6f6519def4e340266b35096db6d3feba00",
- "tarball": "https://registry.npmjs.org/http-assert/-/http-assert-1.2.0.tgz"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "gitHead": "be8c2268af7a21c61f2a4051f6f6e2b80d95b747",
- "homepage": "https://github.com/jshttp/http-assert#readme",
- "keywords": [
- "assert",
- "http"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "eivind.fjeldstad@gmail.com",
- "name": "eivifj"
- },
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- }
- ],
- "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.2.0"
- }
|