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
|
{
"_args": [
[
{
"name": "require_optional",
"raw": "require_optional@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core"
]
],
"_from": "require_optional@>=1.0.0 <1.1.0",
"_id": "require_optional@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/require_optional",
"_nodeVersion": "4.2.4",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/require_optional-1.0.0.tgz_1454503936164_0.7571216486394405"
},
"_npmUser": {
"email": "christkv@gmail.com",
"name": "christkv"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "require_optional",
"raw": "require_optional@~1.0.0",
"rawSpec": "~1.0.0",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/mongodb-core"
],
"_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.0.tgz",
"_shasum": "52a86137a849728eb60a55533617f8f914f59abf",
"_shrinkwrap": null,
"_spec": "require_optional@~1.0.0",
"_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core",
"author": {
"name": "Christian Kvalheim Amor"
},
"bugs": {
"url": "https://github.com/christkv/require_optional/issues"
},
"dependencies": {
"resolve-from": "^2.0.0",
"semver": "^5.1.0"
},
"description": "Allows you declare optionalPeerDependencies that can be satisfied by the top level module but ignored if they are not.",
"devDependencies": {
"bson": "0.4.21",
"co": "4.6.0",
"es6-promise": "^3.0.2",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"shasum": "52a86137a849728eb60a55533617f8f914f59abf",
"tarball": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.0.tgz"
},
"gitHead": "8eac964c8e31166a8fb483d0d56025b185cee03f",
"homepage": "https://github.com/christkv/require_optional",
"keywords": [
"optional",
"require",
"optionalPeerDependencies"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"email": "christkv@gmail.com",
"name": "christkv"
}
],
"name": "require_optional",
"optionalDependencies": {},
"peerOptionalDependencies": {
"bson": "0.4.21",
"co": ">=5.6.0",
"es6-promise": "^3.0.2",
"es6-promise2": "^4.0.2"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/christkv/require_optional.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
}
|