mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_from": "bunyan-format@^0.2.1",
|
|
"_id": "bunyan-format@0.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-pLOw2ABwqGUnlBcmnj8A/wL7y0c=",
|
|
"_location": "/bunyan-format",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bunyan-format@^0.2.1",
|
|
"name": "bunyan-format",
|
|
"escapedName": "bunyan-format",
|
|
"rawSpec": "^0.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/probot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bunyan-format/-/bunyan-format-0.2.1.tgz",
|
|
"_shasum": "a4b3b0d80070a865279417269e3f00ff02fbcb47",
|
|
"_spec": "bunyan-format@^0.2.1",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
|
|
"author": {
|
|
"name": "Thorsten Lorenz",
|
|
"email": "thlorenz@gmx.de",
|
|
"url": "http://thlorenz.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/thlorenz/bunyan-format/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ansicolors": "~0.2.1",
|
|
"ansistyles": "~0.1.1",
|
|
"xtend": "~2.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Writable stream that formats bunyan records that are piped into it.",
|
|
"devDependencies": {
|
|
"bunyan": "~0.22.0",
|
|
"tap": "~0.4.3"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.10"
|
|
},
|
|
"homepage": "https://github.com/thlorenz/bunyan-format",
|
|
"keywords": [
|
|
"bunyan",
|
|
"stream",
|
|
"log",
|
|
"logger",
|
|
"format",
|
|
"pretty",
|
|
"color",
|
|
"style"
|
|
],
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/thlorenz/bunyan-format/blob/master/LICENSE"
|
|
},
|
|
"main": "index.js",
|
|
"name": "bunyan-format",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/thlorenz/bunyan-format.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.2.1"
|
|
}
|