forked from signalfx/splunk-otel-js-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 4.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@splunk/otel-web",
"version": "0.4.7",
"description": "Splunk distribution of Open Telemetry for browser environment.",
"repository": "github:signalfx/splunk-otel-js-browser",
"scripts": {
"start": "npm-run-all -s dist start:_execute",
"start:_execute": "node utils/devServer/runDevServer.js",
"dist": "rollup -c",
"check:types": "tsc index.d.ts",
"test:unit:watch": "karma start",
"test:unit:ci": "nyc karma start --single-run --no-auto-watch --browsers ChromeHeadless",
"lint": "eslint src/ test/ integration-tests/ integration-tests/",
"lint:markdown": "markdownlint README.md docs/*.md",
"lint:fix": "eslint --fix src/ test/ integration-tests/ integration-tests/",
"test:integration:local": "npm-run-all -s dist test:integration:local:headlessChrome:_execute",
"test:integration:local:firefox": "npm-run-all -s dist test:integration:local:firefox:_execute",
"test:integration:local:chrome": "npm-run-all -s dist test:integration:local:chrome:_execute",
"test:integration:local:safari": "npm-run-all -s dist test:integration:local:safari:_execute",
"test:integration:local:all": "npm-run-all -s dist test:integration:local:all:_execute",
"test:integration:local:all:_execute": "nightwatch -c ./integration-tests/utils/local.conf.js -e headlessChrome,headlessFirefox,chrome,safari",
"test:integration:local:chrome:_execute": "nightwatch -c ./integration-tests/utils/local.conf.js -e chrome",
"test:integration:local:firefox:_execute": "nightwatch -c ./integration-tests/utils/local.conf.js -e firefox",
"test:integration:local:headlessChrome:_execute": "nightwatch -c ./integration-tests/utils/local.conf.js -e headlessChrome",
"test:integration:local:headlessFirefox:_execute": "nightwatch -c ./integration-tests/utils/local.conf.js -e headlessFirefox",
"test:integration:local:safari:_execute": "nightwatch -c ./integration-tests/utils/local.conf.js -e safari",
"test:integration:_selfSignCerts": "(cd utils && cd certs && openssl req -nodes -new -x509 -keyout server.key -out server.cert)",
"test:performance": "node ./performance-tests/runner.js"
},
"author": "Splunk Observability Instrumentals Team <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "~7.13.10",
"@opentelemetry/api": "0.18.1",
"@opentelemetry/api-metrics": "0.18.2",
"@opentelemetry/core": "0.18.2",
"@opentelemetry/exporter-zipkin": "0.18.2",
"@opentelemetry/instrumentation": "0.18.2",
"@opentelemetry/instrumentation-document-load": "0.15.0",
"@opentelemetry/instrumentation-fetch": "0.18.2",
"@opentelemetry/instrumentation-user-interaction": "0.15.0",
"@opentelemetry/instrumentation-xml-http-request": "0.18.2",
"@opentelemetry/semantic-conventions": "0.18.2",
"@opentelemetry/tracing": "0.18.2",
"@opentelemetry/web": "0.18.2",
"shimmer": "~1.2.1",
"web-vitals": "~1.1.1"
},
"engines": {
"node": "14.16.x",
"npm": "7.10.x"
},
"browser": "dist/cjs/index.js",
"files": [
"dist",
"index.d.ts"
],
"types": "index.d.ts",
"devDependencies": {
"@aws-sdk/client-cloudfront": "^3.13.0",
"@aws-sdk/client-s3": "^3.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/runtime-corejs3": "^7.13.10",
"@octokit/graphql": "^4.6.1",
"@octokit/request": "^5.4.15",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "16.x",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/chai": "^4.2.16",
"@types/mocha": "^8.2.2",
"body-parser": "^1.19.0",
"browserstack-local": "^1.4.8",
"chai": "^4.3.4",
"chrome-launcher": "^0.13.4",
"chromedriver": "^89.0.0",
"codecov": "^3.8.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"eslint": "^7.24.0",
"eslint-plugin-header": "^3.1.1",
"express": "^4.17.1",
"geckodriver": "^1.22.3",
"generate-source-map": "0.0.5",
"http-mitm-proxy": "^0.9.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-rollup-preprocessor": "7.0.7",
"karma-spec-reporter": "^0.0.32",
"karma-websocket-server": "^1.0.0",
"lighthouse": "^7.3.0",
"markdownlint-cli": "^0.27.1",
"mocha": "^8.3.2",
"nightwatch": "^1.6.3",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"puppeteer": "^8.0.0",
"rollup": "^2.45.2",
"rollup-plugin-istanbul": "^3.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"selenium-server": "^3.141.59",
"sinon": "^10.0.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"ws": "^7.4.5"
}
}