forked from node-modules/mm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.17 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
{
"name": "mm",
"version": "3.2.1",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"lib"
],
"scripts": {
"test": "npm run lint && egg-bin test",
"ci": "npm run lint && egg-bin cov",
"lint": "eslint --fix lib test index.js"
},
"dependencies": {
"is-type-of": "^1.2.1",
"ko-sleep": "^1.0.3",
"muk-prop": "^1.2.1",
"thenify": "^3.3.0"
},
"devDependencies": {
"chunkstream": "^0.0.1",
"co": "^4.6.0",
"egg-bin": "^5.5.0",
"enable": "^3.4.0",
"eslint": "^8.28.0",
"eslint-config-egg": "^12.1.0",
"node-patch": "*",
"pedding": "^1.1.0",
"should": "^13.2.3",
"thunkify-wrap": "^1.0.4",
"urllib": "^3.5.1",
"uuid": "^3.4.0"
},
"homepage": "http://github.com/node-modules/mm",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/mm.git"
},
"keywords": [
"mm",
"muk",
"mock",
"test"
],
"engines": {
"node": ">=14.0.0"
},
"ci": {
"version": "14, 16, 18"
},
"author": "fengmk2 <[email protected]> (https://github.com/fengmk2)",
"license": "MIT"
}