File "is-dev-dep.js"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/lib/install/is-dev-dep.js
File size: 175 bytes
MIME-type: text/plain
Charset: utf-8
'use strict'
module.exports = isDevDep
function isDevDep (node, name) {
return node.package &&
node.package.devDependencies &&
node.package.devDependencies[name]
}