forked from waja/action-debian-package
65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"_from": "pino-std-serializers@^2.4.2",
|
|
"_id": "pino-std-serializers@2.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wXqbqSrIhE58TdrxxlfLwU9eDhrzppQDvGhBEr1gYbzzM4KKo3Y63gSjiDXRKLVS2UOXdPNR2v+KnQgNrs+xUg==",
|
|
"_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.5.0.tgz",
|
|
"_shasum": "40ead781c65a0ce7ecd9c1c33f409d31fe712315",
|
|
"_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.5.0"
|
|
}
|