/
websites
/
operateit-node
/
node_modules123123
/
logform
/
Upload File
HOME
{ "_from": "logform@^2.2.0", "_id": "logform@2.2.0", "_inBundle": false, "_integrity": "sha512-N0qPlqfypFx7UHNn4B3lzS/b0uLqt2hmuoa+PpuXNYgozdJYAyauF5Ky0BWVjrxDlMWiT3qN4zPq3vVAfZy7Yg==", "_location": "/logform", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "logform@^2.2.0", "name": "logform", "escapedName": "logform", "rawSpec": "^2.2.0", "saveSpec": null, "fetchSpec": "^2.2.0" }, "_requiredBy": [ "/winston" ], "_resolved": "https://registry.npmjs.org/logform/-/logform-2.2.0.tgz", "_shasum": "40f036d19161fc76b68ab50fdc7fe495544492f2", "_spec": "logform@^2.2.0", "_where": "D:\\xampp\\htdocs\\operateit\\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": "^4.2.0", "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.10.3", "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "assume": "^2.2.0", "eslint-config-populist": "^4.1.0", "mocha": "^8.0.1", "nyc": "^15.1.0", "rimraf": "^3.0.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.2.0" }