licenses.dev

fined v1.2.0

Find a file given a declaration of locations.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT20
PackageRelationDependenciesPublished
array-each • 1.0.1Loop over each item in an array and call the given function on every element.INDIRECT0
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
expand-tilde • 2.0.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.DIRECT2
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 1.0.0Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
is-absolute • 1.0.0Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.INDIRECT4
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.DIRECT1
is-relative • 1.0.0Returns `true` if the path appears to be relative.INDIRECT2
is-unc-path • 1.0.0Returns true if a filepath is a windows UNC file path.INDIRECT1
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.DIRECT5
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.DIRECT1
parse-filepath • 1.0.2Pollyfill for node.js `path.parse`, parses a filepath into an object.DIRECT8
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
path-root-regex • 0.1.2Regular expression for getting the root of a posix or windows filepath.INDIRECT0
path-root • 0.1.1Get the root of a posix or windows filepath.INDIRECT1
unc-path-regex • 0.1.2Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/fined)](https://licenses.dev/npm/fined)
<a href="https://licenses.dev/npm/fined">
  <img src="https://licenses.dev/b/npm/fined" alt="licenses" />
</a>

Or the licenses badge code for the 1.2.0 version:

[![licenses](https://licenses.dev/b/npm/fined/1.2.0)](https://licenses.dev/npm/fined/1.2.0)
<a href="https://licenses.dev/npm/fined/1.2.0">
  <img src="https://licenses.dev/b/npm/fined/1.2.0" alt="licenses" />
</a>
GitHub