8 var pkg = require("./package.json");
9 var path = require("path");
11 return Object.keys(d).filter(function(key) {
13 return spec.indexOf("file:") === 0
16 var fileDeps = dep(pkg.dependencies).concat(dep(pkg.devDependencies));
17 fileDeps.forEach(function(f) {
18 console.log(path.resolve(path.join("node_modules", f)));
24 linklocal list
--format '%S' --no-summary || find_file_deps
;
27 find_deps|
while read line
; do
28 if [[ -d "${line}" ]] && [[ ! -h "${line}" ]]; then