PHP 8.2.30
Preview: node.js Size: 1.43 KB
/proc/self/root/opt/alt/alt-nodejs6/root/lib/node_modules/npm/lib/install/node.js

'use strict'

var defaultTemplate = {
  package: {
    version: '',
    dependencies: {},
    devDependencies: {},
    optionalDependencies: {}
  },
  loaded: false,
  children: [],
  requiredBy: [],
  requires: [],
  missingDeps: {},
  missingDevDeps: {},
  phantomChildren: {},
  path: null,
  realpath: null,
  location: null,
  userRequired: false,
  existing: false,
  isTop: false
}

function isLink (node) {
  return node && node.isLink
}

var create = exports.create = function (node, template) {
  if (!template) template = defaultTemplate
  Object.keys(template).forEach(function (key) {
    if (template[key] != null && typeof template[key] === 'object' && !(template[key] instanceof Array)) {
      if (!node[key]) node[key] = {}
      return create(node[key], template[key])
    }
    if (node[key] != null) return
    node[key] = template[key]
  })
  if (isLink(node.parent)) {
    node.isLink = true
  }
  return node
}

exports.reset = function (node) {
  reset(node, {})
}

function reset (node, seen) {
  if (seen[node.path]) return
  seen[node.path] = true
  var child = create(node)

  // FIXME: cleaning up after read-package-json's mess =(
  if (child.package._id === '@') delete child.package._id

  child.isTop = false
  child.requiredBy = []
  child.requires = []
  child.missingDeps = {}
  child.missingDevDeps = {}
  child.phantomChildren = {}
  child.location = null

  child.children.forEach(function (child) { reset(child, seen) })
}

Directory Contents

Dirs: 1 × Files: 32

Name Size Perms Modified Actions
action DIR
- drwxr-xr-x 2024-03-03 22:41:42
Edit Download
202 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
4.97 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
324 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
360 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
204 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
243 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.85 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
625 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.54 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
23.23 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
5.01 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
775 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.00 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
1023 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
492 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
3.65 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
175 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
889 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
763 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
185 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
172 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
172 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
4.22 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.43 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
884 B lrw-r--r-- 2021-09-28 09:36:04
Edit Download
661 B lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.02 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
6.38 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download
1.52 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
1.82 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
2.55 KB lrw-r--r-- 2021-09-28 09:36:04
Edit Download
1.00 KB lrw-r--r-- 2021-09-28 09:36:05
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).