File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-user" ,
3
3
"version" : " 2.1.0" ,
4
- "description" : " Get user info of a npm user" ,
4
+ "description" : " Get user info of an npm user" ,
5
5
"license" : " MIT" ,
6
6
"repository" : " sindresorhus/npm-user" ,
7
7
"author" : {
Original file line number Diff line number Diff line change 1
1
# npm-user [ ![ Build Status] ( https://travis-ci.org/sindresorhus/npm-user.svg?branch=master )] ( https://travis-ci.org/sindresorhus/npm-user )
2
2
3
- > Get user info of a npm user
3
+ > Get user info of an npm user
4
4
5
5
Since npm has no API for this we're forced to scrape the [ profile page] ( https://www.npmjs.com/~sindresorhus ) .
6
6
@@ -40,10 +40,10 @@ npmUser('sindresorhus').then(user => {
40
40
## Related
41
41
42
42
- [ npm-user-cli] ( https://github.com/sindresorhus/npm-user-cli ) - CLI for this module
43
- - [ npm-email] ( https://github.com/sindresorhus/npm-email ) - Get the email of a npm user
43
+ - [ npm-email] ( https://github.com/sindresorhus/npm-email ) - Get the email of an npm user
44
44
- [ npm-keyword] ( https://github.com/sindresorhus/npm-keyword ) - Get a list of npm packages with a certain keyword
45
45
- [ package-json] ( https://github.com/sindresorhus/package-json ) - Get the package.json of a package from the npm registry
46
- - [ npm-user-packages] ( https://github.com/kevva/npm-user-packages ) - Get packages by a npm user
46
+ - [ npm-user-packages] ( https://github.com/kevva/npm-user-packages ) - Get packages by an npm user
47
47
48
48
49
49
## License
You can’t perform that action at this time.
0 commit comments