Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80575 views
1
{
2
"name": "estraverse",
3
"description": "ECMAScript JS AST traversal functions",
4
"homepage": "https://github.com/estools/estraverse",
5
"main": "estraverse.js",
6
"version": "1.9.3",
7
"engines": {
8
"node": ">=0.10.0"
9
},
10
"maintainers": [
11
{
12
"name": "constellation",
13
"email": "[email protected]"
14
}
15
],
16
"repository": {
17
"type": "git",
18
"url": "git+ssh://[email protected]/estools/estraverse.git"
19
},
20
"devDependencies": {
21
"chai": "^2.1.1",
22
"coffee-script": "^1.8.0",
23
"gulp": "^3.8.10",
24
"gulp-bump": "^0.2.2",
25
"gulp-filter": "^2.0.0",
26
"gulp-git": "^1.0.1",
27
"gulp-tag-version": "^1.2.1",
28
"jshint": "^2.5.6",
29
"mocha": "^2.1.0"
30
},
31
"licenses": [
32
{
33
"type": "BSD",
34
"url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
35
}
36
],
37
"scripts": {
38
"test": "npm run-script lint && npm run-script unit-test",
39
"lint": "jshint estraverse.js",
40
"unit-test": "mocha --compilers coffee:coffee-script/register"
41
},
42
"gitHead": "9c249de6b2ea08655d3c68bfc30b5d7d81dc8703",
43
"bugs": {
44
"url": "https://github.com/estools/estraverse/issues"
45
},
46
"_id": "[email protected]",
47
"_shasum": "af67f2dc922582415950926091a4005d29c9bb44",
48
"_from": "estraverse@>=1.9.1 <2.0.0",
49
"_npmVersion": "1.4.28",
50
"_npmUser": {
51
"name": "constellation",
52
"email": "[email protected]"
53
},
54
"dist": {
55
"shasum": "af67f2dc922582415950926091a4005d29c9bb44",
56
"tarball": "http://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz"
57
},
58
"directories": {},
59
"_resolved": "https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz",
60
"readme": "ERROR: No README data found!"
61
}
62
63