Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Nov 1, 2020
2 parents c2dda11 + afc5f02 commit d6b9963
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
41 changes: 40 additions & 1 deletion lib/nsaname.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* -*- js-indent-level: 2 -*- */

// Names derived from https://en.wikipedia.org/wiki/NSA_ANT_catalog

const first = [
'Adapter',
'After',
'Angel',
'Ant',
Expand All @@ -14,14 +17,18 @@ const first = [
'Bizantine',
'Black',
'Blarney',
'Blinker',
'Bothan',
'Brutal',
'Bull',
'Cactus',
'Candy',
'Cherry',
'Chimay',
'Chuk',
'Cocoon',
'Code',
'Conga',
'Connectify',
'Cotton',
'Couch',
Expand All @@ -35,7 +42,9 @@ const first = [
'Der',
'Doctor',
'Dr',
'Dreamy',
'Drifting',
'Drizzle',
'Dropout',
'Earl',
'Express',
Expand All @@ -46,6 +55,7 @@ const first = [
'Fight',
'Fine',
'Fire',
'Flamenco',
'Flash',
'Flux',
'Fly',
Expand Down Expand Up @@ -77,7 +87,9 @@ const first = [
'Juke',
'Junior',
'Karma',
'Key',
'Kraken',
'Leviticus',
'Long',
'Loud',
'Lovely',
Expand All @@ -93,29 +105,36 @@ const first = [
'Mutant',
'Night',
'Nope',
'Nosey',
'Opulent',
'Outlaw',
'Panda',
'Paranoid',
'Patient',
'Philoso',
'Photo',
'Poison',
'Porcupine',
'Quantum',
'Quark',
'Rage',
'Rain',
'Rampart',
'Raptor',
'Ricky',
'Rim',
'Rock',
'Roid',
'Salsa',
'Savior',
'Scarlet',
'School',
'Secret',
'Shadows',
'Sierra',
'Skid',
'Sky',
'Slot',
'Snow',
'Snowy',
'Social',
Expand All @@ -128,15 +147,19 @@ const first = [
'Stucco',
'Surly',
'Swap',
'Tango',
'Tawdry',
'Tax',
'The',
'Time',
'Tiny',
'Titan',
'Tote',
'Tremor',
'Trinity',
'Turkey',
'Turnip',
'Twilight',
'Valiant',
'Water',
'Weeping',
Expand All @@ -147,6 +170,7 @@ const first = [
]

const second = [
'Alamo',
'Angel',
'Anglo',
'Anthropoid',
Expand All @@ -168,15 +192,18 @@ const second = [
'Box',
'Broth',
'Bumble',
'Burst',
'Calendar',
'Candy',
'Cannoli',
'Cascade',
'Caterpillar',
'Chair',
'Chef',
'Cinnamon',
'Cleft',
'Club',
'Cough',
'Country',
'Cyclone',
'Cytolysis',
Expand All @@ -190,6 +217,7 @@ const second = [
'Fever',
'Fire',
'Flight',
'Flock',
'Floor',
'Framework',
'Galleon',
Expand Down Expand Up @@ -220,12 +248,14 @@ const second = [
'Kraken',
'Lane',
'Leviatan',
'Leviticus',
'Lithium',
'Logic',
'Maestro',
'Maker',
'Man',
'Margarita',
'Masquerade',
'Master',
'Matter',
'Me',
Expand All @@ -239,6 +269,7 @@ const second = [
'Mutt',
'Nebula',
'Net',
'Noodle',
'Nut',
'Owl',
'Packet',
Expand All @@ -253,6 +284,7 @@ const second = [
'Pointe',
'Poke',
'Police',
'Porus',
'Potato',
'Powerman',
'Prince',
Expand All @@ -267,13 +299,16 @@ const second = [
'Rowe',
'Run',
'Salamander',
'School',
'Score',
'Scotch',
'Screamer',
'Scribbles',
'Set',
'Shooter',
'Shot',
'Slasher',
'Smurf',
'Sneeze',
'Sontaran',
'Sparrow',
Expand All @@ -285,6 +320,7 @@ const second = [
'Stomper',
'Surf',
'Swap',
'Sweeper',
'Tap',
'Tempora',
'Tender',
Expand All @@ -295,9 +331,12 @@ const second = [
'Transgression',
'Trap',
'Trinity',
'Tutu',
'Typhon',
'Vegetable',
'View',
'Vikings',
'Wagon',
'Walk',
'Warrior',
'Watch',
Expand All @@ -311,7 +350,7 @@ const second = [
]

const suffixes = [
'HX', 'I', 'II', 'III', '2000', '4000', '9000', 'Hx9', '2.0', '3.0'
'HX', 'I', 'II', 'III', '2000', '4000', '9000', 'Hx9', '2.0', '3.0', 'A'
]

/**
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsaname",
"version": "1.0.11",
"version": "1.0.12",
"description": "Like petname, but for naming secret projects and tools.",
"main": "index.js",
"author": "Ricardo Banffy <rbanffy@gmail.com>",
Expand All @@ -10,15 +10,15 @@
},

"dependencies": {
"command-line-args": ">=3.0.5",
"command-line-usage": ">=3.0.0"
"command-line-args": ">=5.1.1",
"command-line-usage": ">=6.1.0"
},
"engines": {
"node": ">=6.9.0"
"node": ">=13.8.0"
},
"repository": "https://github.com/rbanffy/nsaname.git",
"devDependencies": {
"tap": ">=8.0.1"
"tap": ">=14.10.6"
},
"scripts": {
"test": "tap test/*.js"
Expand Down

0 comments on commit d6b9963

Please sign in to comment.