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
| {
| "name": "@types/bson",
| "version": "4.0.5",
| "description": "TypeScript definitions for bson",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bson",
| "license": "MIT",
| "contributors": [
| {
| "name": "Hiroki Horiuchi",
| "url": "https://github.com/horiuchi",
| "githubUsername": "horiuchi"
| },
| {
| "name": "Federico Caselli",
| "url": "https://github.com/CaselIT",
| "githubUsername": "CaselIT"
| },
| {
| "name": "Justin Grant",
| "url": "https://github.com/justingrant",
| "githubUsername": "justingrant"
| },
| {
| "name": "Mikael Lirbank",
| "url": "https://github.com/lirbank",
| "githubUsername": "lirbank"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/bson"
| },
| "scripts": {},
| "dependencies": {
| "@types/node": "*"
| },
| "typesPublisherContentHash": "b18e64fb1b03aa633d8e6099af8a165986f71a3ef3f1bd9623119c3d9870435b",
| "typeScriptVersion": "3.6"
| }
|
|