mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 23:37:21 +00:00
push all website files
This commit is contained in:
8
website/node_modules/npm/lib/install/is-opt-dep.js
generated
vendored
Normal file
8
website/node_modules/npm/lib/install/is-opt-dep.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
module.exports = isOptDep
|
||||
|
||||
function isOptDep (node, name) {
|
||||
return node.package &&
|
||||
node.package.optionalDependencies &&
|
||||
node.package.optionalDependencies[name]
|
||||
}
|
Reference in New Issue
Block a user