Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81164 views
1
{
2
"author": {
3
"name": "Ben Newman",
4
"email": "[email protected]"
5
},
6
"name": "recast",
7
"description": "JavaScript syntax tree transformer, conservative pretty-printer, and automatic source map generator",
8
"keywords": [
9
"ast",
10
"rewriting",
11
"refactoring",
12
"codegen",
13
"syntax",
14
"transformation",
15
"parsing",
16
"pretty-printing"
17
],
18
"version": "0.9.18",
19
"homepage": "http://github.com/benjamn/recast",
20
"repository": {
21
"type": "git",
22
"url": "git://github.com/benjamn/recast.git"
23
},
24
"license": "MIT",
25
"main": "main.js",
26
"scripts": {
27
"test": "node ./node_modules/mocha/bin/mocha --reporter spec",
28
"debug": "node ./node_modules/mocha/bin/mocha --debug-brk --reporter spec"
29
},
30
"dependencies": {
31
"esprima-fb": "~10001.1.0-dev-harmony-fb",
32
"source-map": "~0.1.40",
33
"private": "~0.1.5",
34
"ast-types": "~0.6.1"
35
},
36
"devDependencies": {
37
"mocha": "~1.21.0"
38
},
39
"engines": {
40
"node": ">= 0.8"
41
},
42
"bugs": {
43
"url": "https://github.com/benjamn/recast/issues"
44
},
45
"_id": "[email protected]",
46
"_shasum": "f70921bb9f737d8e1fb06a440315bd7ec14587c9",
47
"_from": "recast@>=0.9.5 <0.10.0",
48
"_npmVersion": "1.4.9",
49
"_npmUser": {
50
"name": "benjamn",
51
"email": "[email protected]"
52
},
53
"maintainers": [
54
{
55
"name": "benjamn",
56
"email": "[email protected]"
57
}
58
],
59
"dist": {
60
"shasum": "f70921bb9f737d8e1fb06a440315bd7ec14587c9",
61
"tarball": "http://registry.npmjs.org/recast/-/recast-0.9.18.tgz"
62
},
63
"directories": {},
64
"_resolved": "https://registry.npmjs.org/recast/-/recast-0.9.18.tgz"
65
}
66
67