mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-28 02:53:15 -04:00
Document pkg.fullname
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user