in tasks/generate-license-data.js [204:207]
function findNodeAttribute(name, rootPath, attribute) { var packageFile = rootPath + '/node_modules/' + name + '/package.json'; return findAttribute(packageFile, attribute); }