summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-fetch/node_modules/cacache/ls.js
blob: 9f49b388ac380b478b4d42aeefaf50a98c47b835 (plain)
1
2
3
4
5
6
'use strict'

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

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