{ "name": "mm", "version": "2.5.0", "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", "autod": "autod -w --prefix '^'" }, "dependencies": { "is-type-of": "^1.0.0", "ko-sleep": "^1.0.2", "muk-prop": "^1.0.0", "thenify": "^3.2.1" }, "devDependencies": { "autod": "^2.8.0", "chunkstream": "^0.0.1", "co": "^4.6.0", "egg-bin": "^1.10.3", "egg-ci": "^1.9.1", "enable": "^3.3.0", "eslint": "^3.18.0", "eslint-config-egg": "^3.2.0", "node-patch": "*", "pedding": "^1.1.0", "should": "^11.2.1", "thunkify-wrap": "^1.0.4", "urllib": "^2.21.2", "uuid": "^3.1.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": ">=4.0.0" }, "ci": { "type": "travis, azure-pipelines", "version": "4, 6, 8, 10, 11" }, "author": "fengmk2 (http://fengmk2.com)", "license": "MIT" }