14 lines
236 B
JavaScript
14 lines
236 B
JavaScript
'use strict'
|
|
|
|
const { deprecatedService } = require('..')
|
|
|
|
module.exports = deprecatedService({
|
|
route: {
|
|
base: 'nsp/npm',
|
|
pattern: ':various*',
|
|
},
|
|
label: 'nsp',
|
|
category: 'other',
|
|
dateAdded: new Date('2018-12-13'),
|
|
})
|