Class NpmDependency

  • All Implemented Interfaces:

    
    public final class NpmDependency
    
                        

    Represents a dependency in a package.json file. name is the name of the dependency. version is the version of the dependency.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final String getVersion()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait