Showing 41 open source projects for "es-2016-metia1-28"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 1
    webpack

    webpack

    A bundler for Javascript and friends

    webpack is a module bundler that is primarily used for bundling JavaScript files for usage in a browser, though it can also transform, bundle, or package just about any resource or asset, including images and styles. webpack packs many modules into a few bundled assets. It can bundle ES Modules, CommonJS, and AMD modules, and create a single bundle or multiple chunks through code-splitting that are asynchronously loaded at runtime. It supports all browsers that are ES5-compliant, has a rich...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    get-bin-path

    get-bin-path

    Get the current package's binary path

    Get the current package's binary path (using the package.json bin field). This is useful when testing a package's binary. Using get-bin-path (as opposed to hard-coding the path to the binary). Validates that the package.json bin field is correctly setup. Decouples the binary path from the tests, which allows moving the file without rewriting the tests. This package is an ES module and must be loaded using an import or import() statement, not require(). Returns the current package's binary...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    hyperx

    hyperx

    Tagged template string virtual dom builder

    ...+, chrome 41, firefox 34, edge, opera 28, safari 9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    All Node.js versions

    All Node.js versions

    List all available Node.js versions

    List all available Node.js versions. Sorted from the most to the least recent. Includes major release and LTS information. This package is an ES module and must be loaded using an import or import() statement, not require(). The return value resolves to an object with the following properties. List of available Node.js versions and related information. Sorted from the most to the least recent Node.js version. List of Node.js major releases sorted from the most to the least recent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5
    layui

    layui

    Classic modular front-end UI framework

    ... to the API has been carefully crafted, which is very suitable for the rapid development of the interface. The first version of layui was released in the golden autumn of 2016. It is different from those UI frameworks based on the underlying MVVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SiriWave

    SiriWave

    The Apple® Siri wave-form replicated in a JS library

    The "Apple Siri" wave is replicated in pure Javascript using the Canvas API. To learn more about the project, read the blog post, and check the demo or code pen. Import the UMD package via the unpkg CDN and it's ready to use. Create a div container and instantiate a new SiriWave object. Stop the animation and destroy the canvas, by removing it from the DOM. Subsequent start() calls on this SiriWave instance will fail with an exception.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Node.js version alias

    Node.js version alias

    Resolve Node.js version aliases like `latest`, `lts` or `erbium`

    Resolve Node.js version aliases like `latest`, `lts` or `erbium`. Those aliases are used by Node.js version managers like nvm, nvs, n, nave, nodeenv or nodist. This resolves them to a "major.minor.patch" version string. This package is an ES module and must be loaded using an import or import() statement, not require(). Base URL to fetch the list of available Node.js versions. Can be customized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Get Node.js

    Get Node.js

    Download a specific version of Node.js

    Download a specific version of Node.js. The Node.js release is downloaded, uncompressed and untared to an executable file ready to run. node >=14.18.0 must be globally installed. However any Node version can be downloaded. This package is an ES module and must be loaded using an import or import() statement, not require(). Node.js binary's CPU architecture. This is useful for example when you're on x64 but would like to run Node.js x32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NVExeca

    NVExeca

    nvm + execa = nvexeca

    Execa improves child processes execution with a promise interface, cross-platform support, local binaries, interleaved output, and more. nvexeca is a thin wrapper around Execa to run any file or command using any Node.js version. nvexeca executes a single file or command. It does not change the node nor npm global binaries. To run a specific Node.js version for an entire project or shell session, please use nvm, nvm-windows, n or nvs instead. This package is an ES module and must be loaded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10
    Reactive Search

    Reactive Search

    Search UI components for React and Vue

    ... be ported to create native mobile UIs. Connect to an ES index hosted anywhere. Supports v2, v5 and v6. Components come with good query defaults, that can be customized with Elasticsearch query DSL. Go from scratch to creating a data-driven search app with our beginner-friendly quick start guide. We offer production support for ReactiveSearch. Work with us to bring your dream project to life.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rollup

    Rollup

    A module bundler for JavaScript

    Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. This will eventually be possible natively everywhere, but Rollup...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mocha

    Mocha

    A feature-rich JavaScript test framework running on Node.js

    Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. Hosted on GitHub. Mocha runs in the browser. Every release of Mocha will have new builds of ./mocha.js and ./mocha.css for use in the browser. Mocha is the most-depended-upon module on npm and Mocha is an independent open-source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ESP32-S2-Mini

    ESP32-S2-Mini

    Arduino ESP32-S2-Mini v1.00 Wemos | Firmware PS4 900x HOST Wifi AP

    ... General en Conexión WIFI marcar la casilla INICIAR WIFI: y conectar a su wifi local para poder administrar desde una PC, Así podrá subir archivos, borrarlos y Actualizar el Firmware de la placa Nota Importante 2: La herramienta Web https://xdevgms.github.io/ solo la necesita cuando su placa ESP32-S2 este vacía, es decir, sin ningún firmware, luego que cargue este firmware, no volverá a necesitarla y para actualizar solo requerirá descargar la última versión fwupdate_webkey.bin Información
    Downloads: 110 This Week
    Last Update:
    See Project
  • 14
    prismane

    prismane

    Prismane is an innovative have-it-all React UI library.

    Prismane is a versatile have-it-all React UI library that offers a rich collection of hooks, components, and form validators, making it easy to bring your visions to life. Prismane comes with a stunning out-of-the-box design, ensuring a beautiful and polished appearance for your applications from the get-go. Additionally, Prismane boasts seamless TypeScript support, enabling type-safe and error-free coding experiences. For those favoring darker interfaces, Prismane offers prebuilt Dark...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    uix-kit

    uix-kit

    A free web kits for fast web design and development

    Uix Kit is not a framework, just a UI toolkit based on some common libraries for building beautiful responsive website. Uix Kit isn't a reusable component structure, mostly custom CSS and JavaScript based. Definitely interesting, and if you're developing mostly web content and not applications this is particularly useful. It is a web dev build tool/scaffold that does not depend on any framework. You can import any external libraries/frameworks or native ES Modules for production...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Screwdriver API

    Screwdriver API

    An open source build platform designed for continuous delivery

    Screwdriver is an open-source build platform designed for Continuous Delivery. Screwdriver began as a hack for simplified interfacing with Jenkins at Yahoo in 2012. As the volume of builds increased, it became clear that Jenkins was not stable or feasible to use at the scale we were running builds. In 2016, we rebuilt Screwdriver from scratch in open source with our best coding practices and CICD goals in mind. Screwdriver is executor and SCM-agnostic, meaning you can choose whichever plugin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TSDX

    TSDX

    Zero-config CLI for TypeScript package development

    Despite all the recent hype, setting up a new TypeScript (x React) library can be tough. Between Rollup, Jest, tsconfig, Yarn resolutions, TSLint, and getting VSCode to play nicely, there is just a whole lot of stuff to do (and things to screw up). TSDX is a zero-config CLI that helps you develop, test, and publish modern TypeScript packages with ease, so you can focus on your awesome new library and not waste another afternoon on the configuration. With TSDX, you can quickly bootstrap a new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OpenSTF

    OpenSTF

    Control and manage Android devices from your browser

    STF (or Smartphone Test Farm) is a web application for debugging smartphones, smartwatches and other gadgets remotely, from the comfort of your browser. STF was originally developed at CyberAgent to control a growing collection of more than 160 devices. As of July 2016 development is mainly sponsored by HeadSpin and other individual contributors. Refresh speed can reach 30-40 FPS depending on specs and Android version. See minicap for more information. Copy and paste support (although it can...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    eslint-plugin-node

    eslint-plugin-node

    Additional ESLint's rules for Node.js

    Additional ESLint's rules for Node.js. plugin:node/recommended considers both CommonJS and ES Modules. If "type":"module" field existed in package.json then it considers files as ES Modules. Otherwise it considers files as CommonJS. In addition, it considers *.mjs files as ES Modules and *.cjs files as CommonJS. plugin:node/recommended-module considers all files as ES Modules. plugin:node/recommended-script considers all files as CommonJS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EditorASP

    EditorASP

    Usercontrol ASP WYSIYG Editor

    Simple editor para crear documentos. Es un control de usuario para que pueda ser implementado fácilmente a cualquier proyecto ASP.NET. Mejoras necesarias * Insertar parrafos correctamente * Situar el cursor al final del parrafo recien insertado * Estandariacion del manejo de la base de datos Ademas se podrian mejorar muchas otras cosas. Espero que entre todos podamos mejorar esta utilidad. El archivo a dercargar contiene todas las carpetas necesarias, que en el repositorio si esta...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Gantt-elastic - Javascript Gantt Chart

    Gantt-elastic - Javascript Gantt Chart

    Gantt Chart [ javascript gantt chart, gantt component, vue gantt)

    Gantt Chart, JavaScript Gantt chart, Gantt component, vue Gantt, vue Gantt chart, responsive Gantt, project manager, vue projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    MapsBing

    Agregar Bing Maps facilmente a tu projecto web

    Usar Bing Maps en su proyecto web puede ser mmas facil con esta libreria. Solo necesitas tener tu Api Key de Microssft y ya tendras las principales funcionalidades de Bing Maps en tu web. Con esta libreria veras que fail es el poder incluir mapas en tus proyectos, buscar direcciones, o trazar rutas. Ademas tambien soporta geo localizaci'on, para saber desde donde conecta el usuario. Mas informacion en https://aprende-a-programar.com/b/Mapas-con-Bing/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Graphpack

    Graphpack

    A minimalistic zero-config GraphQL server

    Graphpack lets you create GraphQL servers with zero configuration. It uses webpack with nodemon and Apollo Server under the hood, so we get features like Live Reloading, GraphQL Playground, GraphQL Imports, and much more right out of the box. ES module imports and dynamic imports ()'s thanks to Babel. Runs graphics in development mode. Graphpack will watch for changes in your ./src folder and automatically reload the server. Creates a production-ready build under the project roots build folder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Prepack

    Prepack

    A JavaScript bundle optimizer

    ... and object allocations. Prepack operates at the AST level, using Babel to parse and generate JavaScript source code. At the core of Prepack is an almost ECMAScript 5 compatible interpreter — implemented in JavaScript! The interpreter closely follows the ECMAScript 2016 Language Specification, with a focus on correctness and spec conformance. You can think of the interpreter in Prepack as a clean reference implementation of JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    express-vue

    express-vue

    Vue rendering engine for Express.js. Use .Vue files as templates

    A Simple way of using Server Side rendered Vue.js 2.0+ natively in Express using streams. If you want to use vue.js and setup a large-scale web application that is server-side rendered, using Node+Express, but you want to use all the fantastic tools given to you by Vue.js. Then this is the library for you. The idea is simple use Node+Express for your Controller and Models, and Vue.js for your Views.. you can have a secure server-side rendered website without all the hassle. Your Controller...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next