Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80551 views
1
{
2
"name": "astw",
3
"version": "2.0.0",
4
"description": "walk the ast with references to parent nodes",
5
"main": "index.js",
6
"dependencies": {
7
"acorn": "^1.0.3"
8
},
9
"devDependencies": {
10
"tape": "~2.4.1",
11
"escodegen": "~0.0.17"
12
},
13
"scripts": {
14
"test": "tape test/*.js"
15
},
16
"testling": {
17
"files": "test/*.js",
18
"browsers": [
19
"ie/6..latest",
20
"chrome/20..latest",
21
"firefox/10..latest",
22
"safari/latest",
23
"opera/11.0..latest",
24
"iphone/6",
25
"ipad/6"
26
]
27
},
28
"repository": {
29
"type": "git",
30
"url": "git://github.com/substack/astw.git"
31
},
32
"homepage": "https://github.com/substack/astw",
33
"keywords": [
34
"ast",
35
"walk",
36
"source",
37
"acorn"
38
],
39
"author": {
40
"name": "James Halliday",
41
"email": "[email protected]",
42
"url": "http://substack.net"
43
},
44
"license": "MIT",
45
"gitHead": "c2c3527430c94a9379eb05f50dab74314e54e940",
46
"bugs": {
47
"url": "https://github.com/substack/astw/issues"
48
},
49
"_id": "[email protected]",
50
"_shasum": "08121ac8288d35611c0ceec663f6cd545604897d",
51
"_from": "astw@>=2.0.0 <3.0.0",
52
"_npmVersion": "2.7.5",
53
"_nodeVersion": "1.6.3",
54
"_npmUser": {
55
"name": "substack",
56
"email": "[email protected]"
57
},
58
"dist": {
59
"shasum": "08121ac8288d35611c0ceec663f6cd545604897d",
60
"tarball": "http://registry.npmjs.org/astw/-/astw-2.0.0.tgz"
61
},
62
"maintainers": [
63
{
64
"name": "substack",
65
"email": "[email protected]"
66
}
67
],
68
"directories": {},
69
"_resolved": "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz",
70
"readme": "ERROR: No README data found!"
71
}
72
73