12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "mz-modules@^2.1.0",
- "_id": "mz-modules@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-sjk8lcRW3vrVYnZ+W+67L/2rL+jbO5K/N6PFGIcLWTiYytNr22Ah9FDXFs+AQntTM1boZcoHi5qS+CV1seuPog==",
- "_location": "/mz-modules",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mz-modules@^2.1.0",
- "name": "mz-modules",
- "escapedName": "mz-modules",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "/ali-oss"
- ],
- "_resolved": "https://registry.npmjs.org/mz-modules/-/mz-modules-2.1.0.tgz",
- "_shasum": "7f529877afd0d42f409a7463b96986d61cfbcf96",
- "_spec": "mz-modules@^2.1.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\ali-oss",
- "author": {
- "name": "popomore",
- "email": "sakura9515@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/node-modules/mz-modules/issues"
- },
- "bundleDependencies": false,
- "ci": {
- "version": "6, 8"
- },
- "dependencies": {
- "glob": "^7.1.2",
- "ko-sleep": "^1.0.3",
- "mkdirp": "^0.5.1",
- "pump": "^3.0.0",
- "rimraf": "^2.6.1"
- },
- "deprecated": false,
- "description": "modernize node.js modules to current ECMAScript standards",
- "devDependencies": {
- "autod": "^2.9.0",
- "egg-bin": "^4.1.0",
- "egg-ci": "^1.8.0",
- "eslint": "^4.5.0",
- "eslint-config-egg": "^5.0.0",
- "mm": "^2.1.0",
- "mz": "^2.6.0",
- "stat-mode": "^0.2.2",
- "supertest": "^3.0.0",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "files": [
- "lib",
- "index.js",
- "glob.js",
- "mkdirp.js",
- "rimraf.js",
- "setImmediate.js",
- "nextTick.js",
- "sleep.js",
- "pump.js"
- ],
- "homepage": "https://github.com/node-modules/mz-modules#readme",
- "license": "MIT",
- "name": "mz-modules",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/node-modules/mz-modules.git"
- },
- "scripts": {
- "autod": "autod",
- "ci": "npm run lint && npm run cov",
- "cov": "egg-bin cov",
- "dev": "egg-bin dev",
- "lint": "eslint .",
- "test": "npm run lint -- --fix && npm run test-local",
- "test-local": "egg-bin test"
- },
- "version": "2.1.0"
- }
|