mirror of https://github.com/jkjoy/sunpeiwen.git
33 lines
785 B
JSON
33 lines
785 B
JSON
|
{
|
||
|
"name": "diagnostics_channel",
|
||
|
"version": "1.1.0",
|
||
|
"description": "Exposes a polyfill for the Node.js module diagnostics_channel",
|
||
|
"main": "index.js",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "node test/all.js",
|
||
|
"lint": "eslint ."
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"LICENSE",
|
||
|
"package.json"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/simon-id/diagnostics_channel-polyfill.git"
|
||
|
},
|
||
|
"author": "simon-id <simon.id@protonmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/simon-id/diagnostics_channel-polyfill/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/simon-id/diagnostics_channel-polyfill#readme",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^7.31.0",
|
||
|
"shimmer": "^1.2.1"
|
||
|
}
|
||
|
}
|