Files
menui_backend/node_modules/require_optional/package.json
2020-08-20 20:27:14 +02:00

44 lines
1.2 KiB
JSON

{
"name": "require_optional",
"version": "1.0.1",
"description": "Allows you declare optionalPeerDependencies that can be satisfied by the top level module but ignored if they are not.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/christkv/require_optional.git"
},
"keywords": [
"optional",
"require",
"optionalPeerDependencies"
],
"author": "Christian Kvalheim Amor",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/christkv/require_optional/issues"
},
"homepage": "https://github.com/christkv/require_optional",
"dependencies": {
"semver": "^5.1.0",
"resolve-from": "^2.0.0"
},
"devDependencies": {
"bson": "0.4.21",
"co": "4.6.0",
"es6-promise": "^3.0.2",
"mocha": "^2.4.5"
},
"peerOptionalDependencies": {
"co": ">=5.6.0",
"es6-promise": "^3.0.2",
"es6-promise2": "^4.0.2",
"bson": "0.4.21"
}
,"_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz"
,"_integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g=="
,"_from": "require_optional@1.0.1"
}