added unit testing, and started implementing unit tests...phew
This commit is contained in:
66
node_modules/triple-beam/package.json
generated
vendored
Normal file
66
node_modules/triple-beam/package.json
generated
vendored
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"_from": "triple-beam@^1.3.0",
|
||||
"_id": "triple-beam@1.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XrHUvV5HpdLmIj4uVMxHggLbFSZYIn7HEWsqePZcI50pco+MPqJ50wMGY794X7AOOhxOBAjbkqfAbEe/QMp2Lw==",
|
||||
"_location": "/triple-beam",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "triple-beam@^1.3.0",
|
||||
"name": "triple-beam",
|
||||
"escapedName": "triple-beam",
|
||||
"rawSpec": "^1.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/logform",
|
||||
"/winston",
|
||||
"/winston-transport"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.3.0.tgz",
|
||||
"_shasum": "a595214c7298db8339eeeee083e4d10bd8cb8dd9",
|
||||
"_spec": "triple-beam@^1.3.0",
|
||||
"_where": "/Users/josh.burman/Projects/braid/node_modules/winston",
|
||||
"author": {
|
||||
"name": "Charlie Robbins",
|
||||
"email": "charlie.robbins@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/winstonjs/triple-beam/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Definitions of levels for logging purposes & shareable Symbol constants.",
|
||||
"devDependencies": {
|
||||
"assume": "^2.0.1",
|
||||
"eslint-config-populist": "^4.1.0",
|
||||
"mocha": "^5.1.1",
|
||||
"nyc": "^11.7.1"
|
||||
},
|
||||
"homepage": "https://github.com/winstonjs/triple-beam#readme",
|
||||
"keywords": [
|
||||
"winstonjs",
|
||||
"winston",
|
||||
"logging",
|
||||
"logform",
|
||||
"symbols",
|
||||
"logs",
|
||||
"levels"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "triple-beam",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/winstonjs/triple-beam.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "populist config/*.js index.js",
|
||||
"pretest": "npm run lint",
|
||||
"test": "nyc mocha test.js"
|
||||
},
|
||||
"version": "1.3.0"
|
||||
}
|
Reference in New Issue
Block a user