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
raml-org

raml-org/raml-js-parser-2

(deprecated)

RAML
137
51
Other
KonstantinSviridov's profile
KonstantinSviridov
916 contributions
ddenisenko's profile
ddenisenko
510 contributions
dreamflyer's profile
dreamflyer
186 contributions
petrochenko-pavel-a's profile
petrochenko-pavel-a
135 contributions
postatum's profile
postatum
94 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
43 contributions
VasiliyLysokobylko's profile
VasiliyLysokobylko
24 contributions
blakeembrey's profile
blakeembrey
4 contributions
jstoiko's profile
jstoiko
4 contributions
dependabot[bot]'s profile
dependabot[bot]
4 contributions

Support the dependencies of raml-org/raml-js-parser-2

Account's avatar
blakeembrey/change-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
ForbesLindesay/http-response-object
A simple object to represent an http response
Account's avatar
zertosh/invariant
invariant
Account's avatar
flitbit/json-path
JSON-Path utility (XPath for JSON) for nodejs and modern browsers.
Account's avatar
ljharb/json-stable-stringify
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Account's avatar
atom/loophole
A hack to enable use of libraries that depend on a basic form of eval in Atom
Account's avatar
zensh/lrucache
LRU Cache for node.js/browser.
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
blakeembrey/pluralize
Pluralize and singularize any word
Account's avatar
taylorhakes/promise-polyfill
Lightweight promise polyfill. A+ compliant
Account's avatar
kriskowal/q
A library for promises (CommonJS/Promises/A,B,D)
Account's avatar
raml-org/raml-definition-system
Account's avatar
raml-org/ts-model
Account's avatar
jashkenas/underscore
JavaScript's functional programming helper library.
Account's avatar
blakeembrey/change-case
Transforms the string with the first character in upper cased
Account's avatar
RGBboy/urlsafe-base64
URL Safe Base64 encoding
Account's avatar
pwnall/node-xhr2
XMLHttpRequest emulation for node.js
Account's avatar
jindw/xmldom
A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).
Account's avatar
driverdan/node-XMLHttpRequest
XMLHttpRequest for Node
Account's avatar
mulesoft-labs/yaml-ast-parser
Account's avatar
zaggino/z-schema
Fast, lightweight JSON Schema validator for Node.js and browsers — full support for draft-04, draft-06, draft-07, draft-2019-09, and draft-2020-12 (latest)
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for fs-extra
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for invariant
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for pluralize
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for q
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for underscore
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
chaijs/chai-as-promised
Extends Chai with assertions about promises.
Account's avatar
ddenisenko/dev-env-installer
Account's avatar
SBoudrias/gulp-istanbul
Istanbul unit test coverage plugin for gulp.
Account's avatar
webpack/json-loader
json loader module for webpack
Account's avatar
markedjs/marked
A markdown parser built for speed
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
KonstantinSviridov/raml-1-parser-test-utils
Utils for launching time consuming tests in separate Travis builds
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
mulesoft-labs/ts-structure-parser
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
theblacksmith/typescript-compiler
Typescript compiler wrapper

The RAML 1.0 JS Parser is a Node‑based library that reads RAML 0.8 and 1.0 API definition files and produces a JSON (AST) representation, usable both synchronously and asynchronously and also bundleable for browsers. It is aimed at developers who need to programmatically validate, inspect, or transform RAML specifications, though the project is now deprecated in favor of the newer webapi‑parser.