Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fellow

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fellow - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

108

docs/data.json

@@ -140,3 +140,63 @@ {

"file": "esnext/lib/fellow.js",
"line": 115,
"line": 112,
"description": "Get all fellows who contribute to a particular repository",
"static": 1,
"itemtype": "method",
"name": "contributesRepository",
"params": [
{
"name": "repoSlug",
"description": "The repository slug",
"type": "String"
}
],
"return": {
"description": "An array of the fellow objects that contribute to the repository",
"type": "Array"
},
"class": "Fellow"
},
{
"file": "esnext/lib/fellow.js",
"line": 125,
"description": "Get all fellows who maintain a particular repository",
"static": 1,
"itemtype": "method",
"name": "maintainsRepository",
"params": [
{
"name": "repoSlug",
"description": "The repository slug",
"type": "String"
}
],
"return": {
"description": "An array of the fellow objects that maintain to the repository",
"type": "Array"
},
"class": "Fellow"
},
{
"file": "esnext/lib/fellow.js",
"line": 138,
"description": "Get all fellows who author a particular repository",
"static": 1,
"itemtype": "method",
"name": "authorsRepository",
"params": [
{
"name": "repoSlug",
"description": "The repository slug",
"type": "String"
}
],
"return": {
"description": "An array of the fellow objects that author to the repository",
"type": "Array"
},
"class": "Fellow"
},
{
"file": "esnext/lib/fellow.js",
"line": 155,
"itemtype": "property",

@@ -149,3 +209,3 @@ "name": "name",

"file": "esnext/lib/fellow.js",
"line": 131,
"line": 171,
"description": "If the name is prefixed with a series of numbers, that is considered the year\nE.g. In `2015+ Bevry Pty Ltd` then `2015+` is the years\nE.g. In `2013-2015 Bevry Pty Ltd` then `2013-2015` is the years",

@@ -159,3 +219,3 @@ "itemtype": "property",

"file": "esnext/lib/fellow.js",
"line": 139,
"line": 179,
"itemtype": "property",

@@ -168,4 +228,4 @@ "name": "email",

"file": "esnext/lib/fellow.js",
"line": 144,
"description": "If this is a github URL, then `githubUrl` and `githubUsername` are extracted and this is not yet\nIf this is not a github URL, then it is set to `homepage`\nWhen fetched, it will return `homepage || githubUrl || null`",
"line": 184,
"description": "When set, will determine if it is a github, facebook, or twitter url\nIf it is, then it will extract the username and url from it\nIf this is not one of those urls, then it will set the homepage variable\nWhen fetching, it will fetch `homepage || githubUrl || facebookUrl || twitterUrl || null`",
"itemtype": "property",

@@ -178,3 +238,3 @@ "name": "url",

"file": "esnext/lib/fellow.js",
"line": 165,
"line": 220,
"itemtype": "property",

@@ -187,3 +247,3 @@ "name": "homepage",

"file": "esnext/lib/fellow.js",
"line": 170,
"line": 225,
"itemtype": "property",

@@ -196,3 +256,3 @@ "name": "githubUrl",

"file": "esnext/lib/fellow.js",
"line": 175,
"line": 230,
"itemtype": "property",

@@ -205,3 +265,3 @@ "name": "githubUsername",

"file": "esnext/lib/fellow.js",
"line": 183,
"line": 238,
"description": "Construct our fellow instance with the value",

@@ -215,3 +275,3 @@ "itemtype": "property",

"file": "esnext/lib/fellow.js",
"line": 192,
"line": 247,
"description": "Update our fellow with the passed value",

@@ -226,3 +286,3 @@ "itemtype": "property",

"file": "esnext/lib/fellow.js",
"line": 238,
"line": 296,
"description": "Ensures that the github repository exists on the class",

@@ -232,3 +292,3 @@ "access": "private",

"itemtype": "method",
"name": "ensureGithubRepository",
"name": "ensureRepository",
"params": [

@@ -249,6 +309,6 @@ {

"file": "esnext/lib/fellow.js",
"line": 251,
"line": 309,
"description": "Get all added github repository slugs that this fellow contributes to",
"itemtype": "property",
"name": "contributedGithubRepositories",
"name": "contributedRepositories",
"type": "Array",

@@ -259,6 +319,6 @@ "class": "Fellow"

"file": "esnext/lib/fellow.js",
"line": 267,
"line": 325,
"description": "Make note that this fellow contributes to this repository slug",
"itemtype": "method",
"name": "contributesToGithubRepository",
"name": "contributesRepository",
"params": [

@@ -276,6 +336,6 @@ {

"file": "esnext/lib/fellow.js",
"line": 278,
"line": 336,
"description": "Get all added github repository slugs that this fellow maintains",
"itemtype": "property",
"name": "maintainedGithubRepositories",
"name": "maintainedRepositories",
"type": "Array",

@@ -286,6 +346,6 @@ "class": "Fellow"

"file": "esnext/lib/fellow.js",
"line": 294,
"line": 352,
"description": "Make note that this fellow maintains this repository slug",
"itemtype": "method",
"name": "maintainsGithubRepository",
"name": "maintainsRepository",
"params": [

@@ -303,6 +363,6 @@ {

"file": "esnext/lib/fellow.js",
"line": 305,
"line": 363,
"description": "Get all added github repository slugs that this fellow authors",
"itemtype": "property",
"name": "authoredGithubRepositories",
"name": "authoredRepositories",
"type": "Array",

@@ -313,6 +373,6 @@ "class": "Fellow"

"file": "esnext/lib/fellow.js",
"line": 321,
"line": 379,
"description": "Make note that this fellow authors this repository slug",
"itemtype": "method",
"name": "authorsGithubRepository",
"name": "authorsRepository",
"params": [

@@ -319,0 +379,0 @@ {

@@ -53,5 +53,6 @@ /**

/**
If this is a github URL, then `githubUrl` and `githubUsername` are extracted and this is not yet
If this is not a github URL, then it is set to `homepage`
When fetched, it will return `homepage || githubUrl || null`
When set, will determine if it is a github, facebook, or twitter url
If it is, then it will extract the username and url from it
If this is not one of those urls, then it will set the homepage variable
When fetching, it will fetch `homepage || githubUrl || facebookUrl || twitterUrl || null`
@property url

@@ -68,7 +69,19 @@ @type String

} else {
this.homepage = value;
var facebookMatch = /^.+facebook.com\/([^\/]+)\/?$/.exec(value);
if (facebookMatch) {
this.facebookUsername = facebookMatch[1];
this.facebookUrl = 'https://facebook.com/' + this.facebookUsername;
} else {
var twitterMatch = /^.+twitter.com\/([^\/]+)\/?$/.exec(value);
if (twitterMatch) {
this.twitterUsername = twitterMatch[1];
this.twtterUrl = 'https://twitter.com/' + this.twitterUsername;
} else {
this.homepage = value;
}
}
}
},
get: function get() {
return this.homepage || this.githubUrl;
return this.homepage || this.githubUrl || this.facebookUrl || this.twitterUrl || null;
}

@@ -235,3 +248,48 @@

}
/**
Get all fellows who contribute to a particular repository
@static
@method contributesRepository
@param {String} repoSlug The repository slug
@return {Array} An array of the fellow objects that contribute to the repository
*/
}, {
key: 'contributesRepository',
value: function contributesRepository(repoSlug) {
return this.list.filter(function (fellow) {
return fellow.ensureRepository(repoSlug).contributes;
});
}
/**
Get all fellows who maintain a particular repository
@static
@method maintainsRepository
@param {String} repoSlug The repository slug
@return {Array} An array of the fellow objects that maintain to the repository
*/
}, {
key: 'maintainsRepository',
value: function maintainsRepository(repoSlug) {
return this.list.filter(function (fellow) {
return fellow.ensureRepository(repoSlug).maintains;
});
}
/**
Get all fellows who author a particular repository
@static
@method authorsRepository
@param {String} repoSlug The repository slug
@return {Array} An array of the fellow objects that author to the repository
*/
}, {
key: 'authorsRepository',
value: function authorsRepository(repoSlug) {
return this.list.filter(function (fellow) {
return fellow.ensureRepository(repoSlug).authors;
});
}
}, {
key: 'list',

@@ -282,5 +340,8 @@ get: function get() {

}
this.name = (match[1] || '').trim() || null;
this.email = (match[2] || '').trim() || null;
this.url = (match[3] || '').trim() || null;
var _name = (match[1] || '').trim() || null;
var email = (match[2] || '').trim() || null;
var url = (match[3] || '').trim() || null;
if (_name) this.name = _name;
if (email) this.email = email;
if (url) this.url = url;
}

@@ -291,14 +352,14 @@

(function () {
var urlFields = ['url', 'homepage', 'web', 'githubUrl'];
var urlFields = ['url', 'homepage', 'web', 'githubUrl', 'twitterUrl', 'facebookUrl'];
Object.keys(fellow).forEach(function (key) {
if (key[0] === '_') return; // skip if private
var value = fellow[key] || null;
if (urlFields.indexOf(key) === -1) {
_this2[key] = value;
} else {
_this2.url = value;
if (value) {
if (urlFields.indexOf(key) === -1) {
_this2[key] = value;
} else {
_this2.url = value;
}
}
});
_this2.name = fellow.name || null;
_this2.email = fellow.email || null;
})();

@@ -318,3 +379,3 @@ } else {

@private
@method ensureGithubRepository
@method ensureRepository
@param {String} slug Github repository slug (e.g. "bevry/projectz")

@@ -324,7 +385,7 @@ @return {Object} The repository object

}, {
key: 'ensureGithubRepository',
value: function ensureGithubRepository(slug) {
if (this._githubRepositories == null) this._githubRepositories = {};
if (this._githubRepositories[slug] == null) this._githubRepositories[slug] = { contributes: false, maintains: false, authors: false };
return this._githubRepositories[slug];
key: 'ensureRepository',
value: function ensureRepository(slug) {
if (this._Repositories == null) this._Repositories = {};
if (this._Repositories[slug] == null) this._Repositories[slug] = { contributes: false, maintains: false, authors: false };
return this._Repositories[slug];
}

@@ -334,16 +395,16 @@

Get all added github repository slugs that this fellow contributes to
@property contributedGithubRepositories
@property contributedRepositories
@type Array
*/
}, {
key: 'contributesToGithubRepository',
key: 'contributesRepository',
/**
Make note that this fellow contributes to this repository slug
@method contributesToGithubRepository
@method contributesRepository
@param {String} slug The github repository slug that this user contributes to
@chainable
*/
value: function contributesToGithubRepository(slug) {
this.ensureGithubRepository(slug).contributes = true;
value: function contributesRepository(slug) {
this.ensureRepository(slug).contributes = true;
return this;

@@ -354,16 +415,16 @@ }

Get all added github repository slugs that this fellow maintains
@property maintainedGithubRepositories
@property maintainedRepositories
@type Array
*/
}, {
key: 'maintainsGithubRepository',
key: 'maintainsRepository',
/**
Make note that this fellow maintains this repository slug
@method maintainsGithubRepository
@method maintainsRepository
@param {String} slug The github repository slug that this user maintains
@chainable
*/
value: function maintainsGithubRepository(slug) {
this.ensureGithubRepository(slug).maintains = true;
value: function maintainsRepository(slug) {
this.ensureRepository(slug).maintains = true;
return this;

@@ -374,20 +435,20 @@ }

Get all added github repository slugs that this fellow authors
@property authoredGithubRepositories
@property authoredRepositories
@type Array
*/
}, {
key: 'authorsGithubRepository',
key: 'authorsRepository',
/**
Make note that this fellow authors this repository slug
@method authorsGithubRepository
@method authorsRepository
@param {String} slug The github repository slug that this user authors
@chainable
*/
value: function authorsGithubRepository(slug) {
this.ensureGithubRepository(slug).authors = true;
value: function authorsRepository(slug) {
this.ensureRepository(slug).authors = true;
return this;
}
}, {
key: 'contributedGithubRepositories',
key: 'contributedRepositories',
get: function get() {

@@ -397,4 +458,4 @@ var _this3 = this;

var result = [];
Object.keys(this._githubRepositories || {}).filter(function (slug) {
var repo = _this3._githubRepositories[slug];
Object.keys(this._Repositories || {}).filter(function (slug) {
var repo = _this3._Repositories[slug];
if (repo && repo.contributes) {

@@ -407,3 +468,3 @@ result.push(slug);

}, {
key: 'maintainedGithubRepositories',
key: 'maintainedRepositories',
get: function get() {

@@ -413,4 +474,4 @@ var _this4 = this;

var result = [];
Object.keys(this._githubRepositories || {}).filter(function (slug) {
var repo = _this4._githubRepositories[slug];
Object.keys(this._Repositories || {}).filter(function (slug) {
var repo = _this4._Repositories[slug];
if (repo && repo.maintains) {

@@ -423,3 +484,3 @@ result.push(slug);

}, {
key: 'authoredGithubRepositories',
key: 'authoredRepositories',
get: function get() {

@@ -429,4 +490,4 @@ var _this5 = this;

var result = [];
Object.keys(this._githubRepositories || {}).filter(function (slug) {
var repo = _this5._githubRepositories[slug];
Object.keys(this._Repositories || {}).filter(function (slug) {
var repo = _this5._Repositories[slug];
if (repo && repo.authors) {

@@ -433,0 +494,0 @@ result.push(slug);

@@ -112,2 +112,42 @@ /**

/**
Get all fellows who contribute to a particular repository
@static
@method contributesRepository
@param {String} repoSlug The repository slug
@return {Array} An array of the fellow objects that contribute to the repository
*/
static contributesRepository (repoSlug) {
return this.list.filter(function (fellow) {
return fellow.ensureRepository(repoSlug).contributes
})
}
/**
Get all fellows who maintain a particular repository
@static
@method maintainsRepository
@param {String} repoSlug The repository slug
@return {Array} An array of the fellow objects that maintain to the repository
*/
static maintainsRepository (repoSlug) {
return this.list.filter(function (fellow) {
return fellow.ensureRepository(repoSlug).maintains
})
}
/**
Get all fellows who author a particular repository
@static
@method authorsRepository
@param {String} repoSlug The repository slug
@return {Array} An array of the fellow objects that author to the repository
*/
static authorsRepository (repoSlug) {
return this.list.filter(function (fellow) {
return fellow.ensureRepository(repoSlug).authors
})
}
// -----------------------------------

@@ -146,5 +186,6 @@ // Properties

/**
If this is a github URL, then `githubUrl` and `githubUsername` are extracted and this is not yet
If this is not a github URL, then it is set to `homepage`
When fetched, it will return `homepage || githubUrl || null`
When set, will determine if it is a github, facebook, or twitter url
If it is, then it will extract the username and url from it
If this is not one of those urls, then it will set the homepage variable
When fetching, it will fetch `homepage || githubUrl || facebookUrl || twitterUrl || null`
@property url

@@ -160,7 +201,21 @@ @type String

else {
this.homepage = value
const facebookMatch = (/^.+facebook.com\/([^\/]+)\/?$/).exec(value)
if ( facebookMatch ) {
this.facebookUsername = facebookMatch[1]
this.facebookUrl = 'https://facebook.com/' + this.facebookUsername
}
else {
const twitterMatch = (/^.+twitter.com\/([^\/]+)\/?$/).exec(value)
if ( twitterMatch ) {
this.twitterUsername = twitterMatch[1]
this.twtterUrl = 'https://twitter.com/' + this.twitterUsername
}
else {
this.homepage = value
}
}
}
}
get url () {
return this.homepage || this.githubUrl
return this.homepage || this.githubUrl || this.facebookUrl || this.twitterUrl || null
}

@@ -208,5 +263,8 @@

}
this.name = (match[1] || '').trim() || null
this.email = (match[2] || '').trim() || null
this.url = (match[3] || '').trim() || null
const name = (match[1] || '').trim() || null
const email = (match[2] || '').trim() || null
const url = (match[3] || '').trim() || null
if ( name ) this.name = name
if ( email ) this.email = email
if ( url ) this.url = url
}

@@ -216,15 +274,15 @@

else if ( typeof fellow === 'object' ) {
const urlFields = ['url', 'homepage', 'web', 'githubUrl']
const urlFields = ['url', 'homepage', 'web', 'githubUrl', 'twitterUrl', 'facebookUrl']
Object.keys(fellow).forEach((key) => {
if ( key[0] === '_' ) return // skip if private
const value = fellow[key] || null
if ( urlFields.indexOf(key) === -1 ) {
this[key] = value
if ( value ) {
if ( urlFields.indexOf(key) === -1 ) {
this[key] = value
}
else {
this.url = value
}
}
else {
this.url = value
}
})
this.name = fellow.name || null
this.email = fellow.email || null
}

@@ -246,10 +304,10 @@

@private
@method ensureGithubRepository
@method ensureRepository
@param {String} slug Github repository slug (e.g. "bevry/projectz")
@return {Object} The repository object
*/
ensureGithubRepository (slug) {
if ( this._githubRepositories == null ) this._githubRepositories = {}
if ( this._githubRepositories[slug] == null ) this._githubRepositories[slug] = {contributes: false, maintains: false, authors: false}
return this._githubRepositories[slug]
ensureRepository (slug) {
if ( this._Repositories == null ) this._Repositories = {}
if ( this._Repositories[slug] == null ) this._Repositories[slug] = {contributes: false, maintains: false, authors: false}
return this._Repositories[slug]
}

@@ -259,9 +317,9 @@

Get all added github repository slugs that this fellow contributes to
@property contributedGithubRepositories
@property contributedRepositories
@type Array
*/
get contributedGithubRepositories () {
get contributedRepositories () {
const result = []
Object.keys(this._githubRepositories || {}).filter((slug) => {
const repo = this._githubRepositories[slug]
Object.keys(this._Repositories || {}).filter((slug) => {
const repo = this._Repositories[slug]
if ( repo && repo.contributes ) {

@@ -276,8 +334,8 @@ result.push(slug)

Make note that this fellow contributes to this repository slug
@method contributesToGithubRepository
@method contributesRepository
@param {String} slug The github repository slug that this user contributes to
@chainable
*/
contributesToGithubRepository (slug) {
this.ensureGithubRepository(slug).contributes = true
contributesRepository (slug) {
this.ensureRepository(slug).contributes = true
return this

@@ -288,9 +346,9 @@ }

Get all added github repository slugs that this fellow maintains
@property maintainedGithubRepositories
@property maintainedRepositories
@type Array
*/
get maintainedGithubRepositories () {
get maintainedRepositories () {
const result = []
Object.keys(this._githubRepositories || {}).filter((slug) => {
const repo = this._githubRepositories[slug]
Object.keys(this._Repositories || {}).filter((slug) => {
const repo = this._Repositories[slug]
if ( repo && repo.maintains ) {

@@ -305,8 +363,8 @@ result.push(slug)

Make note that this fellow maintains this repository slug
@method maintainsGithubRepository
@method maintainsRepository
@param {String} slug The github repository slug that this user maintains
@chainable
*/
maintainsGithubRepository (slug) {
this.ensureGithubRepository(slug).maintains = true
maintainsRepository (slug) {
this.ensureRepository(slug).maintains = true
return this

@@ -317,9 +375,9 @@ }

Get all added github repository slugs that this fellow authors
@property authoredGithubRepositories
@property authoredRepositories
@type Array
*/
get authoredGithubRepositories () {
get authoredRepositories () {
const result = []
Object.keys(this._githubRepositories || {}).filter((slug) => {
const repo = this._githubRepositories[slug]
Object.keys(this._Repositories || {}).filter((slug) => {
const repo = this._Repositories[slug]
if ( repo && repo.authors ) {

@@ -334,10 +392,10 @@ result.push(slug)

Make note that this fellow authors this repository slug
@method authorsGithubRepository
@method authorsRepository
@param {String} slug The github repository slug that this user authors
@chainable
*/
authorsGithubRepository (slug) {
this.ensureGithubRepository(slug).authors = true
authorsRepository (slug) {
this.ensureRepository(slug).authors = true
return this
}
}
# History
## v1.0.0 September 11, 2015
- Initial working release
## v1.1.0 September 16, 2015
- Added repository helpers
## v1.0.0 September 16, 2015
- Initial working release

@@ -1,23 +0,23 @@

<!-- LICENSEFILE/ -->
# License
<h1>License</h1>
Unless stated otherwise all works are:
- Copyright &copy; 2015+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)
<ul><li>Copyright &copy; 2015+ <a href="http://bevry.me">Bevry Pty Ltd</a></li></ul>
and licensed under:
- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
## MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
<h2>MIT License</h2>
<pre>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
</pre>
<!-- /LICENSEFILE -->
<!-- /LICENSEFILE -->
{
"name": "fellow",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fellow is a package for creating people that can be unified by their shared values via a singleton list on the class",
"homepage": "https://github.com/bevry/fellow",
"license": {
"type": "MIT"
},
"license": "MIT",
"keywords": [

@@ -23,18 +21,34 @@ "fellow",

"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gratipay": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://bevry.me/bitcoin",
"wishlist": "https://bevry.me/wishlist"
"list": [
"travisci",
"npmversion",
"npmdownloads",
"daviddm",
"daviddmdev",
"---",
"slackin",
"patreon",
"gratipay",
"flattr",
"paypal",
"bitcoin",
"wishlist"
],
"config": {
"patreonUsername": "bevry",
"gratipayUsername": "bevry",
"flattrCode": "344188/balupton-on-Flattr",
"paypalButtonID": "QB8GQPZAH84N6",
"bitcoinURL": "https://bevry.me/bitcoin",
"wishlistURL": "https://bevry.me/wishlist",
"slackinURL": "https://slack.bevry.me"
}
},
"author": "2015+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"bugs": {

@@ -41,0 +55,0 @@ "url": "https://github.com/bevry/fellow/issues"

@@ -1,5 +0,4 @@

<!-- TITLE/ -->
# fellow
<h1>fellow</h1>

@@ -11,12 +10,15 @@ <!-- /TITLE -->

[![Build Status](https://img.shields.io/travis/bevry/fellow/master.svg)](http://travis-ci.org/bevry/fellow "Check this project's build status on TravisCI")
[![NPM version](https://img.shields.io/npm/v/fellow.svg)](https://npmjs.org/package/fellow "View this project on NPM")
[![NPM downloads](https://img.shields.io/npm/dm/fellow.svg)](https://npmjs.org/package/fellow "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/bevry/fellow.svg)](https://david-dm.org/bevry/fellow)
[![Dev Dependency Status](https://img.shields.io/david/dev/bevry/fellow.svg)](https://david-dm.org/bevry/fellow#info=devDependencies)<br/>
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://bevry.me/bitcoin "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](https://bevry.me/wishlist "Buy an item on our wishlist for us")
<span class="badge-travisci"><a href="http://travis-ci.org/bevry/fellow" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/bevry/fellow/master.svg" alt="Travis CI Build Status" /></a></span>
<span class="badge-npmversion"><a href="https://npmjs.org/package/fellow" title="View this project on NPM"><img src="https://img.shields.io/npm/v/fellow.svg" alt="NPM version" /></a></span>
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/fellow" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/fellow.svg" alt="NPM downloads" /></a></span>
<span class="badge-daviddm"><a href="https://david-dm.org/bevry/fellow" title="View the status of this project's dependencies on DavidDM"><img src="https://img.shields.io/david/bevry/fellow.svg" alt="Dependency Status" /></a></span>
<span class="badge-daviddmdev"><a href="https://david-dm.org/bevry/fellow#info=devDependencies" title="View the status of this project's development dependencies on DavidDM"><img src="https://img.shields.io/david/dev/bevry/fellow.svg" alt="Dev Dependency Status" /></a></span>
<br class="badge-separator" />
<span class="badge-slackin"><a href="https://slack.bevry.me" title="Join this project's slack community"><img src="https://slack.bevry.me/badge.svg" alt="Slack community badge" /></a></span>
<span class="badge-patreon"><a href="http://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-gratipay"><a href="https://www.gratipay.com/bevry" title="Donate weekly to this project using Gratipay"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg" alt="Gratipay donate button" /></a></span>
<span class="badge-flattr"><a href="http://flattr.com/thing/344188/balupton-on-Flattr" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>
<span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QB8GQPZAH84N6" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
<span class="badge-bitcoin"><a href="https://bevry.me/bitcoin" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>

@@ -35,16 +37,16 @@ <!-- /BADGES -->

## Install
<h2>Install</h2>
### [NPM](http://npmjs.org/)
- Use: `require('fellow')`
- Install: `npm install --save fellow`
<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>NPM</h3></a><ul>
<li>Install: <code>npm install --save fellow</code></li>
<li>Use: <code>require('fellow')</code></li></ul>
### [Browserify](http://browserify.org/)
- Use: `require('fellow')`
- Install: `npm install --save fellow`
- CDN URL: `//wzrd.in/bundle/fellow@1.0.0`
<a href="http://browserify.org" title="Browserify lets you require('modules') in the browser by bundling up all of your dependencies"><h3>Browserify</h3></a><ul>
<li>Install: <code>npm install --save fellow</code></li>
<li>Use: <code>require('fellow')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/fellow@1.1.0</code></li></ul>
### [Ender](http://enderjs.com)
- Use: `require('fellow')`
- Install: `ender add fellow`
<a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>
<li>Install: <code>ender add fellow</code></li>
<li>Use: <code>require('fellow')</code></li></ul>

@@ -61,5 +63,6 @@ <!-- /INSTALL -->

## History
[Discover the change history by heading on over to the `HISTORY.md` file.](https://github.com/bevry/fellow/blob/master/HISTORY.md#files)
<h2>History</h2>
<a href="https://github.com/bevry/fellow/blob/master/HISTORY.md#files">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>
<!-- /HISTORY -->

@@ -70,5 +73,5 @@

## Contribute
<h2>Contribute</h2>
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/bevry/fellow/blob/master/CONTRIBUTING.md#files)
<a href="https://github.com/bevry/fellow/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>

@@ -80,25 +83,29 @@ <!-- /CONTRIBUTE -->

## Backers
<h2>Backers</h2>
### Maintainers
<h3>Maintainers</h3>
These amazing people are maintaining this project:
- Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/fellow/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/fellow">view contributions</a></li></ul>
### Sponsors
<h3>Sponsors</h3>
No sponsors yet! Will you be the first?
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://bevry.me/bitcoin "Donate once-off to this project using BitCoin")
[![Wishlist browse button](https://img.shields.io/badge/wishlist-donate-yellow.svg)](https://bevry.me/wishlist "Buy an item on our wishlist for us")
<span class="badge-patreon"><a href="http://patreon.com/bevry" title="Donate to this project using Patreon"><img src="https://img.shields.io/badge/patreon-donate-yellow.svg" alt="Patreon donate button" /></a></span>
<span class="badge-gratipay"><a href="https://www.gratipay.com/bevry" title="Donate weekly to this project using Gratipay"><img src="https://img.shields.io/badge/gratipay-donate-yellow.svg" alt="Gratipay donate button" /></a></span>
<span class="badge-flattr"><a href="http://flattr.com/thing/344188/balupton-on-Flattr" title="Donate to this project using Flattr"><img src="https://img.shields.io/badge/flattr-donate-yellow.svg" alt="Flattr donate button" /></a></span>
<span class="badge-paypal"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=QB8GQPZAH84N6" title="Donate to this project using Paypal"><img src="https://img.shields.io/badge/paypal-donate-yellow.svg" alt="PayPal donate button" /></a></span>
<span class="badge-bitcoin"><a href="https://bevry.me/bitcoin" title="Donate once-off to this project using Bitcoin"><img src="https://img.shields.io/badge/bitcoin-donate-yellow.svg" alt="Bitcoin donate button" /></a></span>
<span class="badge-wishlist"><a href="https://bevry.me/wishlist" title="Buy an item on our wishlist for us"><img src="https://img.shields.io/badge/wishlist-donate-yellow.svg" alt="Wishlist browse button" /></a></span>
### Contributors
<h3>Contributors</h3>
No contributors yet! Will you be the first?
[Discover how you can contribute by heading on over to the `CONTRIBUTING.md` file.](https://github.com/bevry/fellow/blob/master/CONTRIBUTING.md#files)
These amazing people have contributed code to this project:
<ul><li><a href="http://balupton.com">Benjamin Lupton</a> — <a href="https://github.com/bevry/fellow/commits?author=balupton" title="View the GitHub contributions of Benjamin Lupton on repository bevry/fellow">view contributions</a></li></ul>
<a href="https://github.com/bevry/fellow/blob/master/CONTRIBUTING.md#files">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>
<!-- /BACKERS -->

@@ -109,14 +116,12 @@

## License
<h2>License</h2>
Unless stated otherwise all works are:
- Copyright &copy; 2015+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me)
<ul><li>Copyright &copy; 2015+ <a href="http://bevry.me">Bevry Pty Ltd</a></li></ul>
and licensed under:
- The incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://opensource.org/licenses/mit-license.php)
<ul><li><a href="http://spdx.org/licenses/MIT.html">MIT License</a></li></ul>
<!-- /LICENSE -->
<!-- /LICENSE -->

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc