Coder Social home page Coder Social logo

popular-dependencies's Projects

intl.js icon intl.js

Compatibility implementation of the ECMAScript Internationalization API (ECMA-402) for JavaScript -- UNMAINTAINED

is-absolute icon is-absolute

Returns true if a filepath is absolute. The original path-is-absolute.

is-data-descriptor icon is-data-descriptor

Returns true if a value has the characteristics of a valid JavaScript data descriptor.

is-descriptor icon is-descriptor

Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.

is-directory icon is-directory

Extends `stats.isDirectory()`, returns `true` if a filepath is a directory.

is-dotfile icon is-dotfile

Return true if the file is (or the file path has) a dotfile.

is-equal-shallow icon is-equal-shallow

Does a shallow comparison of two objects, returning false if the keys or values differ.

is-extendable icon is-extendable

Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object that can be extended.

is-number icon is-number

JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.

is-plain-object icon is-plain-object

Returns true if the given value is an object created by the Object constructor.

is-relative icon is-relative

Returns `true` if a file path appears to be relative. Moved from the "relative" lib.

is-subset icon is-subset

Check if an object is contained within another one

is-unc-path icon is-unc-path

Returns true if a filepath is a windows UNC file path.

is-windows icon is-windows

Returns true if the platform is Windows (and Cygwin or MSYS/MinGW for unit tests)

isbinaryfile icon isbinaryfile

Detects if a file is binary in Node.js. Similar to Perl's -B

isobject icon isobject

Is the value an object, and not an array or null?

istanbul icon istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.

istextorbinary icon istextorbinary

Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

isurl icon isurl

Determines whether a value is a WHATWG URL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.