Files
freeCodeCamp/probot/presolver/node_modules/bunyan-format/package.json
2018-12-05 11:23:55 +05:30

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"
}