UNPKG

@dalongrong/nacos-config

Version:

nacos config client

59 lines (58 loc) 1.39 kB
{ "name": "@dalongrong/nacos-config", "version": "2.6.2", "description": "nacos config client", "keywords": [ "nacos-config", "nacos" ], "main": "dist/index.js", "author": "czy88840616@gmail.com", "dependencies": { "cluster-client": "^2.1.1", "co-gather": "^1.0.0", "debug": "^3.1.0", "iconv-lite": "^0.4.24", "is-type-of": "^1.2.0", "mz": "^2.7.0", "mz-modules": "^2.1.0", "osenv": "^0.1.5", "sdk-base": "^3.5.0", "urlencode": "^1.1.0", "urllib": "^2.29.1", "utility": "^1.14.0" }, "devDependencies": { "@types/mocha": "^5.2.5", "@types/node": "^10.9.4", "contributors": "^0.5.1", "midway-bin": "1", "mm": "^2.4.1", "pedding": "^1.1.0", "tslint": "^5.11.0", "typescript": "^3.2.2" }, "engines": { "node": ">= 8.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "scripts": { "autod": "midway-bin autod", "lint": "tslint . --ext .ts", "test": "npm run test-local", "test-local": "TEST_REPORTER=spec midway-bin test --ts", "cov": "TEST_REPORTER=spec midway-bin cov --ts", "contributors": "contributors", "ci": "npm run lint && npm run cov", "build": "midway-bin build --ts" }, "files": [ "d.ts", "dist", "src" ], "gitHead": "eb009bdaa5949d4f90e18c6eacf66d6dcf907c96" }