Lines Matching refs:pkg
60 Asynchronously resolve the module path string `id` into `cb(err, res [, pkg])`, where `pkg` (if def…
85 * `opts.packageFilter(pkg, pkgfile, dir)` - transform the parsed package.json contents before looki…
86 * pkg - package data
90 * `opts.pathFilter(pkg, path, relativePath)` - transform a path within a package
91 * pkg - package data
156 var pkg = JSON.parse(body);
157 cb(null, pkg);
194 * `opts.packageFilter(pkg, dir)` - transform the parsed package.json contents before looking at the…
195 * pkg - package data
198 * `opts.pathFilter(pkg, path, relativePath)` - transform a path within a package
199 * pkg - package data
266 var pkg = JSON.parse(body);
267 return pkg;