-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.12 KB
/
package.json
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
{
"description": "febs is a useful utilities set",
"dependencies": {
"assert": "^1.3.0",
"bignumber.js": "^4.0.1",
"co-busboy": "^1.4.0",
"node-fetch": "^2.6.0",
"promise": "^7.1.1",
"raw-body": "^2.2.0",
"url": "^0.10.3"
},
"directories": {},
"homepage": "https://github.com/brainpoint/febs#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/brainpoint/febs.git"
},
"keywords": [
"browser",
"jquery",
"zepto",
"crc32",
"sha1",
"md5",
"file",
"string",
"net",
"crypto",
"febs"
],
"engines": {
"node": ">=8"
},
"files": [
"doc",
"browser/common",
"browser/libs",
"browser/dist",
"browser/index.js",
"browser/third-party",
"browser/wxmini",
"browser/index.js",
"server",
"test",
"types",
"index.js"
],
"license": "MIT",
"main": "./index.js",
"miniprogram": "./browser/dist/wxmini",
"types": "./types/index.d.ts",
"maintainers": [
{
"name": "brainpoint",
"email": "[email protected]"
}
],
"name": "febs",
"version": "1.2.10"
}