Options
All
  • Public
  • Public/Protected
  • All
Menu

Package resolve-1.9.0

Variables

async

async: resolve = require('./lib/async')

caller

caller: exports = require('./caller.js')

caller

caller: exports = require('./caller.js')

core

core: core

core

core: core = require('./core')

core

core: core = require('./core')

core

core: core = require('./lib/core')

current

current: string[] = (process.versions && process.versions.node && process.versions.node.split('.')) || []

data

data: object = require('./core.json')

Type declaration

  • _debugger: string
  • _http_agent: string
  • _http_client: string
  • _http_common: string
  • _http_incoming: string
  • _http_outgoing: string
  • _http_server: string
  • _linklist: string
  • _stream_duplex: string
  • _stream_passthrough: string
  • _stream_readable: string
  • _stream_transform: string
  • _stream_wrap: string
  • _stream_writable: string
  • _tls_common: string
  • _tls_legacy: string
  • _tls_wrap: string
  • assert: boolean
  • async_hooks: string
  • buffer: boolean
  • buffer_ieee754: string
  • child_process: boolean
  • cluster: boolean
  • console: boolean
  • constants: boolean
  • crypto: boolean
  • dgram: boolean
  • dns: boolean
  • domain: boolean
  • events: boolean
  • freelist: string
  • fs: boolean
  • fs/promises: string
  • http: boolean
  • http2: string
  • https: boolean
  • inspector: string
  • module: boolean
  • net: boolean
  • node-inspect/lib/_inspect: string
  • node-inspect/lib/internal/inspect_client: string
  • node-inspect/lib/internal/inspect_repl: string
  • os: boolean
  • path: boolean
  • perf_hooks: string
  • process: string
  • punycode: boolean
  • querystring: boolean
  • readline: boolean
  • repl: boolean
  • smalloc: string
  • stream: boolean
  • string_decoder: boolean
  • sys: boolean
  • timers: boolean
  • tls: boolean
  • trace_events: string
  • tty: boolean
  • url: boolean
  • util: boolean
  • v8: string
  • v8/tools/arguments: string
  • v8/tools/codemap: string[]
  • v8/tools/consarray: string[]
  • v8/tools/csvparser: string[]
  • v8/tools/logreader: string[]
  • v8/tools/profile_view: string[]
  • v8/tools/splaytree: string[]
  • vm: boolean
  • zlib: boolean

fs

fs: "fs" = require('fs')

fs

fs: "fs" = require('fs')

nodeModulesPaths

nodeModulesPaths: nodeModulesPaths = require('./node-modules-paths.js')

nodeModulesPaths

nodeModulesPaths: nodeModulesPaths = require('./node-modules-paths.js')

normalizeOptions

normalizeOptions: exports = require('./normalize-options.js')

normalizeOptions

normalizeOptions: exports = require('./normalize-options.js')

parse

parse: parse = path.parse || require('path-parse')

path

path: PlatformPath = require('path')

path

path: PlatformPath = require('path')

path

path: PlatformPath = require('path')

Functions

defaultIsFile

  • defaultIsFile(file: any, cb: any): void

defaultIsFile

  • defaultIsFile(file: any): boolean

getNodeModulesDirs

  • getNodeModulesDirs(absoluteStart: any, modules: any): any

matchesRange

  • matchesRange(range: any): boolean

specifierIncluded

  • specifierIncluded(specifier: any): boolean

versionIncluded

  • versionIncluded(specifierValue: any): boolean

Generated using TypeDoc