package.json
2.7 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"_args": [
[
{
"raw": "ast-types@0.x.x",
"scope": null,
"escapedName": "ast-types",
"name": "ast-types",
"rawSpec": "0.x.x",
"spec": ">=0.0.0 <1.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/degenerator"
]
],
"_from": "ast-types@>=0.0.0 <1.0.0",
"_id": "ast-types@0.9.5",
"_inCache": true,
"_location": "/ast-types",
"_nodeVersion": "4.7.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ast-types-0.9.5.tgz_1486421202730_0.6579056631308049"
},
"_npmUser": {
"name": "benjamn",
"email": "bn@cs.stanford.edu"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "ast-types@0.x.x",
"scope": null,
"escapedName": "ast-types",
"name": "ast-types",
"rawSpec": "0.x.x",
"spec": ">=0.0.0 <1.0.0",
"type": "range"
},
"_requiredBy": [
"/commoner/recast",
"/degenerator"
],
"_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.5.tgz",
"_shasum": "1a660a09945dbceb1f9c9cbb715002617424e04a",
"_shrinkwrap": null,
"_spec": "ast-types@0.x.x",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/degenerator",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/ast-types/issues"
},
"dependencies": {},
"description": "Esprima-compatible implementation of the Mozilla JS Parser API",
"devDependencies": {
"babel-core": "^5.6.15",
"espree": "^3.1.7",
"esprima": "~1.2.2",
"esprima-fb": "~14001.1.0-dev-harmony-fb",
"mocha": "~3.1.1"
},
"directories": {},
"dist": {
"shasum": "1a660a09945dbceb1f9c9cbb715002617424e04a",
"tarball": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.5.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "795111b88745a3ead88adfd8ce3ac86bc4261d45",
"homepage": "http://github.com/benjamn/ast-types",
"keywords": [
"ast",
"abstract syntax tree",
"hierarchy",
"mozilla",
"spidermonkey",
"parser api",
"esprima",
"types",
"type system",
"type checking",
"dynamic types",
"parsing",
"transformation",
"syntax"
],
"license": "MIT",
"main": "main.js",
"maintainers": [
{
"name": "benjamn",
"email": "bn@cs.stanford.edu"
}
],
"name": "ast-types",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/ast-types.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.9.5"
}