ctrip-apollo-ex
Version:
The most delightful and handy Node.js client for ctrip apollo configuration service
68 lines (67 loc) • 1.7 kB
JSON
{
"name": "ctrip-apollo-ex",
"version": "4.4.2",
"description": "The most delightful and handy Node.js client for ctrip apollo configuration service",
"main": "src/index.js",
"scripts": {
"test": "NODE_DEBUG=ctrip-apollo,ctrip-apollo:test nyc ava --verbose --timeout=20s",
"posttest": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint .",
"fix": "eslint . --fix",
"debug": "NODE_DEBUG=ctrip-apollo node no-track",
"report:dev": "nyc report --reporter=html && npm run report:open",
"report:open": "open coverage/index.html",
"test:dev": "npm run test && npm run report:dev && rm -rf ./test/.cache",
"test:real": "node test/real.js"
},
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "https://github.com/Saltpond/ctrip-apollo"
},
"keywords": [
"ctrip-apollo",
"apollo",
"ctrip",
"config",
"config service"
],
"engines": {
"node": ">=7.10.1"
},
"author": "kaelzhang",
"contributors": [
"saltpond"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/ctrip-apollo/issues"
},
"ava": {
"babel": false,
"files": [
"test/*.test.js"
]
},
"devDependencies": {
"apollo-mock-server": "^1.2.0",
"ava": "^2.3.0",
"codecov": "^3.5.0",
"delay": "^4.3.0",
"eslint": "^6.2.2",
"eslint-config-ostai": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"get-port": "^5.0.0",
"nyc": "^14.1.1"
},
"dependencies": {
"core-util-is": "^1.0.2",
"diff-sorted-array": "^3.0.0",
"err-object": "^5.1.4",
"fs-extra": "^8.1.0",
"request": "^2.88.0",
"urllib-sync": "^1.1.4"
}
}