forked from cloudfoundry-attic/cf-abacus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
194 lines (194 loc) · 7.88 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"name": "cf-abacus",
"description": "CF Abacus usage metering and aggregation service",
"license": "Apache-2.0",
"version": "1.1.1",
"private": true,
"homepage": "https://github.com/cloudfoundry-incubator/cf-abacus",
"bugs": {
"url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
},
"keywords": [
"cf",
"abacus"
],
"files": [
".eslintrc",
".jshintrc",
".jsinspectrc",
".yarnrc",
".travis.yml",
"LICENSE",
"NOTICE",
"bin/",
"demo/",
"doc/",
"etc/",
"lib/",
"test/",
"tools/"
],
"scripts": {
"bootstrap": "yarn add check-node-version && check-node-version --package",
"provision": "yarn run bootstrap && yarn install",
"build": "yarn run provision && yarn test",
"clean": "git clean -df",
"rebuild": "yarn run clean && yarn run build",
"update-dependencies": "bin/update-dependencies",
"lint": "foreach abacus :path yarn run lint",
"hint": "foreach abacus :path jshint src",
"test": "foreach abacus node_modules/:name yarn test --",
"citest": "bin/citest",
"cftest": "bin/cftest",
"cibuild": "yarn run build && yarn run citest && yarn run cftest",
"generate-coverage": "foreach abacus node_modules/:name yarn run generate-coverage --",
"report-coverage": "lcov-result-merger 'node_modules/**/coverage/lcov.info' coverage.out && codecov",
"dupcode": "jsinspect",
"doc": "cat README.md | mddoc >README.html && cat CHANGES.md | mddoc >CHANGES.html",
"store-defaults": "store-default-plans && store-default-mappings",
"start": "bin/start && yarn run store-defaults",
"stop": "bin/stop",
"restart": "yarn stop && yarn start",
"demo": "bin/demo",
"dupe": "bin/dupe",
"perf": "bin/perf",
"itest": "export JOBS=1 && foreach itest node_modules/:name yarn run itest --",
"broker-itest": "export JOBS=1 && foreach broker-itest node_modules/:name yarn run broker-itest --",
"smoke": "export JOBS=1 && foreach smoke node_modules/:name yarn run smoke --",
"extensions-itest": "export JOBS=1 && foreach extensions-itest node_modules/:name yarn run extensions-itest --",
"acceptance": "export JOBS=1 && foreach acceptance node_modules/:name yarn run acceptance --",
"pub": "export JOBS=1 && foreach abacus :path yarn run pub && publish",
"cfpush": "bin/cfpush",
"cfstage": "bin/cfstage",
"cfdelete": "bin/cfdelete",
"cfstart": "bin/cfstart",
"cfstop": "bin/cfstop"
},
"dependencies": {
"abacus-account-plugin": "file:lib/plugins/account",
"abacus-audit": "file:lib/utils/audit",
"abacus-authserver-plugin": "file:lib/plugins/authserver",
"abacus-basic": "file:lib/utils/basic",
"abacus-batch": "file:lib/utils/batch",
"abacus-breaker": "file:lib/utils/breaker",
"abacus-bridge": "file:lib/utils/bridge",
"abacus-carryover": "file:lib/utils/carryover",
"abacus-cf-applications": "file:lib/cf/applications",
"abacus-cf-broker": "file:lib/cf/broker",
"abacus-cf-renewer": "file:lib/cf/renewer",
"abacus-cf-services": "file:lib/cf/services",
"abacus-client": "file:lib/utils/client",
"abacus-clone": "file:lib/utils/clone",
"abacus-cluster": "file:lib/utils/cluster",
"abacus-couchclient": "file:lib/utils/couchclient",
"abacus-couchstore": "file:lib/utils/couchstore",
"abacus-counter": "file:lib/utils/counter",
"abacus-dataflow": "file:lib/utils/dataflow",
"abacus-dbclient": "file:lib/utils/dbclient",
"abacus-dbcommons": "file:lib/utils/dbcommons",
"abacus-debug": "file:lib/utils/debug",
"abacus-dedupe": "file:lib/utils/dedupe",
"abacus-demo-client": "file:demo/client",
"abacus-doc": "file:doc",
"abacus-etc": "file:etc",
"abacus-eureka": "file:lib/utils/eureka",
"abacus-eureka-plugin": "file:lib/plugins/eureka",
"abacus-eval": "file:lib/utils/eval",
"abacus-events": "file:lib/utils/events",
"abacus-express": "file:lib/utils/express",
"abacus-healthchecker": "file:lib/extensions/healthchecker",
"abacus-housekeeper": "file:lib/extensions/housekeeper",
"abacus-hystrix": "file:lib/utils/hystrix",
"abacus-launcher": "file:lib/utils/launcher",
"abacus-lock": "file:lib/utils/lock",
"abacus-lrucache": "file:lib/utils/lrucache",
"abacus-lrudown": "file:lib/utils/lrudown",
"abacus-metering-config": "file:lib/config/metering",
"abacus-moment": "file:lib/utils/moment",
"abacus-mongoclient": "file:lib/utils/mongoclient",
"abacus-oauth": "file:lib/utils/oauth",
"abacus-paging": "file:lib/utils/paging",
"abacus-partition": "file:lib/utils/partition",
"abacus-perf": "file:lib/utils/perf",
"abacus-plan-mappings": "file:lib/config/mappings",
"abacus-plan-tester": "file:lib/config/plan-tester",
"abacus-pouchserver": "file:lib/utils/pouchserver",
"abacus-pricing-config": "file:lib/config/pricing",
"abacus-provisioning-plugin": "file:lib/plugins/provisioning",
"abacus-rabbitmq": "file:lib/utils/rabbitmq",
"abacus-rating-config": "file:lib/config/rating",
"abacus-rc": "file:lib/utils/rc",
"abacus-request": "file:lib/utils/request",
"abacus-retry": "file:lib/utils/retry",
"abacus-rewire": "file:lib/utils/rewire",
"abacus-router": "file:lib/utils/router",
"abacus-schema": "file:lib/utils/schema",
"abacus-seqid": "file:lib/utils/seqid",
"abacus-service-dashboard": "file:lib/cf/dashboard",
"abacus-throttle": "file:lib/utils/throttle",
"abacus-timewindow": "file:lib/utils/timewindow",
"abacus-transform": "file:lib/utils/transform",
"abacus-urienv": "file:lib/utils/urienv",
"abacus-usage-accumulator": "file:lib/aggregation/accumulator",
"abacus-usage-aggregator": "file:lib/aggregation/aggregator",
"abacus-usage-collector": "file:lib/metering/collector",
"abacus-usage-meter": "file:lib/metering/meter",
"abacus-usage-reporting": "file:lib/aggregation/reporting",
"abacus-usage-schemas": "file:lib/config/schemas",
"abacus-vcapenv": "file:lib/utils/vcapenv",
"abacus-webapp": "file:lib/utils/webapp",
"abacus-yieldable": "file:lib/utils/yieldable",
"ajv": "^6.0.0",
"async": "^2.6.0",
"express-rate-limit": "^2.11.0",
"http-status-codes": "^1.3.0",
"supertest": "^3.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"abacus-cf-acceptance-test": "file:test/cf/acceptance",
"abacus-cf-broker-tests": "file:test/broker",
"abacus-cf-integration-itest": "file:test/cf/integration",
"abacus-cf-smoke": "file:test/cf/smoke",
"abacus-cfpush": "file:tools/cfpush",
"abacus-dupe-test": "file:test/dupe",
"abacus-eslint": "file:tools/eslint",
"abacus-extensions-itest": "file:test/extensions",
"abacus-mddoc": "file:tools/mddoc",
"abacus-mocha": "file:tools/mocha",
"abacus-perf-test": "file:test/perf",
"abacus-publish": "file:tools/publish",
"abacus-replace-template": "file:tools/replace-template",
"abacus-secured-itest": "file:test/secured",
"abacus-usage-accumulator-itest": "file:test/aggregation/accumulator",
"abacus-usage-aggregator-itest": "file:test/aggregation/aggregator",
"abacus-usage-collector-itest": "file:test/metering/collector",
"abacus-usage-meter-itest": "file:test/metering/meter",
"abacus-usage-reporting-itest": "file:test/aggregation/reporting",
"chai-http": "3.0.0",
"check-node-version": "^3.2.0",
"codecov": "^3.0.0",
"jasmine-core": "^2.8.0",
"jshint": "^2.8.0",
"jsinspect": "^0.6.1",
"karma": "1.5.0",
"karma-cli": "1.0.1",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.3",
"karma-read-json": "1.1.0",
"lcov-result-merger": "^1.2.0",
"nock": "9.0.2",
"nyc": "^11.4.1",
"proxyquire": "1.5.0"
},
"engines": {
"node": ">=8.9.4 <9.0.0",
"npm": "<5.0.0",
"yarn": ">=1.2.1"
}
}