معرفی شرکت ها
Others
تبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشتر
کتابخانه
توضیح خلاصه
-
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
-
Throw a compile-time error on references to undeclared variables
-
Replace references to `undefined` with `void 0`
-
Recursively read a directory
-
Get the user home directory with fallback to the system temp directory
-
ES2015 (ES6) Number.isInteger polyfill
-
Tiny JavaScript tokenizer.
-
Synchronously write a file and create its ancestor directories if needed
-
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
-
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
-
Force V8 to use fast properties for an object
-
Try and resolve a filename
-
Add line numbers to a string.
-
confirm that a SpiderMonkey format AST represents an ECMAScript program
-
Measure the difference between two strings using the Levenshtein distance algorithm
-
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
-
Acorn fork used by babel
-
Convert a Source Map object to a comment
-
-
-
Cache require resolutions to heavily improve startup speed on subsequent loads
-
Fastest, most accurate & effecient user agent string parser, uses Browserscope's research for parsing
-
Ensure that reserved words are quoted in object property keys
-
Add displayName to React.createClass calls
-
Babel preset for all Flow plugins.
-
The lodash method `_.zipObject` exported as a module.
-
Ensure that reserved words are quoted in object property keys
-
Add displayName to React.createClass calls
-
Extends QUnit with extra features and CLI support.
-
An easy-to-use JavaScript Unit Testing framework.
-
QUnit CLIB helps extend QUnit’s CLI support to many common CLI environments.
-
Delightful JavaScript Testing.
-
Simple JavaScript Inheritance
-
Mongoose MongoDB ODM
-
Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.
-
Find and load configuration from a package.json property, rc file, or CommonJS module
-
Define a lazily evaluated property on an object
-
ESLint plugin to prevent use of extended native objects
-
Utilities you'll need when migrating to ESModule.
-
Find and parse the tsconfig.json file from a directory path
-
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
-
The Lodash method `_.mergeWith` exported as a module.
-
Add XO to your project
-
Recursive Object.assign()
-
Parse a .gitignore or .npmignore file into an array of patterns.
-
an eslint rule plugin companion to babel-eslint
-
ESLint rules for XO
-
ESLint plugin to enforce the order of import/require statements.
-
An extended version of the `no-empty` rule that adds an option to allow empty catch blocks.
-
Faster drop-in replacement for find-up and findup-sync.
-
Simplified file library.
-
JavaScript library for DOM operations
-
jquery npm package for browsers
-
Get information on local packages.
-
Just like `fs.exists` and `fs.existsSync`, but cached
-
A very strict and proper argument parser.
-
A Test-Anything-Protocol library for JavaScript
-
Format a TAP stream using Mocha's set of reporters
-
parse the test anything protocol
-
Yaml handling for TAP parsers and generators
-
A comprehensive comparison library, for use in test frameworks
-
Reporters for node-tap
-
Removes Flow type annotations from JavaScript files with speed and simplicity.
-
Bind methods to an object from that object or some other source. Optionally specify a set of methods to skip over.
-
Shim for process.hrtime in the browser
-
Run a list of functions in order in a given object context. The functions can be callback-taking or promise-returning.
-
Either use the object's own property, or a fallback
-
Use an objects own property, or an environment variable. Optionally treat as a boolean if the env should be set to 1 or 0.
-
JavaScript parser and stringifier for YAML
-
Yet Another object pool in JavaScript
-
Error.captureStackTrace ponyfill
-
Node.js 4 `os.homedir()` ponyfill
-
the logic behind tap's t.same() and t.strictSame()
-
`process.exitCode` behavior back-ported from io.js and Node.js 0.12+
-
colorful diffs for javascript objects
-
Put a bunch of emitted events in an array, for testing.
-
require plugin for js code coverage using bunker
-
A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS
-
Parser/encoder for the yamlish format
-
A default harness for running TAP test
-
A module for running all the tests in a directory
-
An assertion module that returns TAP result objects
-
A test framework for running TAP test
-
A harness for TAP Tests to use
-
A util for keeping track of tap result objects
-
A module for consuming TAP output
-
A module for producing TAP output
-
Generate a changelog from git metadata
-
a spec describing the config options supported by conventional-config for upstream tooling
-
conventional-changelog conventionalcommits.org preset
-
Get a recommended version bump based on conventional commits
-
find the closest .gitignore file, parse it, and apply ignore rules
-
Get all git semver tags of your repository in reverse chronological order
-
stringifies npm-written json files
-
Mock node stdout and stderr without pain.
-
Node.js 0.12 fs.access() & fs.accessSync() ponyfill
-
Mock any git command
-
ignorefile/includefile matching .gitignore spec
-
conventional-changelog standard preset
-
Helper function to support fixtures
-
TypeScript definitions for fs-readdir-recursive