Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ls.js « cacache « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6006c99e348521ec47a9b0e0ea7cc34a2a58593b (plain)
1
2
3
4
5
6
'use strict'

const index = require('./lib/entry-index')

module.exports = index.ls
module.exports.stream = index.lsStream