Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/@javascript-obfuscator/estraverse/package.json
1126 views
1
{
2
"name": "@javascript-obfuscator/estraverse",
3
"description": "ECMAScript JS AST traversal functions",
4
"homepage": "https://github.com/estools/estraverse",
5
"main": "estraverse.js",
6
"version": "5.4.0",
7
"engines": {
8
"node": ">=4.0"
9
},
10
"maintainers": [
11
{
12
"name": "Yusuke Suzuki",
13
"email": "[email protected]",
14
"web": "http://github.com/Constellation"
15
}
16
],
17
"repository": {
18
"type": "git",
19
"url": "http://github.com/estools/estraverse.git"
20
},
21
"devDependencies": {
22
"babel-preset-env": "^1.6.1",
23
"babel-register": "^6.3.13",
24
"chai": "^2.1.1",
25
"espree": "^1.11.0",
26
"gulp": "^3.8.10",
27
"gulp-bump": "^0.2.2",
28
"gulp-filter": "^2.0.0",
29
"gulp-git": "^1.0.1",
30
"gulp-tag-version": "^1.3.0",
31
"jshint": "^2.5.6",
32
"mocha": "^2.1.0"
33
},
34
"license": "BSD-2-Clause",
35
"scripts": {
36
"test": "npm run-script lint && npm run-script unit-test",
37
"lint": "jshint estraverse.js",
38
"unit-test": "mocha --compilers js:babel-register"
39
}
40
}
41
42