65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
|
{
|
||
|
"_from": "pino-std-serializers@^2.4.2",
|
||
|
"_id": "pino-std-serializers@2.4.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-WaL504dO8eGs+vrK+j4BuQQq6GLKeCCcHaMB2ItygzVURcL1CycwNEUHTD/lHFHs/NL5qAz2UKrjYWXKSf4aMQ==",
|
||
|
"_location": "/pino-std-serializers",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "pino-std-serializers@^2.4.2",
|
||
|
"name": "pino-std-serializers",
|
||
|
"escapedName": "pino-std-serializers",
|
||
|
"rawSpec": "^2.4.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.4.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/pino"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-2.4.2.tgz",
|
||
|
"_shasum": "cb5e3e58c358b26f88969d7e619ae54bdfcc1ae1",
|
||
|
"_spec": "pino-std-serializers@^2.4.2",
|
||
|
"_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/pino",
|
||
|
"author": {
|
||
|
"name": "James Sumners",
|
||
|
"email": "james.sumners@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/pinojs/pino-std-serializers/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "A collection of standard object serializers for Pino",
|
||
|
"devDependencies": {
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"snazzy": "^7.0.0",
|
||
|
"standard": "^11.0.0",
|
||
|
"tap": "^12.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/pinojs/pino-std-serializers#readme",
|
||
|
"keywords": [
|
||
|
"pino",
|
||
|
"logging"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "pino-std-serializers",
|
||
|
"precommit": [
|
||
|
"lint",
|
||
|
"test"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/pinojs/pino-std-serializers.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "standard | snazzy",
|
||
|
"lint-ci": "standard",
|
||
|
"test": "tap --no-cov 'test/**/*.test.js'",
|
||
|
"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'"
|
||
|
},
|
||
|
"version": "2.4.2"
|
||
|
}
|