@yarn-tool/npa-to-deps-query
v3.0.2
Published
Downloads
8
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-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",
}
`;