{ "_from": "logform@^2.1.1", "_id": "logform@2.1.2", "_inBundle": false, "_integrity": "sha512-+lZh4OpERDBLqjiwDLpAWNQu6KMjnlXH2ByZwCuSqVPJletw0kTWJf5CgSNAUKn1KUkv3m2cUz/LK8zyEy7wzQ==", "_location": "/logform", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "logform@^2.1.1", "name": "logform", "escapedName": "logform", "rawSpec": "^2.1.1", "saveSpec": null, "fetchSpec": "^2.1.1" }, "_requiredBy": [ "/winston" ], "_resolved": "https://registry.npmjs.org/logform/-/logform-2.1.2.tgz", "_shasum": "957155ebeb67a13164069825ce67ddb5bb2dd360", "_spec": "logform@^2.1.1", "_where": "/Users/josh.burman/Projects/braid/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.3.0" }, "deprecated": false, "description": "An mutable object-based log format designed for chaining & objectMode streams.", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "assume": "^2.0.1", "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": "2.1.2" }