Your IP : 18.221.165.190


Current Path : /proc/thread-self/root/proc/thread-self/root/lib/node_modules/npm/lib/install/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/lib/node_modules/npm/lib/install/is-prod-dep.js

'use strict'

module.exports = isProdDep

function isProdDep (node, name) {
  return node.package &&
    node.package.dependencies &&
    node.package.dependencies[name]
}

?>