Shrinkpack complements the npm shrinkwrap command by maintaining a node_shrinkwrap directory in your project, containing the exact same tarballs that npm install downloads from https://registry.npmjs.org. The rest of the npm install process is exactly the same. The only difference is that no network activity is necessary when installing and building your project. The node_shrinkwrap directory can be ignored in your editor (much like is done with the node_modules directory) but is instead checked into source control.
npm shrinkwrap npm-cache nodejs lockfile package-json package-lock bundle cache deploy deployments import install offline package saveA Babel plugin to add a new resolver for your modules when compiling your code using Babel. This plugin allows you to add new "root" directories that contain your modules. It also allows you to setup a custom alias for directories, specific files, or even other npm modules. This plugin can simplify the require/import paths in your project. For example, instead of using complex relative paths like ../../../../utils/my-utils, you can write utils/my-utils. It will allow you to work faster since you won't need to calculate how many levels of directory you have to go up before accessing the file.
babel-plugin resolver babel module alias rewrite resolve rename mapping require importConditioner provides a straight forward Progressive Enhancement based solution for linking JavaScript modules to DOM elements. Modules can be linked based on contextual parameters like viewport size and element visibilty making Conditioner your perfect Responsive Design companion. Mount a component (like a Date Picker, Section Toggler or Carrousel), but only do it on wide viewports and when the user has seen it.
conditioner es6 import responsive amd module-loader mediaqueries webpack browserify requirejs media-queries media-query module dynamic design context conditions shampooLet’s take it one step further. This module is licensed under whatever license you want it to be as long as the license is compatible with the fact that I blatantly copied multiple lines of code from the Python standard library.
stackoverflow importThis plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, marked up in your editor. IF YOU ARE USING THIS WITH SUBLIME: see the bottom section for important info.
eslint-plugin eslint eslintplugin es6 jsnext modules import exportPostCSS plugin to transform @import rules by inlining content.This plugin can consume local files, node modules or web_modules. To resolve path of an @import rule, it can look into root directory (by default process.cwd()), web_modules, node_modules or local modules. When importing a module, it will look for index.css or file referenced in package.json in the style or main fields. You can also provide manually multiples paths where to look at.
postcss npm css modules postcss-plugin import node-modulesCode generated by the reify compiler relies on a simple runtime API that can be explained through a series of examples. While you do not have to write this API by hand, it is designed to be easily human readable and writable, in part because that makes it easier to explain. I will explain the Module.prototype.watch method first, then the Module.prototype.export method after that. Note that this Module is the constructor of the CommonJS module object, and the import and export methods are custom additions to Module.prototype.
ecmascript modules import export commonjs require exports nodeTools for moving and saving indicies.elasticdump works by sending an input to an output. Both can be either an elasticsearch URL or a File.
elasticsearch elasticdump backup import export dump transfer migrate migration elastic-dumpA command line script to import/export data from ElasticSearch to various other storage systems. This is a brand new implementation with lots of bugs and way too little time to test everything for one lonely developer, so please consider this beta at best and provide feedback, bug reports and maybe even patches.
export import elastichsearch data-pump file transfer tools cli command-line database backup restore archive synchronize dump replicate mongodb mysql csv hbase datastore bigqueryAssetGraph is a tool that aims to reduce the workload of all the effort needed to build workflows around asset importing, building Asset Bundles and building Player Apps. By using the tool, you can build workflow to create, modify, and change asset settings graphically, and even automate it. It will free designers and artists from repetitive tasks during game development.
asset bundle bundles assetbundles graph automation import resourcesThis package allows you to easily read and write simple Excel and CSV files. Behind the scenes generators are used to ensure low memory usage, even when working with large files. Here's an example on how to read an Excel or CSV.
export csv generator excel read import write lazycollectionA prettier plugin to sort import declarations by provided RegEx order. Add an order in prettier config file.
plugin typescript prettier sort import prettierrcA pass extension for importing data from most of the existing password manager. pass import is a password store extension allowing you to import your password database to a password store repository conveniently. It natively supports import from 55 different password managers. More manager support can easily be added.
importer password-manager password import pass password-store pass-extension keepass-importer pimport secret-store cryptographyNote: It recommends a use of the "engines" field of package.json. The "engines" field is used by node/no-unsupported-features/* rules. eslint-plugin-node follows semantic versioning and ESLint's Semantic Versioning Policy.
ecmascript eslint eslint-plugin node nodejs static-code-analysis npm npm-module npm-package coding-style eslintplugin shebang file path import requireTools to create batch files for exporting/importing BizTalk applications in bulk. It can also be used to make full backups of the environment.
batch biztalk biztalk-tools export import msiA set of tools to enable/disable or report on tracking options for BizTalk artifacts like ports, pipelines and orchestrations. - exporter creates an XML file with currently tracking settings. - importer takes (the same) XML file and set the tracking options.
biztalk biztalk-tools export import trackingMicrosoft Dynamics CRM Bulk Update and Export tool Makes it easier for people to update and/or export data from Microsoft Dynamics CRM 4.0. You won't need to do everything manually. Let the computer do the work, you do the thinking. It's developed in C# on the microsoft CRM SDK.
bulk-edit dynamics-crm export importCustom timer job for Sharepoint 2010 which imports the results from SQL queries into Sharepoint lists.
2010 import sharepoint timerThis project demonstrates how to access contacts from a Google account, and use those contacts in an integration scenario. This example uses C#, and the dotMailer SDK
contacts dotmailer google how-to import integration
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.