@yarn-tool/npa-to-deps-query
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

README.md

install

yarn add @yarn-tool/npa-to-deps-query
yarn-tool add @yarn-tool/npa-to-deps-query
yt add @yarn-tool/npa-to-deps-query
queryDepsValueByNpa('jest@12')
.tap(console.dir)
exports[`jest@<=12 1`] = `
Object {
  "name": "jest",
  "value": "<=12",
}
`;

exports[`jest@<12 1`] = `
Object {
  "name": "jest",
  "value": "<12",
}
`;

exports[`jest@>=12 1`] = `
Object {
  "name": "jest",
  "value": ">=12",
}
`;

exports[`jest@>12 1`] = `
Object {
  "name": "jest",
  "value": ">12",
}
`;

exports[`jest@^12 1`] = `
Object {
  "name": "jest",
  "value": "^12.1.1",
}
`;

exports[`jest@12 1`] = `
Object {
  "name": "jest",
  "value": "12.1.1",
}
`;

Package Sidebar

Install

npm i @yarn-tool/npa-to-deps-query

Weekly Downloads

3

Version

3.0.2

License

ISC

Unpacked Size

20.5 kB

Total Files

6

Last publish

Collaborators

  • bluelovers