GitHub - Linkify package.json dependencies

Turns the names of packages into links to their homepages when looking at a package.json file

2015-05-21 기준 버전입니다. 최신 버전을 확인하세요.

작성자
spiralx
평점
0 0 0
버전
0.3.1
생성일
2014-10-08
갱신일
2015-05-21
크기
5.87KB
라이선스
해당 없음
적용 사이트

## Github - `package.json` dependency linker

When viewing a project's `package.json` file on GitHub this user script will look at the source for any dependencies (under `dependencies`, `devDependencies`, `peerDependencies` and `bundleDependencies`) and try to link each one to that module's homepage using the details saved in the NPM registry, falling back to the module's NPM page otherwise. Once a homepage is found the details are cached locally for re-use later.