@pnpm/modules-yaml
TypeScript icon, indicating that this package has built-in type declarations

13.1.7 • Public • Published

@pnpm/modules-yaml

Reads/writes `node_modules/.modules.yaml`

npm version

Installation

pnpm add @pnpm/modules-yaml

Usage

import {write, read} from '@pnpm/modules-yaml'

await write('node_modules', {
  hoistedAliases: {},
  layoutVersion: 1,
  packageManager: 'pnpm@1.0.0',
  pendingBuilds: [],
  shamefullyFlatten: false,
  skipped: [],
  storeDir: '/home/user/.pnpm-store',
})

const modulesYaml = await read(`node_modules`)

API

read(pathToDir): Promise<ModulesObject>

Reads .modules.yaml from the specified directory.

write(pathToDir, ModulesObject): Promise<void>

Writes a .modules.yaml file to the specified directory.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.0-10next
13.1.74,528latest
9.1.231latest-6
8.0.21pnpm-temp

Version History

VersionDownloads (Last 7 Days)Published
13.1.74,528
13.1.661
13.1.58
13.1.40
13.1.344
13.1.20
13.1.132
13.1.031
13.0.04
12.1.7684
12.1.60
12.1.50
12.1.410,356
12.1.312
12.1.22
12.1.116
12.1.00
12.0.0300
11.1.0369
11.0.20
11.0.11
11.0.01
10.0.8103
10.0.70
10.0.6418
9.1.231
10.0.51
10.0.40
10.0.30
10.0.20
10.0.10
10.0.00
9.1.10
9.1.00
9.0.110
9.0.101
9.0.90
9.0.80
9.0.70
9.0.60
9.0.50
9.0.41
9.0.30
9.0.20
9.0.10
9.0.00
8.0.60
8.0.50
8.0.40
8.0.30
8.0.21
8.0.10
8.0.00
7.0.00
7.0.0-alpha.00
6.0.20
6.0.10
6.0.01
5.0.10
5.0.02
4.0.00
4.0.0-10
4.0.0-00
3.0.30
3.0.20
3.0.11
3.0.00
2.0.11
2.0.00
2.0.0-00
1.0.00

Package Sidebar

Install

npm i @pnpm/modules-yaml

Weekly Downloads

17,010

Version

13.1.7

License

MIT

Unpacked Size

12.1 kB

Total Files

6

Last publish

Collaborators

  • pnpmuser
  • zkochan