FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lightstep-tracer-javascript/package.json at master · lightstep/lightstep-tracer-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
lightstep
/
lightstep-tracer-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
64
Star
77
Code
Issues
21
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
lightstep-tracer-javascript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
75 lines (75 loc) · 2.5 KB
Breadcrumbs
lightstep-tracer-javascript
/
package.json
Copy path
File metadata and controls
75 lines (75 loc) · 2.5 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
lightstep-tracer
"
,
"version"
:
"
0.35.0
"
,
"main"
:
"
index.js
"
,
"types"
:
"
index.d.ts
"
,
"browser"
:
"
browser.js
"
,
"engines"
: {
"node"
:
"
>=12.0.0
"
},
"scripts"
: {
"release"
:
"
./scripts/release.sh
"
,
"release:prepare"
:
"
./scripts/release-prepare.sh
"
,
"test"
:
"
rm -f test/results/*.json && node node_modules/mocha/bin/mocha -c test/unittest_node.js
"
,
"version"
:
"
make build && git add -A dist
"
},
"license"
:
"
MIT
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
http://github.com/lightstep/lightstep-tracer-javascript.git
"
},
"dependencies"
: {
"async"
:
"
^3.2.4
"
,
"eventemitter3"
:
"
4.0.7
"
,
"google-protobuf"
:
"
3.21.2
"
,
"hex2dec"
:
"
1.1.2
"
,
"opentracing"
:
"
^0.14.7
"
,
"source-map-support"
:
"
0.5.21
"
,
"thrift"
:
"
^0.18.0
"
},
"devDependencies"
: {
"@babel/cli"
:
"
^7.17.10
"
,
"@babel/core"
:
"
^7.17.10
"
,
"@babel/plugin-proposal-object-rest-spread"
:
"
^7.17.3
"
,
"@babel/plugin-syntax-object-rest-spread"
:
"
^7.8.3
"
,
"@babel/plugin-transform-arrow-functions"
:
"
^7.16.7
"
,
"@babel/plugin-transform-block-scoped-functions"
:
"
^7.16.7
"
,
"@babel/plugin-transform-block-scoping"
:
"
^7.16.7
"
,
"@babel/plugin-transform-classes"
:
"
^7.16.7
"
,
"@babel/plugin-transform-computed-properties"
:
"
^7.16.7
"
,
"@babel/plugin-transform-destructuring"
:
"
^7.17.7
"
,
"@babel/plugin-transform-duplicate-keys"
:
"
^7.16.7
"
,
"@babel/plugin-transform-literals"
:
"
^7.16.7
"
,
"@babel/plugin-transform-modules-commonjs"
:
"
^7.17.9
"
,
"@babel/plugin-transform-object-super"
:
"
^7.16.7
"
,
"@babel/plugin-transform-parameters"
:
"
^7.16.7
"
,
"@babel/plugin-transform-spread"
:
"
^7.16.7
"
,
"@babel/plugin-transform-sticky-regex"
:
"
^7.16.7
"
,
"@babel/plugin-transform-template-literals"
:
"
^7.16.7
"
,
"@babel/plugin-transform-unicode-regex"
:
"
^7.16.7
"
,
"@babel/preset-env"
:
"
^7.17.10
"
,
"babel-loader"
:
"
^8.2.5
"
,
"babel-plugin-add-module-exports"
:
"
^1.0.4
"
,
"chai"
:
"
4.3.6
"
,
"clone"
:
"
2.1.2
"
,
"colors"
:
"
1.4.0
"
,
"core-js"
:
"
^3.22.4
"
,
"eslint"
:
"
^8.14.0
"
,
"eslint-config-airbnb"
:
"
^19.0.4
"
,
"eslint-plugin-import"
:
"
^2.26.0
"
,
"eslint-plugin-jsx-a11y"
:
"
^6.5.1
"
,
"eslint-plugin-react"
:
"
^7.29.4
"
,
"express"
:
"
^4.18.1
"
,
"fetch-mock"
:
"
^9.11.0
"
,
"mocha"
:
"
^10.0.0
"
,
"nyc"
:
"
^15.1.0
"
,
"regenerator-runtime"
:
"
^0.13.9
"
,
"shelljs"
:
"
^0.8.5
"
,
"sinon"
:
"
^13.0.2
"
,
"sprintf-js"
:
"
1.1.2
"
,
"underscore"
:
"
1.13.3
"
,
"watch-trigger"
:
"
0.0.10
"
,
"webpack"
:
"
^5.76.0
"
,
"webpack-cli"
:
"
^4.9.2
"
}
}
Back
|
FazBrowse Home
|
New Git URL