forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.13 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.13 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_args": [
[
"astw@^2.0.0",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/lexical-scope"
]
],
"_from": "astw@>=2.0.0 <3.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/astw",
"_nodeVersion": "1.6.3",
"_npmUser": {
"email": "[email protected]",
"name": "substack"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"name": "astw",
"raw": "astw@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/lexical-scope"
],
"_resolved": "https://registry.npmjs.org/astw/-/astw-2.0.0.tgz",
"_shasum": "08121ac8288d35611c0ceec663f6cd545604897d",
"_shrinkwrap": null,
"_spec": "astw@^2.0.0",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/lexical-scope",
"author": {
"email": "[email protected]",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/astw/issues"
},
"dependencies": {
"acorn": "^1.0.3"
},
"description": "walk the ast with references to parent nodes",
"devDependencies": {
"escodegen": "~0.0.17",
"tape": "~2.4.1"
},
"directories": {},
"dist": {
"shasum": "08121ac8288d35611c0ceec663f6cd545604897d",
"tarball": "http://registry.npmjs.org/astw/-/astw-2.0.0.tgz"
},
"gitHead": "c2c3527430c94a9379eb05f50dab74314e54e940",
"homepage": "https://github.com/substack/astw",
"installable": true,
"keywords": [
"acorn",
"ast",
"source",
"walk"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
}
],
"name": "astw",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/substack/astw.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"browsers": [
"chrome/20..latest",
"firefox/10..latest",
"ie/6..latest",
"ipad/6",
"iphone/6",
"opera/11.0..latest",
"safari/latest"
],
"files": "test/*.js"
},
"version": "2.0.0"
}