-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.68 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
{
"name": "js-rci",
"version": "1.0.0",
"description": "JavaScript-Refactoring for Client Insourcing",
"main": "index.js",
"scripts": {
"instrumenting": "node jalangi2/src/js/commands/jalangi.js --inlineIID --inlineSource --analysis jalangi2/src/js/sample_analyses/ChainedAnalyses.js --analysis jalangi2/src/js/runtime/SMemory.js --analysis jalangi2/src/js/runtime/analysisCallbackTemplate_debug.js $SERVER test1.json"
},
"dependencies": {
"@types/es6-promise": "^3.3.0",
"@types/escodegen": "0.0.6",
"@types/mocha": "^5.2.7",
"alasql": "^0.4.11",
"amdefine": "^1.0.1",
"circular-json": "^0.5.9",
"colors": "^1.3.3",
"commander": "^2.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"ecma-variable-scope": "^2.1.0",
"escope": "^3.6.0",
"esotope": "^1.4.5",
"esprima": "^4.0.1",
"esrefactor": "^0.1.0",
"estraverse": "^4.3.0",
"express": "^4.17.1",
"falafel": "^2.2.4",
"fs-extra": "^8.1.0",
"goreplay_middleware": "^1.0.0",
"js-beautify": "^1.11.0",
"jsdom": "^15.1.1",
"json2csv": "^4.5.2",
"line-column": "^1.0.2",
"lodash": "^4.17.15",
"mocha": "^6.2.3",
"mongoose": "^5.9.7",
"node-sql-parser": "^1.7.12",
"nodemon": "^1.19.2",
"nodeunit": "^0.11.3",
"polycrc": "^0.1.0",
"scope-analyzer": "^2.1.1",
"string-template": "^1.0.0",
"typescript": "^3.8.3",
"underscore": "^1.10.2",
"ws": "^7.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kjprj/JS-RCI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kjprj/JS-RCI/issues"
},
"homepage": "https://github.com/kjprj/JS-RCI#readme"
}