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
| {
| "_args": [
| [
| "require_optional@1.0.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "require_optional@1.0.1",
| "_id": "require_optional@1.0.1",
| "_inBundle": false,
| "_integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==",
| "_location": "/require_optional",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "require_optional@1.0.1",
| "name": "require_optional",
| "escapedName": "require_optional",
| "rawSpec": "1.0.1",
| "saveSpec": null,
| "fetchSpec": "1.0.1"
| },
| "_requiredBy": [
| "/mongodb"
| ],
| "_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz",
| "_spec": "1.0.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "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"
| },
| "homepage": "https://github.com/christkv/require_optional",
| "keywords": [
| "optional",
| "require",
| "optionalPeerDependencies"
| ],
| "license": "Apache-2.0",
| "main": "index.js",
| "name": "require_optional",
| "peerOptionalDependencies": {
| "co": ">=5.6.0",
| "es6-promise": "^3.0.2",
| "es6-promise2": "^4.0.2",
| "bson": "0.4.21"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/christkv/require_optional.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "version": "1.0.1"
| }
|
|