-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
executable file
·129 lines (129 loc) · 4.53 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "ans-javascript-sdk",
"version": "4.5.6",
"description": "official analysysAgent javascript sdk",
"main": "./sdk/AnalysysAgent_JS_SDK.min.js",
"module": "./sdk/AnalysysAgent_JS_SDK.es6.min.js",
"scripts": {
"test": "jest",
"dev": "rollup -c rollup.config.js --watch",
"module": "rollup -c rollup.module.config.js --watch",
"plugins": "rollup -c rollup.plugins.config.js --watch",
"build": "rollup -c rollup.config.js&&rollup -c rollup.module.config.js&&rollup -c rollup.plugins.config.js",
"cover": "jest --coverage",
"lint": "standard \"src/**/*.{js,vue}\"",
"lint:fix": "standard \"src/**/*.{js,vue}\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analysys/ans-javascript-sdk.git"
},
"standard": {
"parser": "babel-eslint",
"rules": {
"no-control-regex": "off",
"no-misleading-character-class": "off"
},
"ignore": [
"**/parseUA/**",
"test/",
"decodeGBK.js",
"**/lib/heatmap.js",
"JSON2.js",
"**/upload/index.js",
"*.html",
"*.json"
]
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.10.0",
"@babel/core": "^7.10.0",
"@babel/helpers": "^7.7.0",
"@babel/plugin-external-helpers": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.7.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-reserved-words": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.10.0",
"@babel/register": "^7.7.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"babel-plugin-transform-member-expression-literals": "^6.9.4",
"babel-plugin-transform-property-literals": "^6.9.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "~3.0.0",
"babel-preset-es3": "~1.0.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^7.1.0",
"heatmap.js": "^2.0.5",
"jest": "^26.0.1",
"pako": "^1.0.10",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-es3": "^1.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "~2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-uglify": "^6.0.3",
"rollup-watch": "~4.3.1",
"ua-device": "^0.1.10"
},
"dependencies": {
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-member-expression-literals": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-property-literals": "^7.0.0",
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.7.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-env": "^1.7.0",
"core-js": "^3.6.5",
"crypto-js": "^3.1.9-1",
"intersection-observer": "^0.11.0",
"mutationobserver-shim": "^0.3.7",
"regenerator-runtime": "^0.13.3",
"rollup": "^1.27.3"
},
"bugs": {
"url": "https://github.com/analysys/ans-javascript-sdk/issues"
},
"homepage": "https://github.com/analysys/ans-javascript-sdk#readme",
"keywords": [
"analysys",
"analysysagent",
"ans",
"analytics",
"sdk",
"js"
],
"engines": {
"node": ">=6.0"
}
}