package.json
1.62 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
{
"_from": "flow-parser@^0.143.1",
"_id": "flow-parser@0.143.1",
"_inBundle": false,
"_integrity": "sha1-wY4XRd+X0RMuYANuiMvxkltQlOQ=",
"_location": "/flow-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "flow-parser@^0.143.1",
"name": "flow-parser",
"escapedName": "flow-parser",
"rawSpec": "^0.143.1",
"saveSpec": null,
"fetchSpec": "^0.143.1"
},
"_requiredBy": [
"/flow-remove-types"
],
"_resolved": "https://registry.npm.taobao.org/flow-parser/download/flow-parser-0.143.1.tgz",
"_shasum": "c18e1745df97d1132e60036e88cbf1925b5094e4",
"_spec": "flow-parser@^0.143.1",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\flow-remove-types",
"author": {
"name": "Flow Team",
"email": "flow@fb.com"
},
"bugs": {
"url": "https://github.com/facebook/flow/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "JavaScript parser written in OCaml. Produces ESTree AST",
"devDependencies": {
"ast-types": "^0.14.1",
"colors": ">=0.6.2",
"esprima-fb": "15001.1001.0-dev-harmony-fb",
"minimist": ">=1.2.3"
},
"engines": {
"node": ">=0.4.0"
},
"files": [
"flow_parser.js"
],
"homepage": "https://flow.org",
"license": "MIT",
"main": "flow_parser.js",
"name": "flow-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flow.git"
},
"scripts": {
"prepublish": "make js",
"test": "node test/run_tests.js"
},
"version": "0.143.1"
}