Javascript Package - Dependencies

About

Dependencies are dependency in the code used to build the dependency graph.

These dependency packages are required by your application in production

If an other package adds your package as a dependency, this dependencies will also be downloaded.

Management

Add

  • Installation and add as dependency in package.json in the dependencies property
npm install --save <package_name>

Uninstall

npm uninstall --save <package_name>

Version

See Javascript Package - Version

Documentation





Discover More
Javascript Package - Dependency

package Dependency in Node. Dependency are declared/added in package.json: with a package manager or manually - dependency in the code used to build the dependency graph. - build and test...
Javascript Package - Dependency Graph

dependency graph in javascript The dependency graph is built with the dependencies defined as dependencies in the package.json
Javascript Package - Package.json

Package.json is used by npm to store metadata for projects published as package. The package.json files: * serves as documentation for what packages your project depends on. * allows you to specify...
Card Puncher Data Processing
What are Peer Dependencies?

Peer Dependencies is a dependency relationship indicating that the dependencies should be provided by parent in the dependency tree. They are provided by the parent. ie a framework (Jquery, ...) ...



Share this page:
Follow us:
Task Runner