package.json
1.8 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
{
"_from": "ast-types@0.9.6",
"_id": "ast-types@0.9.6",
"_inBundle": false,
"_integrity": "sha1-ECyenpAF0+fjgpvwxPok7oYu6bk=",
"_location": "/ast-types",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ast-types@0.9.6",
"name": "ast-types",
"escapedName": "ast-types",
"rawSpec": "0.9.6",
"saveSpec": null,
"fetchSpec": "0.9.6"
},
"_requiredBy": [
"/commoner/recast"
],
"_resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz",
"_shasum": "102c9e9e9005d3e7e3829bf0c4fa24ee862ee9b9",
"_spec": "ast-types@0.9.6",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\commoner\\node_modules\\recast",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/ast-types/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"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"
},
"engines": {
"node": ">= 0.8"
},
"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",
"name": "ast-types",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/ast-types.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.9.6"
}