Files
now-deployment/node_modules/tracer/package.json
2019-10-17 12:36:15 +09:00

82 lines
2.1 KiB
JSON

{
"_args": [
[
"tracer@0.8.15",
"/Users/lms/dietfriends/now-deploy-preview-comment"
]
],
"_development": true,
"_from": "tracer@0.8.15",
"_id": "tracer@0.8.15",
"_inBundle": false,
"_integrity": "sha512-ZQzlhd6zZFIpAhACiZkxLjl65XqVwi8t8UEBVGRIHAQN6nj55ftJWiFell+WSqWCP/vEycrIbUSuiyMwul+TFw==",
"_location": "/tracer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tracer@0.8.15",
"name": "tracer",
"escapedName": "tracer",
"rawSpec": "0.8.15",
"saveSpec": null,
"fetchSpec": "0.8.15"
},
"_requiredBy": [
"/ncc"
],
"_resolved": "https://registry.npmjs.org/tracer/-/tracer-0.8.15.tgz",
"_spec": "0.8.15",
"_where": "/Users/lms/dietfriends/now-deploy-preview-comment",
"author": {
"name": "LI Long",
"email": "lilong@gmail.com"
},
"bugs": {
"url": "https://github.com/baryon/tracer/issues"
},
"dependencies": {
"colors": "1.2.3",
"dateformat": "3.0.3",
"mkdirp": "^0.5.1",
"tinytim": "0.1.1"
},
"description": "A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, trace ",
"devDependencies": {
"cli-color": "^1.1.0",
"eslint": "^2.13.1",
"expresso": "^0.9.2",
"istanbul": "^0.4.5",
"mongoskin": "0.3.0",
"tslint": "^5.9.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "http://github.com/baryon/tracer",
"keywords": [
"log",
"logger",
"trace",
"debug"
],
"license": "MIT",
"main": "./lib/index",
"name": "tracer",
"repository": {
"type": "git",
"url": "git://github.com/baryon/tracer.git"
},
"scripts": {
"dtslint": "dtslint .",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"posttest": "npm run lint",
"posttest:coverage": "npm run lint",
"test": "expresso test/*",
"test:coverage": "istanbul cover expresso test/*.js"
},
"types": "./lib/index.d.ts",
"version": "0.8.15"
}