PATH:
opt
/
alt
/
alt-nodejs6
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
install
'use strict' var validate = require('aproba') var childPath = require('../utils/child-path.js') module.exports = function inflateBundled (parent, children) { validate('OA', arguments) children.forEach(function (child) { child.fromBundle = true child.parent = parent child.path = childPath(parent.path, child) child.realpath = childPath(parent.path, child) child.isLink = child.isLink || parent.isLink || parent.target inflateBundled(child, child.children) }) }
[-] deps.js
[edit]
[-] inflate-shrinkwrap.js
[edit]
[-] and-add-parent-to-errors.js
[edit]
[-] report-optional-failure.js
[edit]
[-] inflate-bundled.js
[edit]
[-] read-shrinkwrap.js
[edit]
[+]
action
[-] and-ignore-errors.js
[edit]
[-] and-finish-tracker.js
[edit]
[-] validate-args.js
[edit]
[-] update-package-json.js
[edit]
[-] actions.js
[edit]
[+]
..
[-] is-dev-dep.js
[edit]
[-] save.js
[edit]
[-] access-error.js
[edit]
[-] copy-tree.js
[edit]
[-] filter-invalid-actions.js
[edit]
[-] node.js
[edit]
[-] writable.js
[edit]
[-] is-extraneous.js
[edit]
[-] decompose-actions.js
[edit]
[-] validate-tree.js
[edit]
[-] is-fs-access-available.js
[edit]
[-] is-registry-specifier.js
[edit]
[-] flatten-tree.js
[edit]
[-] mutate-into-logical-tree.js
[edit]
[-] is-opt-dep.js
[edit]
[-] realize-shrinkwrap-specifier.js
[edit]
[-] exists.js
[edit]
[-] is-prod-dep.js
[edit]
[-] diff-trees.js
[edit]
[-] check-permissions.js
[edit]
[-] build-path.js
[edit]