{ "_from": "logform@^1.9.1", "_id": "logform@1.10.0", "_inBundle": false, "_integrity": "sha512-em5ojIhU18fIMOw/333mD+ZLE2fis0EzXl1ZwHx4iQzmpQi6odNiY/t+ITNr33JZhT9/KEaH+UPIipr6a9EjWg==", "_location": "/logform", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "logform@^1.9.1", "name": "logform", "escapedName": "logform", "rawSpec": "^1.9.1", "saveSpec": null, "fetchSpec": "^1.9.1" }, "_requiredBy": [ "/winston" ], "_resolved": "https://registry.npmjs.org/logform/-/logform-1.10.0.tgz", "_shasum": "c9d5598714c92b546e23f4e78147c40f1e02012e", "_spec": "logform@^1.9.1", "_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\winston", "author": { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }, "browser": "dist/browser.js", "bugs": { "url": "https://github.com/winstonjs/logform/issues" }, "bundleDependencies": false, "dependencies": { "colors": "^1.2.1", "fast-safe-stringify": "^2.0.4", "fecha": "^2.3.3", "ms": "^2.1.1", "triple-beam": "^1.2.0" }, "deprecated": false, "description": "An mutable object-based log format designed for chaining & objectMode streams.", "devDependencies": { "assume": "^2.0.1", "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "eslint-config-populist": "^4.1.0", "mocha": "^5.1.1", "nyc": "^11.7.1", "rimraf": "^2.6.2" }, "homepage": "https://github.com/winstonjs/logform#readme", "keywords": [ "winston", "logging", "format", "winstonjs" ], "license": "MIT", "main": "index.js", "name": "logform", "repository": { "type": "git", "url": "git+https://github.com/winstonjs/logform.git" }, "scripts": { "build": "rimraf dist && babel *.js -d ./dist", "lint": "populist *.js test/*.js examples/*.js", "prepublishOnly": "npm run build", "pretest": "npm run lint && npm run build", "test": "nyc mocha test/*.test.js" }, "types": "./index.d.ts", "version": "1.10.0" }