Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
cherislive

cherislive/snb-mock-middleware

JavaScript
0
0
No license
No contributors yet

Support the dependencies of cherislive/snb-mock-middleware

Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
This plugin transforms ES2015 modules to CommonJS
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
babel require hook
Account's avatar
babel/babel
babel's modular runtime helpers
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
59naga/babel-plugin-add-module-exports
Fix babel/babel#2212
Account's avatar
seeden/babel-plugin-dynamic-import-node-sync
Babel 7 plugin to transpile import() to a require(), for node
Account's avatar
paulmillr/chokidar
Minimal and efficient cross-platform file watching library
Account's avatar
seajs/crequire
Get require() & import like node-detective by lexical analysis
Account's avatar
npm/security-holder
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
nuysoft/Mock
生成随机数据 & 拦截 Ajax 请求
Account's avatar
moment/moment
Parse, validate, manipulate, and display dates
Account's avatar
pillarjs/path-to-regexp
Express style path to RegExp utility
Account's avatar
defunctzombie/node-url
The core `url` packaged standalone for use with Browserify.

snb‑mock‑middleware is a lightweight Node.js library that adds a mock‑API layer to an Express (or any dev‑server) setup. By pointing it at a directory of simple JavaScript files that export route definitions (optionally using mockjs), developers can quickly stub REST endpoints for front‑end development or testing without needing a real backend. It’s aimed at web developers who want an easy, configurable way to serve fake data during local development.