Name: | nodejs-inherits1 |
---|---|
Version: | 1.0.0 |
Release: | 11.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 2793 |
License: | WTFPL |
RPM: | nodejs-inherits1-1.0.0-11.el7.noarch.rpm |
Source RPM: | nodejs-inherits1-1.0.0-11.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/isaacs/inherits |
Summary: | A tiny simple way to do classic inheritance in JS - legacy version |
Description: | A tiny simple way to do classic inheritance in JavaScript. This is the legacy version used by many Node.js modules for many years, and is retained for backward compatibility. New modules should use the inheritance functionality available in core Node.js or use the new version of inherits if they need browser support as well. |