{"_id":"npm-to-yarn","_rev":"20-0f581514a93c0b4ac99fe5af243dcbf2","name":"npm-to-yarn","dist-tags":{"latest":"3.2.0"},"versions":{"1.0.0-0":{"name":"npm-to-yarn","version":"1.0.0-0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.0.0-0","maintainers":[{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"c69c924e2623a9cb43c3c597c8b0988f3c883635","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.0.0-0.tgz","fileCount":10,"integrity":"sha512-lw2TTfy/EBDNrIL16GbCjXIOXV468RwbELBEGhN/tFyVbhmo3aCHTn0EWD7ZKGVAkLFURJkcWa8I34v/IhoOaA==","signatures":[{"sig":"MEYCIQC25l8l4XoKgIGdKIQDTwy/y+uSG2NZ5WtG/HzjPO0Z9wIhAKtBMQPnkyYtkN6SupPzdRkr1LzQlm1JEU9sSVRv1qqX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec/PnCRA9TVsSAnZWagAA+xoP+waNHt6Kf5KYiJED4/VO\notkwvI1989CxlDJg/wSZlazCIsNVUljvOX865/3VTA+S0/9K4mdxYKUmUEGI\nUDPocnQ5onNvNvh45y5vJvhR4fE1aU/AVR/qW+SlN24KZzIzMb4MLYeqNJkG\nsh55Cr2OaAU+zhRMfqdSiuNYAdz+MnnimffUlS9XfL2vFNdEVb8BZWSdqc+x\nWvZP+WNlmOTd+igZnpxS9tGIBLbKiK2L2TDHhS/kWqA9/6nX+w3dkbNdN1z6\n2nc807NC0DRZDCIRA/ScdCWAovs/PSmh1mho//jxQnfuqZ8a0xv+BYgwnjA4\nYKTzhrBn5s9qBW0xyCjQRjq0kuHInwS3gggYQeFn4M17DYi2A+beRrjlyrax\nD1TXTX64prlmYrqy1DO8SAcPDDtqbVzA/20ZDuIflaGkZxxOqvJkF4rGUjRS\nf9VmzxH4mHv3QHQh5RL9ajI5v38zZoVAI2H4JN3eG0WX9aCMkcT7WtwSfr9D\nqA4GVJGA5gV4MH7VV5Alm88T44d00qbBGOq4xL75DEhr1tVb5YL4Q7bcD23+\n2SUORvBomBkzpSrfg/ZCJmhES4rAfIBstXr3+JE6XuZB7mUa0RQB+vEvchQk\n8tNOtSAFMhciWSo8LTZAzd4tO8fZXUFd+X5IKOkUeA9bSJK1I6ndm/weJivx\nqEii\r\n=cnV9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=6.0.0"},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"licenseText":"Copyright 2019 Ben Gubler <nebrelbug@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_hasShrinkwrap":false,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","colors":"^1.3.2","eslint":"^6.8.0","prompt":"^1.0.0","rimraf":"^3.0.0","rollup":"^1.27.13","shelljs":"^0.8.3","ts-jest":"^25.1.0","ts-node":"^8.5.4","typedoc":"^0.16.7","coveralls":"^3.0.2","cross-env":"^7.0.0","typescript":"^3.0.3","@types/jest":"^25.1.0","@types/node":"^13.5.1","jest-config":"^25.1.0","lint-staged":"^10.0.3","replace-in-file":"^5.0.2","prettier-standard":"^16.1.0","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"4","eslint-config-prettier":"^6.10.0","eslint-plugin-standard":"4","@typescript-eslint/parser":"^2.20.0","rollup-plugin-typescript2":"^0.26.0","@typescript-eslint/eslint-plugin":"2","eslint-config-standard-with-typescript":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.0.0-0_1584657383190_0.4387281329947359","host":"s3://npm-registry-packages"}},"1.0.0-1":{"name":"npm-to-yarn","version":"1.0.0-1","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.0.0-1","maintainers":[{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"8e8f5f06b81ff7dcf9183513a77ccad81aa54b96","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.0.0-1.tgz","fileCount":10,"integrity":"sha512-cIfwHpDcwS14JCVBabPZsQB8hZdg7zCY1k/ArujruTffbMxYjG2FqMK8aODeYSaRAwfsNLWj35j10Bs8vPTArw==","signatures":[{"sig":"MEYCIQC/7U4k9mgjXRR2w3Ph5wtE+UPlesdYcqajy40cu8dHJAIhANEAKcU8X9qxs+1LPMDkRnUm4ygByI6lfi7KbAJawSWC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec//eCRA9TVsSAnZWagAADhYP/1fdxjyoeb7fG/8CikxB\nN9/JS5GcU4bI+v/fRd42lWwLLnboYdJR4QkjsAuMjZXSTrHQCM6x0Lh7CoZN\n3fanu/5AYFiC3jKBZERcsbqO1RnfS112evj9a9qcQy5FJY+1I3YSb0Q1G8pF\nQrTRQS4o2bVSzRbh5SRgvkVE9kpE671FqYkBslnD2+kJ5EqyKgYzFSs4vjH+\n3wOX7oTDP7vsn4S/sWF+2gtCJR8kfNOYCHVcq7R94ovkfqJVqGZKUk4jLR0+\nMQjSAaVnLKmsbiuhTA1CqRNfX9MW8fdKzcwg7PE4zpL8Alo0xvBVj/PwsyIj\n/JBNTzyiRnRm7lNuQ/9EchQ4hzYLgrQ0Yd+xZUT5FZNvVXyj4n5dgsAY0PRC\nrNUXhvRwULeHsGOcqdRXvkMxQM8shlnxeGxb1k52gtAEmPQ+3VkYXD5N8dNY\na3OsB+O75y2YImR0GbykpQeh7cZ+sJm4Qz0YEzKbH0T97RxD2F9Z5i8ikcza\neu5/6UYAdqFEgxbUZfXlDYn/BXcpb9avYMp2C9bk8fPB3azUeuzfvL2lu4vB\ndkAnycIKM/SqWNQPz95sve+b6371f7Z1Gv8bZYvqzNEsZSJkGCPlhVTgxW5n\nzuNKytfjVMeYMfyjIkZctWYY/ewt7HokQSDgVhJTrFYINipdideBQ9MWu9Na\ns0f1\r\n=CAgD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=6.0.0"},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"licenseText":"Copyright 2019 Ben Gubler <nebrelbug@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","colors":"^1.3.2","eslint":"^6.8.0","prompt":"^1.0.0","rimraf":"^3.0.0","rollup":"^1.27.13","shelljs":"^0.8.3","ts-jest":"^25.1.0","ts-node":"^8.5.4","typedoc":"^0.16.7","coveralls":"^3.0.2","cross-env":"^7.0.0","typescript":"^3.0.3","@types/jest":"^25.1.0","@types/node":"^13.5.1","jest-config":"^25.1.0","lint-staged":"^10.0.3","replace-in-file":"^5.0.2","prettier-standard":"^16.1.0","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"4","eslint-config-prettier":"^6.10.0","eslint-plugin-standard":"4","@typescript-eslint/parser":"^2.20.0","rollup-plugin-typescript2":"^0.26.0","@typescript-eslint/eslint-plugin":"2","eslint-config-standard-with-typescript":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.0.0-1_1584660445744_0.46907160267674963","host":"s3://npm-registry-packages"}},"1.0.0-2":{"name":"npm-to-yarn","version":"1.0.0-2","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.0.0-2","maintainers":[{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"e71f16dd679f0f43c9be16e403e77a3559af448f","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.0.0-2.tgz","fileCount":10,"integrity":"sha512-uyf4baF5ejzu/GzLQTyJpwnKyCzbsN8tbgKUyLU67RAJkIas+qDvZuthS48b6c81NDh6wAVRCLz3FdApgL1MmQ==","signatures":[{"sig":"MEQCIHPJeuGBb+zeS8INXzmcVlr9C+9JPIv+lOhaqVHn4s//AiBEUKj4lJeKTIbOseEbE1oqqRyBDB7tnKmqVsGy/5CqHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24982,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJedCCBCRA9TVsSAnZWagAAv+0QAJjC5k6iwvchw08TyN/W\nYzbxbr4ZJIEeEzmvd+QIr/WyUUT/xGMyxDSY6U/h3Ad9O0Ncy/5zn5hnSfgR\nakaDun3lBxntdwjeqNLDoVyBp5zEkojbzRxMtRQ8Fb23daZerERzSy/4WHFS\noAruHuKtDH+IVd3D3rVWDINqYNbEK0DnyZwm29aOXYYdVMzv2BV3emj5hU6Z\nDlOqpd/ZPIe9Ha9GMTzQOLR9Lqqn6R+HxcF9GWSqNE9O30amHPEouknD0+u3\nqv002M2dNBFvVyOhJLdmqk2Xcgr3Dg6tN+gZkMq1WUPVYtq/MND5JA2VNlPc\nx3kyEE9iNlDfL9gPqq19Fhj95dXCLIr8JfIYrXRd0HPJ8aUFuaJd0ZB3fonu\nKvcpl4ybvrsI24L1q+ThXqQMqB2Kzqgq/Hi2ZmBNRkWjPBtkg4zQ7kco0Cib\nclPbpq75sUK71T9VVz+1JzDF+cE4pwqbAkEwBljd7inp02NkS3OnUfrhEtL4\nW/84WN0DVMcmJouuY6ugA1QPa25YA6mKYeGHKRnxdyQr7xj3f2ue2Kumh/0g\nPb5f/cZpU0CN+LivM0a6tXB4Lno11pDFMtkct6xliP5XiB0By84jqC47sCep\np0C3YRsBONevWP5f4g9aJXct2VxlpYevqvsVMokV1ZciDUGxt/IrWAyCpgvB\nHNtt\r\n=GOnD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=6.0.0"},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"licenseText":"Copyright 2019 Ben Gubler <nebrelbug@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","colors":"^1.3.2","eslint":"^6.8.0","prompt":"^1.0.0","rimraf":"^3.0.0","rollup":"^1.27.13","shelljs":"^0.8.3","ts-jest":"^25.1.0","ts-node":"^8.5.4","typedoc":"^0.16.7","coveralls":"^3.0.2","cross-env":"^7.0.0","typescript":"^3.0.3","@types/jest":"^25.1.0","@types/node":"^13.5.1","jest-config":"^25.1.0","lint-staged":"^10.0.3","replace-in-file":"^5.0.2","prettier-standard":"^16.1.0","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"4","eslint-config-prettier":"^6.10.0","eslint-plugin-standard":"4","@typescript-eslint/parser":"^2.20.0","rollup-plugin-typescript2":"^0.26.0","@typescript-eslint/eslint-plugin":"2","eslint-config-standard-with-typescript":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.0.0-2_1584668801111_0.6284696956209423","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"npm-to-yarn","version":"1.0.1","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.0.1","maintainers":[{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"6cdb95114c4ff0be50a7a2381d4d16131a5f52df","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.0.1.tgz","fileCount":10,"integrity":"sha512-bp8T8oNMfLW+N/fE0itFfSu7RReytwhqNd9skbkfHfzGYC+5CCdzS2HnaXz6JiG4AlK2eA0qlT6NJN1SoFvcWQ==","signatures":[{"sig":"MEUCIDmt9msD4z0dvgy9PhxyDCCbgxQba3i0t8LVyqUD4MUuAiEAtDAZSxQbkx2qOjB46b3ZF4QVzKSBFoI6hJDmZmC0NR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25006,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesCuGCRA9TVsSAnZWagAAwY8P/A/dwN9po2OgD8a4omwk\nlP7TrZF71ubr23E9C3iYmyl4bFq5LuIjdttyzws7zKAgnAjc5cyTGSdwoxHO\na1HpwgRW/nvw+0qANV3xH1WAEsDa2NnS2zIQg9AC5SX4CnZeY+iwopFoZ8Cu\na00GpOBne21OhWIcWvxfT0Onzs8esEC2zuO0BnV8E1nhOQNnuXWMoc6RCjN1\nPoZcSwsgasSl+N1cy+qGN2l2PeSbsd1CLfrNlcMx3q5gH4kEW8v5uhYEfz5x\nKxlVXfXu1D0fn2pdvDUnedZbtGuhcTwASQXGJTZ7rJNRXGKx4q8jvJ3vR7xX\n4G7hpH3Hhvt19WGHDWYLIiujga2E3GY7jVldNtt6+kN8dQxJnrxK2X8H2UyY\nMCU/c8fHmPB34XPsQx4WtjQ/nGug0mPyWZWFSqmgyJlPukd6eHtRKuD9LC+W\nvHUkO0Vrjtn2eohIogpjWSuYU1XxNcA+MhbSuSz128MyiTMkuKk/iOniggmI\nPp0QbnIB26DsbI/8tJ2JlLqKKdjMUZV5Lew5TcbeJz7CiM1aQAoAUe/Y+rOw\nHAZXGjVnKhT6/La+1yW+VMzoz/3Po5B0Hj/qbTnQwO+t2vrXgCQodckCD2a4\nXhpnBB6SZMARZPRMp1nU9hpFZpItH4djGV7FforfZPfVNHrAWgSBgxx0/LYo\n0O3h\r\n=DIDn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.js","husky":{"hooks":{"pre-commit":"lint-staged"}},"engines":{"node":">=6.0.0"},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"licenseText":"Copyright 2019 Ben Gubler <nebrelbug@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_hasShrinkwrap":false,"devDependencies":{"jest":"^25.1.0","husky":"^4.2.1","colors":"^1.3.2","eslint":"^6.8.0","prompt":"^1.0.0","rimraf":"^3.0.0","rollup":"^1.27.13","shelljs":"^0.8.3","ts-jest":"^25.1.0","ts-node":"^8.5.4","typedoc":"^0.16.7","coveralls":"^3.0.2","cross-env":"^7.0.0","typescript":"^3.0.3","@types/jest":"^25.1.0","@types/node":"^13.5.1","jest-config":"^25.1.0","lint-staged":"^10.0.3","replace-in-file":"^5.0.2","prettier-standard":"^16.1.0","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"4","eslint-config-prettier":"^6.10.0","eslint-plugin-standard":"4","@typescript-eslint/parser":"^2.20.0","rollup-plugin-typescript2":"^0.26.0","@typescript-eslint/eslint-plugin":"2","eslint-config-standard-with-typescript":"^14.0.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.0.1_1588603775713_0.20925015732249852","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"npm-to-yarn","version":"1.1.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.1.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"373fcdcbd229f0d53181c8f9566c502ae6d22475","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.1.0.tgz","fileCount":7,"integrity":"sha512-5Ri5qLggR98ZsIF8ylDekHLOBVVcyhzsBiV+2k8U4fH3jl2yYSQniEIjtUcEr2umk3AFTyeTZi33DfnaQ5DXQQ==","signatures":[{"sig":"MEUCIQCdajIXS73n8jhUOVPuIn7+qrxDnnxjgiInW/zlSZZv9QIgHAIqgfb/K2c/LA4Hu7CR2FMSgS7YqSsjRv+x+7+A+b8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":25449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnk0VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpydA//TKK4WibcvCZU0GEwUNJstQgpkOhiHhDEzSJf0QujAy1rjsy2\r\nxyIVz4c0AOVINYeTntGVBEV9CT2M7f9CuQel+gxNa7nRTNd4SHeUyzqpwoLK\r\nPRnI7MMw0sVZuhaM3nszzivkyq9jEGjT2XnMI72D1tzXCqFBIzwswfmrrkSD\r\nRnwhyQ2Dmj2yeCySdkAgWNlfwKt8aY7v8Yn9uTopjEDizca3FaTWBxCdi5YU\r\nCpicLrFOaKBhhAnCIdnU0lWmIjmUn71uiQ9SXt9gnl5Z41tghfFzQg9REomm\r\n2+u1qPXbJ18O1uMC2T8La31yGOmlMpEYUjieP8Aogu8H9ZAFLQfYD5sS+7gZ\r\nt16B5r23QfLrbzTumOnRSRxqnsi6lv0Jj0CBsM+KZxa3UQgnukEiY+0scxPO\r\nxKJCrDxO56VkR5zJkS6gidva5NpKq2lAh3Ekx+T4FQmTlPg+ioq8aqzsN98d\r\nidBtvZ5wV2jpOl0qHshI4KqDwoJvsRGspxQSIY7ugZ/fjD2AhL7ne7fDWUnb\r\n8baGQwesIWzU0kvBxgEi1mWCmqtmMnnrPFF/KvdvH+XnAxRAp0X+veP7dbCj\r\nO3+fo4L1SnPqFKU/PeIn0g0Ly7yFTBp2Xa62issQaXeATSbHDJkJs6oFzsvR\r\nfu5KARS6ChQAco/w339hfL2Wl5iWCRXCpW4=\r\n=/nDF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.js","type":"module","engines":{"node":">=6.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.js","require":"./dist/npm-to-yarn.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"35903ee6a70548254521b2e143de67faa0e17d1f","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"8.19.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"19.2.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.7.4","ts-jest":"^29.0.3","ts-node":"^10.9.1","coveralls":"^3.1.1","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"6","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-standard":"4","@typescript-eslint/parser":"^5.46.1","rollup-plugin-typescript2":"^0.34.1","@typescript-eslint/eslint-plugin":"5"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.1.0_1671318804913_0.520746179360944","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"npm-to-yarn","version":"1.2.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.2.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"ccec14408f0e4b6b67dd0046575ff810454f4e6a","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.2.0.tgz","fileCount":7,"integrity":"sha512-tzsM7k+mwL6tz081EKlVGL2je/Wnx7KAFAFu/xOJ2xyViLAxnrlEEwQ3kDT8etRDyHI0Egr4s//b2lK10kkUFQ==","signatures":[{"sig":"MEUCIQDwk41TOjeq2f+TUMSp1mZxwzDSdymWTNtamggioitL3AIgLW0ox7vZ1NWUM8s/70ezozY0qvM9Q3nHxdQA4ZCSVVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32106,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnlJAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCdhAAmbpQYbFXxri8OW6eV3zvGi64k2iqWY3P5lTIkmKPeAJCqG3z\r\n1qBqFRYhkIyEA2ZiltiAKylP40HC4Jn/LY4trRoWwBuGMjaSIs7Cjh49Bj5p\r\nPwF5vGE2bZl1yJAwDbX5ENUk8WiSUVEI5BdJhAa6ILGY6w1aIfs5rWQ/623X\r\n/arlmfUTB1oMQgmZE+pJVTlz4xUufn0GoE8FKd7eP2DMS/T+ONdVYFNSuS11\r\ntVMA0gQGLY9eqfbSo4SXdo2+y5hcfuocHrNv/gpBrasxEOpfwtSl8zH6VYOZ\r\nDO6DpSEfApYbFKX4xZhZEiz5/hfNj1oWsJLdfWzL4rInKqzW2Bnux7T+OtMH\r\npfH+zYhynDppxYdfd1/P+6+VwPTAoUR66RRyVbde7QeJ2cs/Q2YGVddGSoFU\r\ni2aexj6McecIOi8ZIBrYH41fee+c62+hN4cyoO6pzAS0s1NrdGJ37z5XHh0I\r\n5jnyeBTLapgGEiDq6MftrW9uSwQLEgYYDDrRG/v42OAR3dhSKFVbKsscmMKJ\r\nWb082Pg5EWbP72SgP29PWoJaUW95PgyypytToGYU+nA0PNox5d9GgXxZ238K\r\nJRoGy6fGgs8lCopAzAI+MlH1LT2ZT/txS19mH7TfcfBqATY/scdPqBwfbAWM\r\nKMF7Rd5gxlZSsf0micqHD/m90nrvX/nOZz4=\r\n=IG8e\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.js","type":"module","engines":{"node":">=6.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.js","require":"./dist/npm-to-yarn.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"f9e3f7f8c7fa5b72a1bbbda1e89a665a0cc0233b","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"8.19.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"19.2.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.7.4","ts-jest":"^29.0.3","ts-node":"^10.9.1","coveralls":"^3.1.1","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"6","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-standard":"4","@typescript-eslint/parser":"^5.46.1","rollup-plugin-typescript2":"^0.34.1","@typescript-eslint/eslint-plugin":"5"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.2.0_1671320128662_0.9509910725930824","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"npm-to-yarn","version":"1.2.1","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.2.1","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"ee88854d03ac930510c28a621985d800b51e76e0","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.2.1.tgz","fileCount":9,"integrity":"sha512-ci3GjP40SKgZL2OOVW6B1z/3LdLNBsEtJupkYC/NQ8/Y0grfZZNNsR5DQdoy7zgL+FsKIXtnxMgrDjoMoJ40zQ==","signatures":[{"sig":"MEUCIAKyu68mS9+TvU17P24RY27IgOXJ6a8MHO2H6/Xnb+HAAiEA4W2wUoBuIqz3kWnZR+e6M/1exALN//NRB5qmF+3YfwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjoJmXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmou+xAApLWlKBw4yPsMdHtu4L/OPctkKzHnP2XJWShFqGczFcsyWSO7\r\ng0WeYhx4yy/uGOLAWOPKcHsS0rcghKF20vrGrKlk2ihhxh1Jx8Dhkp6lfeh8\r\nt7a3FlF3btkma21vxXiC4XFCqT2fLsbVOdZnD43OunVS767T+LWC57Wh4wVc\r\nN3kK2gtTmR245W58bV0vRopRSN5g1iSGKawReMblzq24clQCLrKB0eflX9Ee\r\nl7Soq6WjQhF2OekLi95fyxSJWj5rsBRdyW45CobYYjycLamBYxBa5Xm1qu8u\r\nUkHqHirBURlza9ck2XrwU3Te/v1Hxb1W2k1cGFAsnGDYCE/sJlwHhWn1Of+a\r\nAgMsEpE2cCwQQtGCfrlpJOU5FijygzTqbs2ri+iKxUrIUuCIgTMT4gyygfDJ\r\nO3dx7WOgyOzGT1NI1WXzOTgHcOr0261OsfBGMCyZy9y3ZmGWUHKdcY47Bzsa\r\ncYjknvvvpnKoszjMcu7YHdolHgJv25OobAvcx6m4tpAp7EAUwoGtSMfg+pml\r\nzGkjAbdnuhgGBvz4/9O37safSqYOirDRKh8Fd37TgwO+aDaqupyAUCf9iVZq\r\nCbIxBwKebGre4B7uMAyJxQBFymZJquP8ahWosqkCvxO00QAqp6G/9uiQYVvn\r\nHDka31XURSW4bsIJ1JMbuAn2TEGu0h4rFFg=\r\n=3NtL\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.cjs","type":"module","module":"dist/npm-to-yarn.js","engines":{"node":">=6.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.js","require":"./dist/npm-to-yarn.cjs"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"eab24d90d00035eed94a002eb237c3a5461dfe13","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.js","start":"rollup -c rollup.config.js -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"8.19.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"19.2.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.7.4","ts-jest":"^29.0.3","ts-node":"^10.9.1","coveralls":"^3.1.1","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"6","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-standard":"4","@typescript-eslint/parser":"^5.46.1","rollup-plugin-typescript2":"^0.34.1","@typescript-eslint/eslint-plugin":"5"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.2.1_1671469463620_0.5984061774148393","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"npm-to-yarn","version":"1.3.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@1.3.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"d8eebae5aaef44a26f451838ab78917a1ea5ee3a","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-1.3.0.tgz","fileCount":9,"integrity":"sha512-07nTERZViiQvQJpVxhUyJgV5zLaMrAxW+nfSv/ELHe3Fv9bSSxRS1lTw9MplkuLtynQru3fvEm9r4a5+IE7j2A==","signatures":[{"sig":"MEUCIBWpYA9sTjYNdSZI3QTmZ1sX9Qecwu2ffbRgub6TJvxiAiEAwP/TpXwjxNyeHdz19wo2VAoL3uGfXPLFq+10optOby8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56694,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5XXEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW3w//V1ao7WpOCiRLPz+WequtdxwWFZwNT9evh5Ue7CPwFURJB0uT\r\nXmCaEQw6bw764xr8FyciukMCujHmX2dT83eKfqS4eWNDFl3o0ng2u52yfAga\r\ns9VW/Umqmn29J+8txKFx2QVWBoM/Tmfrhj32ekIUpAcCpiDalESCNHbRgDHM\r\nqJkwBQkMz1hLxzfQugBDrt/A9cno9dj9HUG99aMsBY8AmtKj36ep+qoe3Sp8\r\nmPQ3ILsVfwC3xHXCNxiM/1rCFWKVf8DIdXYeSFpq8lE9j/ceoqdXhXKGb2bT\r\n756n3e1XJT/L+uMJa6HOeiO74i/SPqbUDDn5jdUDl0NkqDLiZ5NFdtyUHsiK\r\nG8j7HTGMQREJRXfHwjrG1fWWVRjULHKLAiNLd2GWhY515xgfOeM7rD/bDzF2\r\nCbYenzLeW/65NBtrp0PgV3NcNRxIP7/ZTiry0BUhlfmU2IkjA+ilYb/bAhKC\r\n7k6BkEgVZH8ykhog2Hd8sNTAbcz8r9KTRJS1AEiVef28US25PB3MuW8E3ZSD\r\n6tLPesTXkK3L7NY7fFiESopTsVmNewN0gQA+LG0RUot7+Z9IRkw3i8fBj1w4\r\nQwrYRPjypZOnNmr/4tNOsBunYKekHHgNfaqZ20Tp7lHDLIdSuQXO4bzfdMug\r\n29M/M8d5hWpvlqQB6wg22x7bj191PTEx+vc=\r\n=xEjn\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":">=6.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"0a0b6dabecfee43846cc77601ef1e6177fa59a3e","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"8.19.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"19.2.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.7.4","ts-jest":"^29.0.3","ts-node":"^10.9.1","coveralls":"^3.1.1","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"6","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-standard":"4","@typescript-eslint/parser":"^5.46.1","rollup-plugin-typescript2":"^0.34.1","@typescript-eslint/eslint-plugin":"5"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_1.3.0_1675982276787_0.5968225398811613","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"npm-to-yarn","version":"2.0.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@2.0.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"59c9c615eca3ba8920308a0b418007b73ffc7492","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-2.0.0.tgz","fileCount":13,"integrity":"sha512-/IbjiJ7vqbxfxJxAZ+QI9CCRjnIbvGxn5KQcSY9xHh0lMKc/Sgqmm7yp7KPmd6TiTZX5/KiSBKlkGHo59ucZbg==","signatures":[{"sig":"MEQCIF1QRUkTxtA310Nld1JkR/kUc1iw/8S5EmMtKrbro7boAiATYfBcF9rgkHkp+L2BFWUXAtcYdk/glV6Hz+mTz6jA+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":92378,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj84qIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobjBAAj6bMvF9dIWzjY1tfjjGrjV0ycCgIl0W8w0mwVyQYS7cquZqJ\r\nRYqdCy8D+uRUVAlOBXH7M8rQEtziBp804nOg56JLEz3x27o7r6S+dcB9AdR7\r\nLqUlryO4bocKGMJGp44XGsCxIxrCh3zkQjf3C5qSIx7wXLPjp/QuqvqejhGn\r\nwhAv4YUfCloqWpP0kHBYxNJUFXzLUyk5tW3QNP6Vvn61sFl+T8LxFnFMg/D6\r\nyzs4H7SHyEjZ5LW5+PDAyjySKX4gULUqDTnXFUuLehGA8zd0LM1bXIBmXpZX\r\nrpb5Wa4+ko8pfny3T8pFxGZZaz4Z4VlNcc3f5hXvApV8kzPxPke+FfHWveV9\r\nByacFGISzlzausrDs1+BK5ht8kav0jOYM/8Plse6kWBdrd/s5nLp5CbE59p1\r\nS0EZSVGAaagwzE+mewvmfMhQq++08jEufpFhS9sxfbcV6xpGjgpHAPIxUV4n\r\nRieJqwsBrI5f3rW8zMwXvkCCI8aCmzc9DtYcpkEi5alA3cw+pnwLe1lMyebz\r\neSioeXtBe/Xbv3+KO2GJiJGcn0QcpWn8d3wWvVzRpLf97NyrQxQIKTGv3ki9\r\nIzFkeKNbscvZ4PEmFm9FOs9tNjiiLFBJRJjOsZ+8UToWeL36fzDy3Stcp0yh\r\n03MRkqx/kCEUjPGxfekZUMIH/6A2QIPGmMs=\r\n=aIWr\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"testRegex":"(/test/.*|\\.(test|spec))\\.(ts|js)$","transform":{".(ts)":"ts-jest"},"testEnvironment":"node","coverageThreshold":{"global":{"lines":95,"branches":80,"functions":95,"statements":95}},"collectCoverageFrom":["src/*.ts"],"moduleFileExtensions":["ts","js"],"coveragePathIgnorePatterns":["/node_modules/","/test/"]},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":">=6.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"a1303ccb9a69fabf3c1e094f8e110c8ef9c4c026","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"tsc --module es6 && rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","commit":"git-cz","format":"prettier-standard --format '{src,test}/**/*.ts'","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch","deploy-docs":"ts-node tools/gh-pages-publish","report-coverage":"cat ./coverage/lcov.info | coveralls","travis-deploy-once":"travis-deploy-once --pro"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"prettier":{"semi":false,"singleQuote":true},"standard":{"ignore":["dist"]},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"8.19.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"19.2.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.7.4","ts-jest":"^29.0.3","ts-node":"^10.9.1","coveralls":"^3.1.1","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-plugin-node":"11","travis-deploy-once":"^5.0.9","eslint-plugin-import":"2","eslint-plugin-promise":"6","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-standard":"4","@typescript-eslint/parser":"^5.46.1","rollup-plugin-typescript2":"^0.34.1","@typescript-eslint/eslint-plugin":"5"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_2.0.0_1676905095935_0.9663518596083664","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"npm-to-yarn","version":"2.1.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@2.1.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"ff4e18028d18eb844691f1ccb556be5f3ccfde34","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-2.1.0.tgz","fileCount":14,"integrity":"sha512-2C1IgJLdJngq1bSER7K7CGFszRr9s2rijEwvENPEgI0eK9xlD3tNwDc0UJnRj7FIT2aydWm72jB88uVswAhXHA==","signatures":[{"sig":"MEQCIGNNv/GCWeqR3MROJKgbfKQnhHNihPN95uiQLkQg0OseAiBIQGE4cZecjlui0fwGy6ewcGBjWxC5jVEgiHrPL2zgMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114106},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"233ff640c635332bf754c86db7412a61c6686b24","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","format":"prettier-standard --format","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"8.19.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"19.2.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-config-prettier":"^8.5.0","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^5.54.0","@typescript-eslint/eslint-plugin":"^5.54.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_2.1.0_1694023724472_0.2010292964252829","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"npm-to-yarn","version":"2.2.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@2.2.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"6143e15ba2f25d8d3ef77516900110caab2d1ef6","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-2.2.0.tgz","fileCount":14,"integrity":"sha512-e1/HocWkB2vSkmGiQ/M7Jmsj9k3sl1ldDeVXM9vUTbZOuLcJXhMb2ubz9gxaNW2Cse2zDFC8e6+mKGhrPZgSyg==","signatures":[{"sig":"MEUCIQDcSMF8u/kRUTh8b06CZfaxWkVWAzGDcIEHNMFk37XO0AIgPkV+RSMuacUakhnYUQhxYEHofj3OucvW4pwzKCXk4l4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114106},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"3c07bb4b3886d33631ff511316a06bb764f57bcd","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","format":"prettier-standard --format","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"10.2.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"20.10.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-config-prettier":"^8.5.0","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^5.54.0","@typescript-eslint/eslint-plugin":"^5.54.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_2.2.0_1708035510014_0.18860597261365997","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"npm-to-yarn","version":"2.2.1","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@2.2.1","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"048843a6630621daffc6a239dfc89698b8abf7e8","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-2.2.1.tgz","fileCount":14,"integrity":"sha512-O/j/ROyX0KGLG7O6Ieut/seQ0oiTpHF2tXAcFbpdTLQFiaNtkyTXXocM1fwpaa60dg1qpWj0nHlbNhx6qwuENQ==","signatures":[{"sig":"MEUCIQCkYSswcj7oVnK8cVFxBhqy6HA1Q5Au8ltC0/IeJ++bBwIgbpdY+hj7DGwjYvnKxXMSgF6NsPJsyzYM3Re3GwRNeiE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":114990},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"e787a06e754c9b74f842befd80ba1e91b6c06ae2","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","format":"prettier-standard --format","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"10.2.3","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"20.10.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-config-prettier":"^8.5.0","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^5.54.0","@typescript-eslint/eslint-plugin":"^5.54.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_2.2.1_1708111231382_0.24302393283642543","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"npm-to-yarn","version":"3.0.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@3.0.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"05006d97359e285f0316e249dbbe56f377ca1182","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.0.0.tgz","fileCount":14,"integrity":"sha512-76YnmsbfrYp0tMsWxM0RNX0Vs+x8JxpJGu6B/jDn4lW8+laiTcKmKi9MeMh4UikO4RkJ1oqURoDy9bXJmMXS6A==","signatures":[{"sig":"MEYCIQC8UXxPODs9rwR/EgUCPc8xblVlYwnvWb9i/2yRSS5NRwIhAKlpk2fPoHYzhCpEBbhIKgG9H2LBCPNzXlIUgjW9jg0e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":118955},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"0b7979c2b92aeebc4b65caa5e628d741445d5fa6","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","format":"prettier-standard --format","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"10.7.0","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-config-prettier":"^8.5.0","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^5.54.0","@typescript-eslint/eslint-plugin":"^5.54.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_3.0.0_1724925451047_0.10674354840582745","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"npm-to-yarn","version":"3.0.1","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@3.0.1","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"d1ed47551321ad5cd51342729fe21c8146644529","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.0.1.tgz","fileCount":14,"integrity":"sha512-tt6PvKu4WyzPwWUzy/hvPFqn+uwXO0K1ZHka8az3NnrhWJDmSqI8ncWq0fkL0k/lmmi5tAC11FXwXuh0rFbt1A==","signatures":[{"sig":"MEYCIQD9P1TaUov6YtIKMgAdMclUvxywuDvomjVhC3teRJ1hFAIhAOh6DzlFbKn5bhsfBcPtRn1H38m6iHJA7qes61YTTr+i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":121637},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","gitHead":"d5ebd8528a09e0c949db9f55c1d81b94e9f751ef","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","format":"prettier-standard --format","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"10.7.0","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"20.14.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-config-prettier":"^8.5.0","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^5.54.0","@typescript-eslint/eslint-plugin":"^5.54.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_3.0.1_1735076527857_0.8787019952001851","host":"s3://npm-registry-packages-npm-production"}},"3.1.0":{"name":"npm-to-yarn","version":"3.1.0","keywords":["string convert","documentation","yarn to npm"],"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","_id":"npm-to-yarn@3.1.0","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"}],"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"dist":{"shasum":"ed6b161b8952cf559121d0fcf59134be949c1f2b","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.1.0.tgz","fileCount":15,"integrity":"sha512-9gNsO/JB3LeWOZXBX09cKMsCPwVcu1ExIf+GUuTN9G+0zZvLIK0nU9+lE9jue3MSKAxPdrh0rO072mWNvciqeQ==","signatures":[{"sig":"MEYCIQCDUVR1CkVdNJyyL/+9fhMcaRK/tevRX57014Po32MBlAIhAMOxxZhU7mDdGq/SrclN4JqLCbCoO/2vJeZRZl2pM9R4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":145811},"main":"dist/npm-to-yarn.umd.js","type":"commonjs","module":"dist/npm-to-yarn.mjs","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","default":"./dist/npm-to-yarn.umd.js","require":"./dist/npm-to-yarn.umd.js"}},"funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","test":"jest --coverage","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","format":"prettier-standard --format","prebuild":"rimraf dist","test:prod":"npm run lint && npm run test -- --no-cache","test:watch":"jest --coverage --watch"},"typings":"dist/types/index.d.ts","_npmUser":{"name":"nebrelbug","email":"nebrelbug@gmail.com"},"repository":{"url":"git+https://github.com/nebrelbug/npm-to-yarn.git","type":"git"},"_npmVersion":"11.6.2","description":"Convert npm CLI commands to Yarn commands, and vice versa","directories":{},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"sideEffects":false,"_nodeVersion":"24.13.0","_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.29.0","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4","@types/jest":"^29.2.4","@types/node":"^18.11.15","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","eslint-config-prettier":"^8.5.0","@rollup/plugin-typescript":"^11.0.0","@typescript-eslint/parser":"^5.54.0","@typescript-eslint/eslint-plugin":"^5.54.0"},"_npmOperationalInternal":{"tmp":"tmp/npm-to-yarn_3.1.0_1784575768660_0.12580773005660695","host":"s3://npm-registry-packages-npm-production"}},"3.2.0":{"name":"npm-to-yarn","version":"3.2.0","description":"Convert npm CLI commands to Yarn commands, and vice versa","keywords":["string convert","documentation","yarn to npm"],"main":"dist/npm-to-yarn.umd.js","module":"dist/npm-to-yarn.mjs","typings":"dist/types/index.d.ts","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/npm-to-yarn.mjs","require":"./dist/npm-to-yarn.umd.js","default":"./dist/npm-to-yarn.umd.js"}},"sideEffects":false,"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","funding":"https://github.com/nebrelbug/npm-to-yarn?sponsor=1","repository":{"type":"git","url":"git+https://github.com/nebrelbug/npm-to-yarn.git"},"bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"license":"MIT","engines":{"node":"^12.22.0 || ^14.17.0 || >=16.0.0"},"type":"commonjs","scripts":{"lint":"eslint src/*.ts test/*.spec.ts --ext .js,.ts","prebuild":"rimraf dist","build":"rollup -c rollup.config.mjs","start":"rollup -c rollup.config.mjs -w","test":"jest --coverage","test:watch":"jest --coverage --watch","test:prod":"npm run lint && npm run test -- --no-cache","format":"prettier-standard --format"},"lint-staged":{"{src,test}/**/*.ts":["prettier-standard --lint"]},"devDependencies":{"@types/jest":"^29.2.4","@types/node":"^18.11.15","@typescript-eslint/eslint-plugin":"^5.54.0","@typescript-eslint/parser":"^5.54.0","@rollup/plugin-typescript":"^11.0.0","eslint":"^8.29.0","eslint-config-prettier":"^8.5.0","jest":"^29.3.1","lint-staged":"^13.1.0","prettier-standard":"^16.4.1","rimraf":"^3.0.2","rollup":"^3.18.0","ts-jest":"^29.0.5","typescript":"^4.9.4"},"gitHead":"9ad7c2985e52e2f1e87074ca9bd91aef21998488","_id":"npm-to-yarn@3.2.0","_nodeVersion":"24.13.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-K1HmQeZT2HrjpsR6KgqbN2FAXL2NrJJmNUSD9ck7HGTVu1JKXox8n9SB+tjbU8m8JGLF4OscrroPepew/L7/Xw==","shasum":"7c92f8169c252e0267c6139656480cb62a1a85a5","tarball":"https://registry.npmjs.org/npm-to-yarn/-/npm-to-yarn-3.2.0.tgz","fileCount":16,"unpackedSize":170005,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAQNorhfiK5wknrfL0DHg/mEhLsG8huIacZ/+8RejRofAiEAhmBOCved/d31AzUrgmmDuBj3MeCHoMKWYJIjtTct0RY="}]},"_npmUser":{"name":"bgub","email":"me@bengubler.com"},"directories":{},"maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"},{"name":"bgub","email":"me@bengubler.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/npm-to-yarn_3.2.0_1784935867908_0.1780472610353916"},"_hasShrinkwrap":false}},"time":{"created":"2020-03-19T22:36:23.189Z","modified":"2026-07-24T23:31:08.192Z","1.0.0-0":"2020-03-19T22:36:23.400Z","1.0.0-1":"2020-03-19T23:27:25.864Z","1.0.0-2":"2020-03-20T01:46:41.273Z","1.0.1":"2020-05-04T14:49:36.044Z","1.1.0":"2022-12-17T23:13:25.096Z","1.2.0":"2022-12-17T23:35:28.800Z","1.2.1":"2022-12-19T17:04:23.822Z","1.3.0":"2023-02-09T22:37:56.960Z","2.0.0":"2023-02-20T14:58:16.106Z","2.1.0":"2023-09-06T18:08:44.692Z","2.2.0":"2024-02-15T22:18:30.205Z","2.2.1":"2024-02-16T19:20:31.595Z","3.0.0":"2024-08-29T09:57:31.215Z","3.0.1":"2024-12-24T21:42:08.062Z","3.1.0":"2026-07-20T19:29:28.806Z","3.2.0":"2026-07-24T23:31:08.039Z"},"bugs":{"url":"https://github.com/nebrelbug/npm-to-yarn/issues"},"author":{"name":"Ben Gubler","email":"nebrelbug@gmail.com"},"license":"MIT","homepage":"https://github.com/nebrelbug/npm-to-yarn#readme","keywords":["string convert","documentation","yarn to npm"],"repository":{"type":"git","url":"git+https://github.com/nebrelbug/npm-to-yarn.git"},"description":"Convert npm CLI commands to Yarn commands, and vice versa","maintainers":[{"name":"slorber","email":"lorber.sebastien@gmail.com"},{"name":"nebrelbug","email":"nebrelbug@gmail.com"},{"name":"bgub","email":"me@bengubler.com"}],"readme":"# npm-to-yarn\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n\n[logo]: https://img.shields.io/badge/all_contributors-0-orange.svg 'Number of contributors on All-Contributors'\n\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n[![npm](https://img.shields.io/npm/v/npm-to-yarn)](https://www.npmjs.com/package/npm-to-yarn)\n[![License](https://img.shields.io/npm/l/npm-to-yarn)](./LICENSE)\n[![CI](https://github.com/nebrelbug/npm-to-yarn/actions/workflows/ci.yml/badge.svg)](https://github.com/nebrelbug/npm-to-yarn/actions/workflows/ci.yml)\n[![Coveralls](https://img.shields.io/coveralls/nebrelbug/npm-to-yarn.svg)](https://coveralls.io/github/nebrelbug/npm-to-yarn)\n\n[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://paypal.me/bengubler)\n\n**Summary**\n\n`npm-to-yarn` is designed to convert NPM CLI commands to their Yarn equivalents (and vice versa).\n\n## Why `npm-to-yarn`?\n\n`npm-to-yarn` is super helpful in documentation, for example in generating code tabs.\n\n## 📜 Docs\n\n```js\nimport convert from 'npm-to-yarn'\n\n// or\n// var convert = require('npm-to-yarn')\n\nconvert('npm install squirrelly', 'yarn')\n// yarn add squirrelly\n\nconvert('npm install squirrelly', 'deno')\n// deno add squirrelly\n\nconvert('npm install squirrelly', 'nub')\n// nub add squirrelly\n\n// npx conversions\n\nconvert('npx create-next-app', 'yarn')\n// yarn dlx create-next-app\n\nconvert('npx create-next-app', 'deno')\n// deno x create-next-app\n\nconvert('npx create-next-app', 'nub')\n// nubx create-next-app\n```\n\n`npm-to-yarn` exposes a UMD build, so you can also install it with a CDN (it exposes global variable `n2y`)\n\n### API\n\n```ts\n/**\n * Converts between npm and yarn command\n */\nexport default function convert (str: string, to: 'npm' | 'yarn' | 'pnpm' | 'bun' | 'deno' | 'nub'): string\n```\n\n## ✔️ Tests\n\nTests can be run with `npm test`. Multiple tests check that parsing, rendering, and compiling return expected results, formatting follows guidelines, and code coverage is at the expected level.\n\n## 📦 Contributing to `npm-to-yarn` - Setup Guide\n\nInstall Dependencies\n\n```sh copy\nnpm install\n```\n\nRun the development server\n\n```sh\nnpm run start\n```\n\nA new file: `npm-to-yarn.mjs` is created in `dist` folder. <br>\nOpen `node` inside the terminal and write the following code to test new changes\n\n```js\nconst npmToYarn = await import('./dist/npm-to-yarn.mjs')\nconst convert = npmToYarn.default\n\nconvert('npm install react', 'bun')\n```\n\n## Resources\n\nTo be added\n\n## Projects using `npm-to-yarn`\n\n- [Dynamoose](https://dynamoosejs.com)\n- [Docusaurus](https://docusaurus.io)\n\n## Contributors\n\nMade with ❤ by [@nebrelbug](https://github.com/nebrelbug) and all these wonderful contributors ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind are welcome!\n","readmeFilename":"README.md"}