forked from lightstep/lightstep-tracer-javascript
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.18 KB
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
{
"name": "lightstep-tracer",
"version": "0.25.0",
"main": "index.js",
"types": "index.d.ts",
"browser": "browser.js",
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "rm -f test/results/*.json && node node_modules/mocha/bin/mocha -c test/unittest_node.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/lightstep/lightstep-tracer-javascript.git"
},
"dependencies": {
"async": "1.5.0",
"eventemitter3": "1.1.1",
"google-protobuf": "3.6.1",
"hex2dec": "1.0.1",
"source-map-support": "0.3.3",
"thrift": "0.13.0"
},
"devDependencies": {
"babel-cli": "6.14.0",
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-check-es2015-constants": "6.7.2",
"babel-plugin-transform-es2015-arrow-functions": "6.5.2",
"babel-plugin-transform-es2015-block-scoped-functions": "6.6.5",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-classes": "6.6.5",
"babel-plugin-transform-es2015-computed-properties": "6.6.5",
"babel-plugin-transform-es2015-destructuring": "6.6.5",
"babel-plugin-transform-es2015-duplicate-keys": "6.6.4",
"babel-plugin-transform-es2015-literals": "6.5.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.7.4",
"babel-plugin-transform-es2015-object-super": "6.6.5",
"babel-plugin-transform-es2015-parameters": "6.7.0",
"babel-plugin-transform-es2015-spread": "6.6.5",
"babel-plugin-transform-es2015-sticky-regex": "6.5.0",
"babel-plugin-transform-es2015-template-literals": "6.6.5",
"babel-plugin-transform-es2015-unicode-regex": "6.5.0",
"babel-polyfill": "6.3.14",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"clone": "1.0.2",
"colors": "1.1.2",
"eslint": "2.4.0",
"eslint-config-airbnb": "6.2.0",
"eslint-plugin-react": "4.2.3",
"express": "^4.16.3",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"opentracing": "^0.14.4",
"shelljs": "0.5.3",
"sprintf-js": "1.0.3",
"underscore": "1.8.3",
"watch-trigger": "0.0.5",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}