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

index.js « tar-stream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6481704827ea8f7cc4bf6f4fc9c201844f6da8c3 (plain)
1
2
exports.extract = require('./extract')
exports.pack = require('./pack')