{ "_args": [ [ "http-errors@1.8.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "http-errors@1.8.0", "_id": "http-errors@1.8.0", "_inBundle": false, "_integrity": "sha512-4I8r0C5JDhT5VkvI47QktDW75rNlGVsUf/8hzjCC/wkWI/jdTRmBb9aI7erSG82r1bjKY3F6k28WnsVxB1C73A==", "_location": "/http-errors", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "http-errors@1.8.0", "name": "http-errors", "escapedName": "http-errors", "rawSpec": "1.8.0", "saveSpec": null, "fetchSpec": "1.8.0" }, "_requiredBy": [ "/http-assert", "/koa", "/koa-compress", "/koa-router", "/koa-send" ], "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.0.tgz", "_spec": "1.8.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "bugs": { "url": "https://github.com/jshttp/http-errors/issues" }, "contributors": [ { "name": "Alan Plum", "email": "me@pluma.io" }, { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], "dependencies": { "depd": "~1.1.2", "inherits": "2.0.4", "setprototypeof": "1.2.0", "statuses": ">= 1.5.0 < 2", "toidentifier": "1.0.0" }, "description": "Create HTTP error objects", "devDependencies": { "eslint": "6.8.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.22.0", "eslint-plugin-markdown": "1.0.2", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "mocha": "8.0.1", "nyc": "15.1.0" }, "engines": { "node": ">= 0.6" }, "files": [ "index.js", "HISTORY.md", "LICENSE", "README.md" ], "homepage": "https://github.com/jshttp/http-errors#readme", "keywords": [ "http", "error" ], "license": "MIT", "name": "http-errors", "repository": { "type": "git", "url": "git+https://github.com/jshttp/http-errors.git" }, "scripts": { "lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme-list.js", "test": "mocha --reporter spec --bail", "test-ci": "nyc --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" }, "version": "1.8.0" }