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
|
{
"_args": [
[
{
"name": "bson",
"raw": "bson@~0.5.1",
"rawSpec": "~0.5.1",
"scope": null,
"spec": ">=0.5.1 <0.6.0",
"type": "range"
},
"/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core"
]
],
"_from": "bson@>=0.5.1 <0.6.0",
"_id": "bson@0.5.2",
"_inCache": true,
"_installable": true,
"_location": "/bson",
"_nodeVersion": "4.4.4",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bson-0.5.2.tgz_1468236520063_0.9097728193737566"
},
"_npmUser": {
"email": "christkv@gmail.com",
"name": "christkv"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "bson",
"raw": "bson@~0.5.1",
"rawSpec": "~0.5.1",
"scope": null,
"spec": ">=0.5.1 <0.6.0",
"type": "range"
},
"_requiredBy": [
"/mongodb-core"
],
"_resolved": "https://registry.npmjs.org/bson/-/bson-0.5.2.tgz",
"_shasum": "ff0fbbf90a99eee06bf33c42edf73e51690fbebd",
"_shrinkwrap": null,
"_spec": "bson@~0.5.1",
"_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core",
"author": {
"email": "christkv@gmail.com",
"name": "Christian Amor Kvalheim"
},
"browser": "lib/bson/bson.js",
"bugs": {
"url": "https://github.com/mongodb/js-bson/issues"
},
"config": {
"native": false
},
"contributors": [],
"dependencies": {},
"description": "A bson parser for node.js and the browser",
"devDependencies": {
"benchmark": "1.0.0",
"colors": "1.1.0",
"gleak": "0.2.3",
"nodeunit": "0.9.0"
},
"directories": {
"lib": "./lib/bson"
},
"dist": {
"shasum": "ff0fbbf90a99eee06bf33c42edf73e51690fbebd",
"tarball": "https://registry.npmjs.org/bson/-/bson-0.5.2.tgz"
},
"engines": {
"node": ">=0.6.19"
},
"files": [
"lib",
"browser_build",
"alternate_parsers",
"bower.json",
"tools",
"deserializer_bak.js"
],
"gitHead": "afc468f7119c8dcea19e82984ace3eaa9214134f",
"homepage": "https://github.com/mongodb/js-bson",
"keywords": [
"mongodb",
"bson",
"parser"
],
"license": "Apache-2.0",
"main": "./lib/bson/index",
"maintainers": [
{
"email": "chinsay@gmail.com",
"name": "octave"
},
{
"email": "christkv@gmail.com",
"name": "christkv"
}
],
"name": "bson",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mongodb/js-bson.git"
},
"scripts": {
"test": "nodeunit ./test/node"
},
"version": "0.5.2"
}
|