@pnpm/matcher
A simple pattern matcher for pnpm
Last updated a year ago by pnpmuser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @pnpm/matcher 
SYNC missed versions from official npm registry.

@pnpm/matcher

A simple pattern matcher for pnpm

Install

pnpm add @pnpm/matcher

Usage

import { createMatcher } from '@pnpm/matcher'

const match = createMatcher(['eslint-*'])
match('eslint-plugin-foo')
//> true

License

MIT

Current Tags

  • 1000.0.0                                ...           latest (a year ago)
  • 1.0.1                                ...           next (6 years ago)
  • 1.0.3                                ...           pnpm-temp (6 years ago)

14 Versions

  • 1000.0.0                                ...           a year ago
  • 900.0.0                                ...           a year ago
  • 6.0.0                                ...           2 years ago
  • 5.0.0                                ...           3 years ago
  • 4.0.1                                ...           3 years ago
  • 4.0.0                                ...           3 years ago
  • 3.2.0                                ...           4 years ago
  • 3.1.0                                ...           4 years ago
  • 3.0.0                                ...           4 years ago
  • 2.0.0                                ...           5 years ago
  • 1.0.3                                ...           6 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           7 years ago

Copyright 2013 - present © cnpmjs.org | Home |