01c9fae6cab8d5a621aaf2a9e0f2a1fc64be7131.svn-base
1.98 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
{
"_from": "flow-remove-types@^2.112.0",
"_id": "flow-remove-types@2.143.1",
"_inBundle": false,
"_integrity": "sha1-4gXULemakdHyjYOzlO5zknNoJY8=",
"_location": "/flow-remove-types",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "flow-remove-types@^2.112.0",
"name": "flow-remove-types",
"escapedName": "flow-remove-types",
"rawSpec": "^2.112.0",
"saveSpec": null,
"fetchSpec": "^2.112.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npm.taobao.org/flow-remove-types/download/flow-remove-types-2.143.1.tgz",
"_shasum": "e205d42de99a91d1f28d83b394ee73927368258f",
"_spec": "flow-remove-types@^2.112.0",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\tap",
"author": {
"name": "Flow Team",
"email": "flow@fb.com"
},
"bin": {
"flow-remove-types": "flow-remove-types",
"flow-node": "flow-node"
},
"bugs": {
"url": "https://github.com/facebook/flow/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Lee Byron",
"email": "lee@leebyron.com",
"url": "http://leebyron.com/"
}
],
"dependencies": {
"flow-parser": "^0.143.1",
"pirates": "^3.0.2",
"vlq": "^0.2.1"
},
"deprecated": false,
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.",
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"register.js",
"flow-remove-types",
"flow-node",
"LICENSE"
],
"homepage": "https://flow.org",
"keywords": [
"flow",
"flowtype",
"compiler",
"transpiler",
"transform",
"es6"
],
"license": "MIT",
"main": "index.js",
"name": "flow-remove-types",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/flow.git"
},
"scripts": {
"test": "./test.sh",
"test-update": "./test-update.sh"
},
"version": "2.143.1"
}