You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
3.0 KiB

{
"_from": "pino@^2.4.2",
"_id": "pino@2.16.0",
"_inBundle": false,
"_integrity": "sha1-UauDG5tFkzDn//Xtt1sglzypRwM=",
"_location": "/pino",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pino@^2.4.2",
"name": "pino",
"escapedName": "pino",
"rawSpec": "^2.4.2",
"saveSpec": null,
"fetchSpec": "^2.4.2"
},
"_requiredBy": [
"/mosca"
],
"_resolved": "https://registry.npmjs.org/pino/-/pino-2.16.0.tgz",
"_shasum": "51ab831b9b459330e7fff5edb75b20973ca94703",
"_spec": "pino@^2.4.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
},
"bin": {
"pino": "./pretty.js"
},
"browser": "./browser.js",
"bugs": {
"url": "https://github.com/pinojs/pino/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "David Mark Clements",
"email": "huperekchuno@googlemail.com"
},
{
"name": "James Sumners",
"email": "james.sumners@gmail.com"
}
],
"dependencies": {
"chalk": "^1.1.1",
"fast-json-parse": "^1.0.0",
"fast-safe-stringify": "^1.1.3",
"flatstr": "^1.0.4",
"object.assign": "^4.0.4",
"once": "^1.3.3",
"quick-format-unescaped": "^1.0.0",
"split2": "^2.0.1"
},
"deprecated": false,
"description": "super fast, all natural json logger",
"devDependencies": {
"benchmark": "^2.1.2",
"bole": "^3.0.2",
"bunyan": "^1.8.5",
"debug": "^2.5.1",
"fastbench": "^1.0.0",
"flush-write-stream": "^1.0.2",
"fresh-require": "^1.0.3",
"log": "^1.4.0",
"loglevel": "^1.4.0",
"pre-commit": "^1.2.2",
"pump": "^1.0.1",
"standard": "^8.6.0",
"steed": "^1.1.3",
"tap": "^8.0.0",
"tape": "^4.6.2",
"through2": "^2.0.1",
"winston": "^2.3.0",
"zuul": "^3.11.1"
},
"files": [
"pino.js",
"browser.js",
"pretty.js",
"usage.txt",
"test",
"docs",
"example.js"
],
"homepage": "https://github.com/pinojs/pino#readme",
"keywords": [
"fast",
"logger",
"stream",
"json"
],
"license": "MIT",
"main": "pino.js",
"name": "pino",
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/pinojs/pino.git"
},
"scripts": {
"bench-all": "node benchmarks/runbench all",
"bench-basic": "node benchmarks/runbench basic",
"bench-child": "node benchmarks/runbench child",
"bench-conception": "node benchmarks/runbench conception",
"bench-deepobject": "node benchmarks/runbench deepobject",
"bench-grandchild": "node benchmarks/runbench grandchild",
"bench-longstring": "node benchmarks/runbench longstring",
"bench-multiarg": "node benchmarks/runbench multiarg",
"bench-object": "node benchmarks/runbench object",
"browser-test": "zuul tape test/browser.test.js --local",
"ci": "standard && tap --cov test/*test.js",
"test": "standard && tap --no-cov test/*test.js"
},
"version": "2.16.0"
}