Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "vbb-util", | ||
"description": "JavaScript utilites for the VBB API client.", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"main": "./src/index", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -10,3 +10,4 @@ var p = module.exports = { | ||
color: '008C4F', | ||
symbol: '\ud83d\ude88' | ||
unicode: '\ud83d\ude88', | ||
ansi: ['green'] // `chalk` color code | ||
}, | ||
@@ -21,3 +22,4 @@ | ||
color: '0067AC', | ||
symbol: '\ud83d\ude87' | ||
unicode: '\ud83d\ude87', | ||
ansi: ['blue'] // `chalk` color code | ||
}, | ||
@@ -32,3 +34,4 @@ | ||
color: 'E3001B', | ||
symbol: '\ud83d\ude8b' | ||
unicode: '\ud83d\ude8b', | ||
ansi: ['red'] // `chalk` color code | ||
}, | ||
@@ -43,3 +46,4 @@ | ||
color: 'A5037B', | ||
symbol: '\ud83d\ude8c' | ||
unicode: '\ud83d\ude8c', | ||
ansi: ['dim', 'magenta'] // `chalk` color codes | ||
}, | ||
@@ -54,3 +58,4 @@ | ||
color: '099BD6', | ||
symbol: '\ud83d\udea2' | ||
unicode: '\ud83d\udea2', | ||
ansi: ['cyan'] // `chalk` color code | ||
}, | ||
@@ -62,6 +67,7 @@ | ||
name: 'IC/ICE', | ||
short: 'I', | ||
short: 'E', | ||
type: 'express', | ||
color: 'F4E613', | ||
symbol: '\ud83d\ude84' | ||
unicode: '\ud83d\ude84', | ||
ansi: ['yellow'] // `chalk` color code | ||
}, | ||
@@ -76,3 +82,4 @@ | ||
color: 'FF0000', | ||
symbol: '\ud83d\ude86' | ||
unicode: '\ud83d\ude86', | ||
ansi: ['red'] // `chalk` color code | ||
}, | ||
@@ -87,3 +94,4 @@ | ||
color: '555555', | ||
symbol: '?' | ||
unicode: '?', | ||
ansi: ['gray'] // `chalk` color code | ||
} | ||
@@ -90,0 +98,0 @@ |
var t = module.exports = { | ||
public: { | ||
id: 'JNY', | ||
type: 'public', | ||
symbol: '\ud83d\ude86' | ||
id: 'JNY', | ||
type: 'public', | ||
unicode: '\ud83d\ude86' | ||
}, | ||
walk: { | ||
id: 'WALK', | ||
type: 'walk', | ||
symbol: '\ud83d\udeb6' | ||
id: 'WALK', | ||
type: 'walk', | ||
unicode: '\ud83d\udeb6' | ||
}, | ||
todo: { // todo: what is this? | ||
id: 'TRSF', | ||
type: 'todo', | ||
symbol: '\u21b7' | ||
id: 'TRSF', | ||
type: 'todo', | ||
unicode: '\u21b7' | ||
}, | ||
bike: { | ||
id: 'BIKE', | ||
type: 'bike', | ||
symbol: '\ud83d\udeb2' | ||
id: 'BIKE', | ||
type: 'bike', | ||
unicode: '\ud83d\udeb2' | ||
}, | ||
taxi: { | ||
id: 'TAXI', | ||
type: 'taxi', | ||
symbol: '\ud83d\ude95' | ||
id: 'TAXI', | ||
type: 'taxi', | ||
unicode: '\ud83d\ude95' | ||
}, | ||
car: { | ||
id: 'CAR', | ||
type: 'car', | ||
symbol: '\ud83d\ude97' | ||
id: 'CAR', | ||
type: 'car', | ||
unicode: '\ud83d\ude97' | ||
}, | ||
unknown: { | ||
id: null, | ||
type: 'unknown', | ||
symbol: '?' | ||
id: null, | ||
type: 'unknown', | ||
unicode: '?' | ||
} | ||
@@ -44,0 +44,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13363
507