12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "morgan@^1.9.1",
- "_id": "morgan@1.10.0",
- "_inBundle": false,
- "_integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
- "_location": "/morgan",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "morgan@^1.9.1",
- "name": "morgan",
- "escapedName": "morgan",
- "rawSpec": "^1.9.1",
- "saveSpec": null,
- "fetchSpec": "^1.9.1"
- },
- "_requiredBy": [
- "/hexo-server"
- ],
- "_resolved": "https://registry.npmmirror.com/morgan/-/morgan-1.10.0.tgz",
- "_shasum": "091778abc1fc47cd3509824653dae1faab6b17d7",
- "_spec": "morgan@^1.9.1",
- "_where": "/var/www/AfterAales/node_modules/hexo-server",
- "bugs": {
- "url": "https://github.com/expressjs/morgan/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- }
- ],
- "dependencies": {
- "basic-auth": "~2.0.1",
- "debug": "2.6.9",
- "depd": "~2.0.0",
- "on-finished": "~2.3.0",
- "on-headers": "~1.0.2"
- },
- "deprecated": false,
- "description": "HTTP request logger middleware for node.js",
- "devDependencies": {
- "eslint": "6.8.0",
- "eslint-config-standard": "14.1.0",
- "eslint-plugin-import": "2.20.1",
- "eslint-plugin-markdown": "1.0.2",
- "eslint-plugin-node": "9.2.0",
- "eslint-plugin-promise": "4.2.1",
- "eslint-plugin-standard": "4.0.1",
- "mocha": "7.1.1",
- "nyc": "15.0.0",
- "split": "1.0.1",
- "supertest": "4.0.2"
- },
- "engines": {
- "node": ">= 0.8.0"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "README.md",
- "index.js"
- ],
- "homepage": "https://github.com/expressjs/morgan#readme",
- "keywords": [
- "express",
- "http",
- "logger",
- "middleware"
- ],
- "license": "MIT",
- "name": "morgan",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/expressjs/morgan.git"
- },
- "scripts": {
- "lint": "eslint --plugin markdown --ext js,md .",
- "test": "mocha --check-leaks --reporter spec --bail",
- "test-ci": "nyc --reporter=text npm test",
- "test-cov": "nyc --reporter=html --reporter=text npm test"
- },
- "version": "1.10.0"
- }
|