-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.21 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.21 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
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
{
"name": "sa-sdk-node",
"version": "1.2.7",
"description": "Sensor Data SDK for node.js",
"main": "lib/index.js",
"scripts": {
"test": "gulp spec",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/sensorsdata/sa-sdk-node.git"
},
"keywords": [
"sensor-data",
"analytics",
"sdk",
"tracking",
"sa"
],
"author": "TimNew",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sensorsdata/sa-sdk-node/issues"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/sensorsdata/sa-sdk-node#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-proposal-do-expressions": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-proposal-function-bind": "^7.10.5",
"@babel/plugin-proposal-function-sent": "^7.10.4",
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-proposal-pipeline-operator": "^7.10.5",
"@babel/plugin-proposal-throw-expressions": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.10.4",
"@babel/plugin-transform-function-name": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-object-super": "^7.10.4",
"@babel/plugin-transform-parameters": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/plugin-transform-spread": "^7.11.0",
"@babel/plugin-transform-sticky-regex": "^7.10.4",
"@babel/plugin-transform-unicode-regex": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.11.2",
"@babel/runtime-corejs3": "^7.11.2",
"babel-eslint": "^10.1.0",
"bluebird": "^3.4.1",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-datetime": "^1.4.1",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-alloy": "^3.7.2",
"eslint-plugin-import": "^2.18.2",
"fetch-mock": "^4.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-shell": "^0.7.1",
"mocha": "^2.4.5",
"mockery": "^1.4.1",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"core-js": "^3.6.5",
"debug": "^2.6.9",
"detector": "^2.5.0",
"form-urlencoded": "^1.2.1",
"moment": "^2.24.0",
"mz": "^2.7.0",
"nedb": "^1.8.0",
"node-fetch": "^1.7.3",
"polyfills": "^2.1.1",
"ramda": "^0.21.0",
"regenerator-runtime": "^0.13.7",
"rx": "^4.1.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.3.0"
}
}