@pnp/logging
Version:
pnp - light-weight, subscribable logging framework
46 lines • 1.18 kB
JSON
{
"name": "@pnp/logging",
"version": "4.16.0",
"description": "pnp - light-weight, subscribable logging framework",
"main": "./index.js",
"typings": "./index",
"dependencies": {
"tslib": "2.7.0"
},
"type": "module",
"engines": {
"node": ">=18.12.0"
},
"author": {
"name": "Microsoft and other contributors"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pnp/pnpjs/issues"
},
"homepage": "https://github.com/pnp/pnpjs",
"repository": {
"type": "git",
"url": "git:github.com/pnp/pnpjs"
},
"maintainers": [
{
"name": "patrick-rodgers",
"email": "patrick.rodgers@microsoft.com"
},
{
"name": "juliemturner",
"email": "julie.turner@sympraxisconsulting.com",
"url": "https://julieturner.net"
},
{
"name": "bcameron1231",
"email": "beau@beaucameron.net",
"url": "https://beaucameron.net"
}
],
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/patrick-rodgers/"
}
}