UNPKG

1.59 kBJSONView Raw
1{
2 "name": "mongodb-collection-sample",
3 "description": "Sample documents from MongoDB collections.",
4 "version": "4.4.2",
5 "scripts": {
6 "check": "mongodb-js-precommit",
7 "pretest": "mongodb-runner start --port=27018",
8 "posttest": "mongodb-runner stop --port=27018",
9 "test": "mocha --exit",
10 "ci": "npm run check && npm test",
11 "fmt": "mongodb-js-fmt test/*.js bin/*.js index.js"
12 },
13 "precommit": [
14 "check"
15 ],
16 "homepage": "https://github.com/mongodb-js/mongodb-collection-sample",
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/mongodb-js/mongodb-collection-sample.git"
20 },
21 "license": "Apache-2.0",
22 "bugs": {
23 "url": "https://github.com/mongodb-js/mongodb-collection-sample/issues"
24 },
25 "bin": {
26 "mongodb-collection-sample": "bin/mongodb-collection-sample.js"
27 },
28 "dependencies": {
29 "debug": "^2.2.0",
30 "event-stream": "^4.0.1",
31 "lodash.chunk": "^4.0.0",
32 "lodash.defaults": "^4.0.1",
33 "reservoir": "^0.1.2",
34 "semver": "^5.0.3"
35 },
36 "devDependencies": {
37 "backoff": "^2.4.1",
38 "bson": "^1.0.4",
39 "chai": "^3.5.0",
40 "eslint-config-mongodb-js": "^2.2.0",
41 "lodash.range": "^3.0.1",
42 "mocha": "^5.2.0",
43 "mongodb": "^3.1.9",
44 "mongodb-js-fmt": "0.0.3",
45 "mongodb-js-precommit": "^0.2.9",
46 "mongodb-read-preference": "^1.0.6",
47 "mongodb-runner": "^4.6.0",
48 "pre-commit": "^1.1.2",
49 "proxyquire": "^1.7.9"
50 },
51 "optionalDependencies": {
52 "event-stream": "^4.0.1",
53 "mongodb-extjson": "^2.1.0",
54 "mongodb-ns": "^2.0.0",
55 "yargs": "^4.7.1"
56 }
57}