@yarn-tool/npa-to-deps-query
v3.0.9
Published
```bash 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 ```
Maintainers
Readme
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-queryqueryDepsValueByNpa('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",
}
`;