Document pkg.fullname

This commit is contained in:
Rico Sta. Cruz
2016-01-30 14:33:38 +08:00
parent a45c3d9667
commit 2196e6c5f4

View File

@@ -54,7 +54,12 @@ module.exports = function install (ctx, pkgSpec, modules, options) {
// => ['babel-core@6.4.5', 'babylon@6.4.5', 'babel-runtime@5.8.35']
keypath: (options && options.keypath || []),
// Full name of package => 'lodash@4.0.0'
// Full name of package as it should be put in the store. Aim to make
// this as friendly as possible as this will appear in stack traces.
// => 'lodash@4.0.0'
// => '@rstacruz!tap-spec@4.1.1'
// => 'rstacruz!pnpm.js@0a1b382da'
// => 'foobar@9a3b283ac'
fullname: undefined,
// Distribution data from resolve() => { shasum, tarball }