Ad Code

Responsive Advertisement

Ticker

6/recent/ticker-posts

What is package.json node.js?

What is important of pakage.json in node.js and why we using the package.json

 Below are showing the showing the some important node packages which is nodej.s developer should know:

PackageDescription
AsyncAsync is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript
BrowserifyBrowserify will recursively analyze all the require() calls in your app in order to build a bundle you can serve up to the browser in a single <script> tag
BowerBower is a package manager for the web It works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you're looking for
Csvcsv module has four sub modules which provides CSV generation, parsing, transformation and serialization for Node.js
DebugDebug is a tiny node.js debugging utility modelled after node core's debugging technique
ExpressExpress is a fast, un-opinionated, minimalist web framework. It provides small, robust tooling for HTTP servers, making it a great solution for single page applications, web sites, hybrids, or public HTTP APIs
Gruntis a JavaScript Task Runner that facilitates creating new projects and makes performing repetitive but necessary tasks such as linting, unit testing, concatenating and minifying files (among other things) trivial
Gulpis a streaming build system that helps you automate painful or time-consuming tasks in your development workflow
Hapiis a streaming build system that helps you automate painful or time-consuming tasks in your development workflow
Http-serveris a simple, zero-configuration command-line http server. It is powerful enough for production usage, but it's simple and hackable enough to be used for testing, local development, and learning
InquirerA collection of common interactive command line user interfaces
JqueryjQuery is a fast, small, and feature-rich JavaScript library
JshintStatic analysis tool to detect errors and potential problems in JavaScript code and to enforce your team's coding conventions
KoaKoa is web app framework. It is an expressive HTTP middleware for node.js to make web applications and APIs more enjoyable to write
LodashThe lodash library exported as a node module. Lodash is a modern JavaScript utility library delivering modularity, performance, & extras
LessThe less library exported as a node module
MomentA lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates
MongooseIt is a MongoDB object modeling tool designed to work in an asynchronous environment
MongoDBThe official MongoDB driver for Node.js. It provides a high-level API on top of mongodb-core that is meant for end users
Npmis package manager for javascript
NodemonIt is a simple monitor script for use during development of a node.js app, It will watch the files in the directory in which nodemon was started, and if any files change, nodemon will automatically restart your node application
NodemailerThis module enables e-mail sending from a Node.js applications
Optimistis a node.js library for option parsing with an argv hash
PhantomjsAn NPM installer for PhantomJS, headless webkit with JS API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG
PassportA simple, unobtrusive authentication middleware for Node.js. Passport uses the strategies to authenticate requests. Strategies can range from verifying username and password credentials or authentication using OAuth or OpenID
QQ is a library for promises. A promise is an object that represents the return value or the thrown exception that the function may eventually provide
RequestRequest is Simplified HTTP request client make it possible to make http calls. It supports HTTPS and follows redirects by default
Socket.ioIts a node.js realtime framework server
SailsSails is a API-driven framework for building realtime apps, using MVC conventions (based on Express and Socket.io)
ThroughIt enables simplified stream construction. It is easy way to create a stream that is both readable and writable
UnderscoreUnderscore.js is a utility-belt library for JavaScript that provides support for the usual functional suspects (each, map, reduce, filter...) without extending any core JavaScript objects
ValidatorA nodejs module for a library of string validators and sanitizers
WinstonA multi-transport async logging library for Node.js
WsA simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js
Xml2jsA Simple XML to JavaScript object converter
YoA CLI tool for running Yeoman generators
ZmqBindings for node.js and io.js to ZeroMQ. It is a high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications

Post a Comment

0 Comments