realpath-missing
Canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence
Last updated 5 years ago by zkochan .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install realpath-missing 
SYNC missed versions from official npm registry.

realpath-missing

Canonicalize by following every symlink in every component of the given name recursively, without requirements on components existence

npm version

Installation

<npm|yarn|pnpm> add realpath-missing

Usage

'use strict'
const realpathMissing = require('realpath-missing')

console.log(await realpathMissing('package.json'))
//> /home/src/package.json

API

realpathMissing(path): Promise<path>

License

MIT © Zoltan Kochan

Current Tags

  • 1.1.0                                ...           latest (5 years ago)
  • 1.1.0                                ...           next (5 years ago)

2 Versions

  • 1.1.0                                ...           5 years ago
  • 1.0.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |