80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"logform@2.2.0",
|
|
"/home/shihaam/www/freezer.shihaam.me/app"
|
|
]
|
|
],
|
|
"_from": "logform@2.2.0",
|
|
"_id": "logform@2.2.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-N0qPlqfypFx7UHNn4B3lzS/b0uLqt2hmuoa+PpuXNYgozdJYAyauF5Ky0BWVjrxDlMWiT3qN4zPq3vVAfZy7Yg==",
|
|
"_location": "/logform",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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",
|
|
"_spec": "2.2.0",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/app",
|
|
"author": {
|
|
"name": "Charlie Robbins",
|
|
"email": "charlie.robbins@gmail.com"
|
|
},
|
|
"browser": "dist/browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/winstonjs/logform/issues"
|
|
},
|
|
"dependencies": {
|
|
"colors": "^1.2.1",
|
|
"fast-safe-stringify": "^2.0.4",
|
|
"fecha": "^4.2.0",
|
|
"ms": "^2.1.1",
|
|
"triple-beam": "^1.3.0"
|
|
},
|
|
"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"
|
|
}
|