solorice/vscodium/extensions/formulahendry.code-runner-0.11.7/node_modules/applicationinsights/package.json
2022-04-28 21:17:01 +03:00

89 lines
2.3 KiB
JSON

{
"_args": [
[
"applicationinsights@0.19.0",
"D:\\code\\vscode-code-runner"
]
],
"_from": "applicationinsights@0.19.0",
"_id": "applicationinsights@0.19.0",
"_inBundle": false,
"_integrity": "sha1-izrz1N8FQpwSfNZEMcuB5AYJfYM=",
"_location": "/applicationinsights",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "applicationinsights@0.19.0",
"name": "applicationinsights",
"escapedName": "applicationinsights",
"rawSpec": "0.19.0",
"saveSpec": null,
"fetchSpec": "0.19.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-0.19.0.tgz",
"_spec": "0.19.0",
"_where": "D:\\code\\vscode-code-runner",
"bugs": {
"url": "https://github.com/Microsoft/ApplicationInsights-node.js/issues"
},
"contributors": [
{
"name": "Application Insights Developer Support",
"email": "aidevsupport@microsoft.com"
},
{
"name": "kszostak",
"email": "kszostak@microsoft.com"
},
{
"name": "southwood",
"url": "https://github.com/southwood"
},
{
"name": "bogdanbe",
"email": "bogdanbe@microsoft.com"
},
{
"name": "lukim",
"email": "lukim@microsoft.com"
}
],
"dependencies": {
"zone.js": "0.7.6"
},
"description": "Microsoft Application Insights module for Node.JS",
"devDependencies": {
"mocha": "3.1.2",
"node-mocks-http": "1.2.3",
"sinon": "1.17.6",
"typescript": "2.0.10",
"typings": "2.0.0"
},
"homepage": "https://github.com/Microsoft/ApplicationInsights-node.js#readme",
"keywords": [
"exception monitoring",
"request monitoring",
"performance monitoring",
"application insights",
"microsoft",
"azure"
],
"license": "MIT",
"main": "applicationinsights",
"name": "applicationinsights",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/ApplicationInsights-node.js.git"
},
"scripts": {
"prepublish": "tsc --module commonjs --declaration applicationinsights.ts",
"pretest": "find Tests -type f -name \"*.ts\" | xargs tsc --module commonjs",
"test": "./node_modules/mocha/bin/mocha ./Tests --recursive"
},
"version": "0.19.0"
}