{"_id":"stemmer","_rev":"30-c0c987fc5a88902cceacdd2ea756ef7e","name":"stemmer","description":"Porter Stemmer algorithm","dist-tags":{"latest":"2.0.1"},"versions":{"0.0.1":{"name":"stemmer","version":"0.0.1","description":"A pretty fast implementation of the Porter Stemmer algorithm","keywords":["martin","porter","stemmer","algorithm"],"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"license":"MIT","devDependencies":{"istanbul":"~0.2.11","jscs":"^1.4.5","eslint":"^0.6.2","mocha":"~1.20.1"},"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"scripts":{"test":"_mocha --reporter spec --check-leaks -u exports spec/stemmer.spec.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/stemmer.spec.js","lint":"eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false' && node_modules/.bin/eslint spec/stemmer.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false' && node_modules/.bin/jscs index.js spec/stemmer.spec.js --reporter=inline","coverage":"istanbul cover node_modules/.bin/_mocha -- -- spec spec/stemmer.spec.js","make":"npm run-script lint && npm run-script coverage"},"testling":{"files":"spec/stemmer.spec.js","harness":"mocha","browsers":["iexplore/latest","chrome/latest","chrome/canary","firefox/latest","firefox/nightly","opera/latest","opera/next","safari/latest","iphone/latest","android-browser/latest"]},"bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.0.1","_shasum":"c6b4149b48639a5110396dc83242c417a77c52d2","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"c6b4149b48639a5110396dc83242c417a77c52d2","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.0.1.tgz","integrity":"sha512-5N8r/Bf1OOe9mMcZZvadcgYs4lNB6U74PKty7jpk1UzdvW8mvFUkHmhkMMk443DdJLnnwM2fbvRAbSaPLjBqHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEKLMpoeGfaIQTBF38zN2bqwbU1PR1K4Uees4dvp5MRAIhANW43A8exz5Z3diaIz7l4i0ajFCJmlHchjxcEYYuUsbf"}]},"directories":{}},"0.0.2":{"name":"stemmer","version":"0.0.2","description":"A pretty fast implementation of the Porter Stemmer algorithm","keywords":["martin","porter","stemmer","algorithm"],"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"license":"MIT","devDependencies":{"istanbul":"~0.2.11","jscs":"^1.5.1","eslint":"^0.6.2","mocha":"~1.20.1"},"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"scripts":{"test":"node_modules/.bin/_mocha --reporter spec --check-leaks -u exports spec/stemmer.spec.js","test-travis":"node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/stemmer.spec.js","lint":"node_modules/.bin/eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false' && node_modules/.bin/eslint spec/stemmer.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false' && node_modules/.bin/jscs index.js spec/stemmer.spec.js --reporter=inline","coverage":"node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -- spec spec/stemmer.spec.js","make":"npm run-script lint && npm run-script coverage"},"testling":{"files":"spec/stemmer.spec.js","harness":"mocha","browsers":["iexplore/latest","chrome/latest","chrome/canary","firefox/latest","firefox/nightly","opera/latest","opera/next","safari/latest","iphone/latest","android-browser/latest"]},"_id":"stemmer@0.0.2","dist":{"shasum":"d43b575473a91fafe9f683d9765c2613ae8c10ca","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.0.2.tgz","integrity":"sha512-Ld9ozghtREH9AKGYmx1frXaKVpdC6c11MswTb+G2ZKApHV7Ezjb9wpFrIfIKDQuaULwz74Iq0qB3UrlNaaiT6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDg459dwE9L4oVCj4cusOhhr42LlKCeBKbkuaNmeVtYuQIhAK9y8U+y8JwJVgyJ7EWEbdyJB65HQsqRIbLDgeBr7uDb"}]},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"directories":{}},"0.0.3":{"name":"stemmer","version":"0.0.3","description":"A pretty fast implementation of the Porter Stemmer algorithm","keywords":["martin","porter","stemmer","algorithm"],"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"license":"MIT","devDependencies":{"istanbul":"~0.2.11","jscs":"^1.5.3","eslint":"^0.6.2","mocha":"~1.20.1"},"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"scripts":{"test":"_mocha --reporter spec --check-leaks -u exports spec/stemmer.spec.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/stemmer.spec.js","lint":"npm run-script lint-api && npm run-script lint-test && npm run-script lint-style","lint-api":"eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false'","lint-test":"eslint spec/stemmer.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false'","lint-style":"jscs index.js spec/stemmer.spec.js --reporter=inline","coverage":"istanbul cover node_modules/.bin/_mocha -- -- spec/stemmer.spec.js","make":"npm run-script lint && npm run-script coverage"},"bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.0.3","_shasum":"9948abaede1b77dba9a8ce60954fa09dd586585b","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"9948abaede1b77dba9a8ce60954fa09dd586585b","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.0.3.tgz","integrity":"sha512-YAolK8xno2tZhbyiShmV0ahTOMTF1Xq/GWqtEQgSC0+zPa9idhV7PQZn2LMXw0jqdSdxYp/VyhUd0SPv0dfz3w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWKQtlNl45wPSsvYHmq/zwfrSuTAlrOELO2j3vOl+DXAiEAnZN30FHqgFBEmLJ3xu9rpMv0b5gljbQWHsk7ePeV/u8="}]},"directories":{}},"0.1.0":{"name":"stemmer","version":"0.1.0","description":"A pretty fast implementation of the Porter Stemmer algorithm","keywords":["martin","porter","stemmer","algorithm"],"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"license":"MIT","devDependencies":{"eslint":"^0.6.2","istanbul":"~0.2.11","jscs":"^1.5.3","matcha":"^0.5.0","mocha":"~1.20.1"},"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"scripts":{"test":"_mocha --reporter spec --check-leaks -u exports spec/stemmer.spec.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/stemmer.spec.js","lint":"npm run lint-api && npm run lint-test && npm run lint-style && npm run lint-benchmark","lint-api":"eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false'","lint-benchmark":"eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'","lint-test":"eslint spec/stemmer.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false'","lint-style":"jscs index.js spec/stemmer.spec.js benchmark/index.js --reporter=inline","coverage":"istanbul cover node_modules/.bin/_mocha -- -- spec/stemmer.spec.js","install-benchmark":"npm install porter-stemmer && npm install natural","benchmark":"matcha","make":"npm run lint && npm run coverage"},"bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.1.0","_shasum":"dfb32978fe9a8266b117b467b528e166e5ce7d13","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"dfb32978fe9a8266b117b467b528e166e5ce7d13","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.1.0.tgz","integrity":"sha512-wxhCwks6YtJ7VKagIeOxcBobfRMq0opR+t21c1CVjjTAJwA/1W8u31VD9H496WMJY4JIQzpw7HbhNjuZvUmtng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICdkcv9JKhGo9RrU05p0bdk4eAX3AFt7zM+RcH5WqS3uAiAaUlLb0YIyaIYZWx+TRpzpQAqmJ6JpkMO5eQoSFd185Q=="}]},"directories":{}},"0.1.2":{"name":"stemmer","version":"0.1.2","description":"A pretty fast implementation of the Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm"],"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"devDependencies":{"eslint":"^0.8.0","istanbul":"^0.3.0","jscs":"^1.6.0","matcha":"^0.5.0","mocha":"^1.20.0"},"scripts":{"test":"_mocha --reporter spec --check-leaks -u exports spec/stemmer.spec.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/stemmer.spec.js","lint":"npm run lint-api && npm run lint-test && npm run lint-style && npm run lint-benchmark","lint-api":"eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false'","lint-benchmark":"eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'","lint-test":"eslint spec/stemmer.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false'","lint-style":"jscs index.js spec/stemmer.spec.js benchmark/index.js --reporter=inline","coverage":"istanbul cover node_modules/.bin/_mocha -- -- spec/stemmer.spec.js","install-benchmark":"npm install porter-stemmer && npm install natural","benchmark":"matcha","make":"npm run lint && npm run coverage"},"gitHead":"4ca86d66394c0d1e2c3157c29f97b3ac6cc0dddb","bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.1.2","_shasum":"87b8f0280b406bdbe8a634d427ad96483fe7098e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"87b8f0280b406bdbe8a634d427ad96483fe7098e","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.1.2.tgz","integrity":"sha512-ARzbCfgsXg+1wUwIUwpFLXgJ/pGZcWyjCXe4dW9mWO1OkvbVsFvkdr0MZsF7R10J06t40Xsx+nvFjczNUNClFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEV5zFRDVz7bjjvcNsBB6tYsnTrvzRoBG0OM8bU55KCmAiAjMSpCM2f2VeoXizK0kNmlJq4fWDuw+13FM9W8AWV6jw=="}]},"directories":{}},"0.1.3":{"name":"stemmer","version":"0.1.3","description":"A pretty fast implementation of the Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm"],"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"devDependencies":{"eslint":"^0.9.0","istanbul":"^0.3.0","jscs":"^1.7.0","matcha":"^0.5.0","mocha":"^2.0.0"},"scripts":{"test":"_mocha --reporter spec --check-leaks -u exports test/index.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports test/index.js","lint":"npm run lint-api && npm run lint-test && npm run lint-style && npm run lint-benchmark","lint-api":"eslint index.js --rule 'no-cond-assign: false'","lint-benchmark":"eslint benchmark.js --global suite,set,bench","lint-test":"eslint test/index.js --env mocha","lint-style":"jscs index.js test/index.js benchmark.js --reporter=inline","coverage":"istanbul cover node_modules/.bin/_mocha -- -- test/index.js","install-benchmark":"npm install porter-stemmer && npm install natural","benchmark":"matcha benchmark.js","make":"npm run lint && npm run coverage"},"gitHead":"fc9b4b176df16c98d2c4833ab456b8ddcfc5c02a","bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.1.3","_shasum":"f47a5b35376b914c316087f8646d8cc277ab815a","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"f47a5b35376b914c316087f8646d8cc277ab815a","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.1.3.tgz","integrity":"sha512-mh7Brc+yq3Hz4JDAKmz68IMJwM/iIMxGalWrxec6g3ZRjZnmwm6P+Vm5siD8ObpKPUBP1TZa5V4307/8fx/SdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDthVZ4nOfE+EVA6BC96tBu+AdfYuJLpxXmHkbklBGnPQIgWBJcTogNZATKqz912ZHVA/jVBheBqJQsf43ND7FmdFI="}]},"directories":{}},"0.1.1":{"name":"stemmer","version":"0.1.1","description":"A pretty fast implementation of the Porter Stemmer algorithm","keywords":["martin","porter","stemmer","algorithm"],"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"license":"MIT","devDependencies":{"eslint":"^0.7.4","istanbul":"^0.3.0","jscs":"^1.5.3","matcha":"^0.5.0","mocha":"^1.20.4"},"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"scripts":{"test":"_mocha --reporter spec --check-leaks -u exports spec/stemmer.spec.js","test-travis":"istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/stemmer.spec.js","lint":"npm run lint-api && npm run lint-test && npm run lint-style && npm run lint-benchmark","lint-api":"eslint index.js --env node --env browser --rule 'quotes: [2, single], no-cond-assign: false'","lint-benchmark":"eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'","lint-test":"eslint spec/stemmer.spec.js --env node --env mocha --rule 'quotes: [2, single], no-loop-func: false'","lint-style":"jscs index.js spec/stemmer.spec.js benchmark/index.js --reporter=inline","coverage":"istanbul cover node_modules/.bin/_mocha -- -- spec/stemmer.spec.js","install-benchmark":"npm install porter-stemmer && npm install natural","benchmark":"matcha","make":"npm run lint && npm run coverage"},"gitHead":"9373679daa7fff3f3817fe080cdf2929edf6248a","bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.1.1","_shasum":"889b49649652deedb2d4d5364b2f6e4cb71d8244","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.11.14","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"889b49649652deedb2d4d5364b2f6e4cb71d8244","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.1.1.tgz","integrity":"sha512-zCDNOzXRcViXYOWOdVfOGZttf4TpDHCZbDlhjqhK8XWRNGYeV/MFg1DE/S8v88GbCqFiEB6nRZsBLXR9kglYlA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpmFs3/trE9CTRPNAXcq8hvXJsOESQDwH1fIVTaZoJ3wIhAMTkv7c20QbGN9cAbRetSLYQQjLL9//1R2/bjMmXenMy"}]},"directories":{}},"0.1.4":{"name":"stemmer","version":"0.1.4","description":"A pretty fast implementation of the Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"repository":{"type":"git","url":"https://github.com/wooorm/stemmer.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com"},"bin":{"stemmer":"cli.js"},"devDependencies":{"eslint":"^0.10.0","istanbul":"^0.3.0","jscs":"^1.0.0","jscs-jsdoc":"^0.4.0","matcha":"^0.6.0","mocha":"^2.0.0"},"scripts":{"test":"_mocha --check-leaks test/index.js","test-cli":"bash test/index.sh","test-coveralls":"istanbul cover _mocha --report lcovonly -- --check-leaks test/index.js","test-travis":"npm run test-cli && npm run test-coveralls","coverage":"istanbul cover _mocha -- -- test/index.js","lint-api":"eslint --rule no-cond-assign:false index.js","lint-benchmark":"eslint --global suite,set,bench benchmark.js","lint-cli":"eslint --rule no-process-exit:false cli.js","lint-test":"eslint --env mocha test/index.js","lint-style":"jscs --reporter inline index.js benchmark.js cli.js test/index.js","lint":"npm run lint-api && npm run lint-benchmark && npm run lint-cli && npm run lint-test && npm run lint-style","make":"npm run lint && npm run coverage","install-benchmark":"npm install porter-stemmer && npm install natural","benchmark":"matcha benchmark.js"},"gitHead":"13d97769cb78de24601875d6944f78bc25b5a6f7","bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"homepage":"https://github.com/wooorm/stemmer","_id":"stemmer@0.1.4","_shasum":"b909e7300af37549a21009bc735286f58f2ac8cb","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"dist":{"shasum":"b909e7300af37549a21009bc735286f58f2ac8cb","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-0.1.4.tgz","integrity":"sha512-kyidNsfCVjEpGvUS97Scp1JyD1biM1ovg3M83y3KUnw66fHk2QBKFzOKUBkUSHng/fzfZ6Aniq36gpEd68K+gg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEM3NFf5sCvZ/PIVxrhidHdNdYge6a4aT0o7BVFty22yAiEAgv8lThFiV+Jeit0RGJ6M/DCXjqZYKeRaW7ShAafX21w="}]},"directories":{}},"1.0.0":{"name":"stemmer","version":"1.0.0","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"repository":{"type":"git","url":"git+https://github.com/wooorm/stemmer.git"},"bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"engines":{"node":">=0.11.0"},"files":["index.js","cli.js"],"bin":{"stemmer":"cli.js"},"main":"index.js","dependencies":{},"devDependencies":{"browserify":"^13.0.0","esmangle":"^1.0.0","execa":"^0.4.0","nyc":"^8.3.0","remark-cli":"^2.0.0","remark-preset-wooorm":"^1.0.0","tape":"^4.4.0","xo":"^0.16.0"},"scripts":{"build-md":"remark . --quiet --frail","build-bundle":"browserify index.js -s stemmer > stemmer.js","build-mangle":"esmangle stemmer.js > stemmer.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test/index.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"rules":{"no-cond-assign":"off","complexity":"off"},"ignores":["stemmer.js"]},"remarkConfig":{"output":true,"presets":"wooorm"},"gitHead":"6fd74e6329352b439c781cb2aecd8c97fb0b61e0","homepage":"https://github.com/wooorm/stemmer#readme","_id":"stemmer@1.0.0","_shasum":"0adb8b7bf6597fc355a079a294b92b3142af1624","_from":".","_npmVersion":"3.3.6","_nodeVersion":"5.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"0adb8b7bf6597fc355a079a294b92b3142af1624","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-1.0.0.tgz","integrity":"sha512-ek6/GfnzVwnoDitGZUhrqtspjn47qSyMX7OsV/pMdkH30Lx74cnjehrU2T8fTWkZJYOjaNXdcWgoMU+Usw/mmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFI6VKS5vpPQURSA5mbX8FWrssQYltcAOWpbCf9tNrp1AiBJ8kR0KuuV9yYhe2dnd/iZtjTiH5XD42p55RaqIvjrIQ=="}]},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/stemmer-1.0.0.tgz_1474312725701_0.742230765754357"},"directories":{}},"1.0.1":{"name":"stemmer","version":"1.0.1","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"repository":{"type":"git","url":"git+https://github.com/wooorm/stemmer.git"},"bugs":{"url":"https://github.com/wooorm/stemmer/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","cli.js"],"bin":{"stemmer":"cli.js"},"main":"index.js","dependencies":{},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","execa":"^0.7.0","nyc":"^11.0.0","remark-cli":"^3.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.4.0","xo":"^0.18.0"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s stemmer > stemmer.js","build-mangle":"esmangle stemmer.js > stemmer.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test/index.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"no-cond-assign":"off","complexity":"off"},"ignores":["stemmer.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"8ae5e718ebde501e5d6a89b11a1dec3fe4f5cdc0","homepage":"https://github.com/wooorm/stemmer#readme","_id":"stemmer@1.0.1","_shasum":"61d72fd7612b5cd5732140caf100dd5a02ef546a","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"61d72fd7612b5cd5732140caf100dd5a02ef546a","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-1.0.1.tgz","integrity":"sha512-cEeSbfejEcaZ28dfBr+sNmW/tkZsQOBAszaknV6JszbqAv4knhKiXBxoD8PQ2cyq9aPQOxucStw38r9BqGw+ng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLISFxqSsLdiGocR8Yp5xlUrzW+8pn6hWSJXcDgjgEuAiEAguc4CS4MInqkAhta5snUises6D+1plKrfxQXjqiDx4I="}]},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer-1.0.1.tgz_1500404337404_0.9805559157393873"},"directories":{}},"1.0.2":{"name":"stemmer","version":"1.0.2","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"homepage":"https://words.github.io/stemmer/","repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"bugs":{"url":"https://github.com/words/stemmer/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"files":["index.js","cli.js"],"bin":{"stemmer":"cli.js"},"main":"index.js","dependencies":{},"devDependencies":{"browserify":"^14.0.0","esmangle":"^1.0.0","execa":"^0.8.0","nyc":"^11.0.0","remark-cli":"^4.0.0","remark-preset-wooorm":"^3.0.0","tape":"^4.4.0","xo":"^0.18.0"},"scripts":{"build-md":"remark . -qfo","build-bundle":"browserify index.js -s stemmer > stemmer.js","build-mangle":"esmangle stemmer.js > stemmer.min.js","build":"npm run build-md && npm run build-bundle && npm run build-mangle","lint":"xo","test-api":"node test","test-coverage":"nyc --reporter lcov tape test/index.js","test":"npm run build && npm run lint && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"xo":{"space":true,"esnext":false,"rules":{"no-cond-assign":"off","complexity":"off"},"ignores":["stemmer.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"0eace4f629c67e465fe084372331d235d7768d65","_id":"stemmer@1.0.2","_shasum":"1dafd2a03d3503536f3e1532da78fbee229e0024","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"shasum":"1dafd2a03d3503536f3e1532da78fbee229e0024","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-1.0.2.tgz","integrity":"sha512-Fbvrs79cVhbvtcaZc/wNXtZAupapH6zdKP1eURxuF5pFSabbGiarns/RXuPbpNAoIN/kI0jy4omEytCK7yP1pg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFy7DB/kcQwaLKZJNnA0Es2HrqOVqk+SWx0ImcPObG0zAiEAgBTMHL5A3leNxMlRBo6A4NQDR2Ph+JpCj6VIV0PbWs0="}]},"maintainers":[{"email":"zeke@sikelianos.com","name":"zeke"},{"email":"tituswormer@gmail.com","name":"wooorm"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer-1.0.2.tgz_1509981167682_0.9561762935481966"},"directories":{}},"1.0.3":{"name":"stemmer","version":"1.0.3","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"homepage":"https://words.github.io/stemmer/","repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"bugs":{"url":"https://github.com/words/stemmer/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"http://wooorm.com"}],"bin":{"stemmer":"cli.js"},"main":"index.js","dependencies":{},"devDependencies":{"browserify":"^16.0.0","esmangle":"^1.0.0","execa":"^1.0.0","nyc":"^13.0.0","prettier":"^1.14.2","remark-cli":"^5.0.0","remark-preset-wooorm":"^4.0.0","tape":"^4.4.0","tinyify":"^2.4.3","xo":"^0.22.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s stemmer > stemmer.js","build-mangle":"browserify . -s stemmer -p tinyify > stemmer.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test/index.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"no-cond-assign":"off","complexity":"off"},"ignores":["stemmer.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"c676bc11310e1c6b0b0e01ca39644458e2a15a2b","_id":"stemmer@1.0.3","_npmVersion":"6.4.0","_nodeVersion":"10.0.0","_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"dist":{"integrity":"sha512-OHF/1kDQdV/8omIFGk7vCSZOnJ7RAk5nsbm2AVNiUrWpdKSNihQp0OODezjC7cd6ZcSgSaKCDPDjWDty2UQNDg==","shasum":"485655cd828da05e970d7a35c24d228ced6a4fba","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-1.0.3.tgz","fileCount":5,"unpackedSize":10054,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbhteICRA9TVsSAnZWagAAMEIP/0o8nxWemAeuFFaOpkQm\n/Ox1WFPgOfe90QPV461FNY6tgyRg2zqZ/dWVWgTpDn9iKrvoCS5PYEOeT1s3\nRSmjeAcepvcvbqHpY7Uv2Gj5Ymzvt02/SdE+PkcpTI8KGgPVHTRLjKaMx0MY\n2MXystDOHY9JBdAmRfl54QGyuO/WRHdx3oCMEJuIYF3ckArCd1aYZTHlRCkJ\nw3NloB+rgbqaYREpqBhy7eO6RzPbBGt9GERUMICKoHtPO6M5jS/r6sUVxzNS\nUHEJeMOEUr4grpnKHBSOWKDmULX/KezpCpYQC7F4Z5Qb4lluOAnf5p/8PJ7M\n4L2axv/NU3hJP711FBaGxj+/U3fCcWV5fxZ46l7MRDAuFqn7j6mxXtHowxBM\nV10ccD6AtQt1MkMSOImoQh6e2108cNKczh6YQoISjMhxZTGoMk33APfk5ycx\nQCa8YvueByDPJr4xln7+VU4Tr5Po67ReHd0yj7YZmD8Gn6/0H0niKZu/nf57\nIcmfSHT2oPoSQ9VciQxCcDg87FAqn5RHNw5cbewQLvs6Rj2QiHbor5S2zmSl\nDdfD4jaTHWUcz+qgr8FW+5plfoGOIJ2qouYAGaWbScrGinhjVFB8bCNkTQfy\n3AjYDh2yhvPEYMtTYtrwjJGgUrq83yhUQnBbkzr1CDXEWJ7gfwKXyxx/FLao\n/ore\r\n=hHe6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBVnfbhm46oGX96lfY9KLXbt0U5WR7QZBnemYM4xHy9OAiEAyZWaXhR6pWyFkJBIWTtvryQ3xRyOjPYXhbCqFJ7F/1U="}]},"maintainers":[{"email":"tituswormer@gmail.com","name":"wooorm"},{"email":"zeke@sikelianos.com","name":"zeke"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer_1.0.3_1535563655662_0.6312029558541281"},"_hasShrinkwrap":false},"1.0.4":{"name":"stemmer","version":"1.0.4","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"homepage":"https://words.github.io/stemmer/","repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"bugs":{"url":"https://github.com/words/stemmer/issues"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"bin":{"stemmer":"cli.js"},"main":"index.js","dependencies":{},"devDependencies":{"browserify":"^16.0.0","esmangle":"^1.0.0","execa":"^1.0.0","nyc":"^14.0.0","prettier":"^1.0.0","remark-cli":"^6.0.0","remark-preset-wooorm":"^5.0.0","tape":"^4.0.0","tinyify":"^2.0.0","xo":"^0.24.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s stemmer > stemmer.js","build-mangle":"browserify . -s stemmer -p tinyify > stemmer.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test/index.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"ignores":["stemmer.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"02682d90a194765e9b57d18aed613b678a373732","_id":"stemmer@1.0.4","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-3EOHP7r8MAmnAbl7u0VuAe0DFmaJNmbLq1OpxETvN6cmWOO5i++wVH11OkKme8B4XA78j3e/TJC/6/FDp35oLg==","shasum":"b68a4c715ecc5f6fb34f37f0acb64592c12ceeca","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-1.0.4.tgz","fileCount":5,"unpackedSize":10299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3sjECRA9TVsSAnZWagAAH+sP/2yuRcufI8qsxxTFBiIi\n8YjksRShH9DNWmeU2MODM5+deP5pG/MCaHptI1KvDT2mFn74Sqqp3jQcU6+J\nZx8QxKtnYXPEbU5lkvPfhxWVH9SlboB9pwILCcYLidJeAjGGzEkOobTKsKrY\nPRst52alapAQ3YLjPc3GDoRKFsL8C1mXtBG6KQMVDsQSUs/CPFBpUV7fPzb2\nI6HppEo38A0zwgatbKBZeJ7VUWoEILjg2156k3SM2hx+/go7C1Qy2MjzXfiY\nRISm7gqX8fdZrT88vHtQ0he3vxoDRS7g4eXEW3w3rebHDCQIFOPSJZQex4jI\nLjFEcODDjfMkD5366iUE6p9jJQy0C4XRTlRIOLrsRUyl4Ry9kngpfB+qcaIz\np6oUU12+0GcYW64BQp8Qxd9gGX6t3jg29t/uSQH4fQJrc/EZKkIenzzyWWEg\nM1wlNkDxeGAnwqm9/Xxns293b3jfOH5QHlawn+g2603tjyQjoKeRXUc6cGnH\nUjbg5mypq/FOIf3v774f6tu+JzPqAESwjMS/sj4cqF8l1DcAfZg6d5+McLeS\niUXr5miEJvlNzrdrhO7hGkVi4Fuu3F17oCCd4wdjujN3lTGP41p/w3pzLc1T\nmDgvOITJ4uy+KXuttMM+n9oaNAPqcBQ/+tnIjRIUizIzrwnutUUVFWsl43hR\n2f0l\r\n=+p14\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUDJAjCfTF+PzccJ7jIRMMPvh804kF1pRQGDj3+vR6DAIgSB7CVCBfKDhvnJ38oqUxj+8CjOQ3SmIHOYmQwBVdUCQ="}]},"maintainers":[{"email":"tituswormer@gmail.com","name":"wooorm"},{"email":"zeke@sikelianos.com","name":"zeke"}],"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer_1.0.4_1558104259918_0.491197561395204"},"_hasShrinkwrap":false},"1.0.5":{"name":"stemmer","version":"1.0.5","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"homepage":"https://words.github.io/stemmer/","repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"bugs":{"url":"https://github.com/words/stemmer/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/wooorm"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"bin":{"stemmer":"cli.js"},"main":"index.js","dependencies":{},"devDependencies":{"browserify":"^16.0.0","nyc":"^15.0.0","prettier":"^1.0.0","remark-cli":"^7.0.0","remark-preset-wooorm":"^6.0.0","tape":"^4.0.0","tinyify":"^2.0.0","xo":"^0.25.0"},"scripts":{"format":"remark . -qfo && prettier --write \"**/*.js\" && xo --fix","build-bundle":"browserify . -s stemmer > stemmer.js","build-mangle":"browserify . -s stemmer -p tinyify > stemmer.min.js","build":"npm run build-bundle && npm run build-mangle","test-api":"node test","test-coverage":"nyc --reporter lcov tape test/index.js","test":"npm run format && npm run build && npm run test-coverage"},"nyc":{"check-coverage":true,"lines":100,"functions":100,"branches":100},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"esnext":false,"rules":{"unicorn/prefer-includes":"off"},"ignores":["stemmer.js"]},"remarkConfig":{"plugins":["preset-wooorm"]},"gitHead":"eb4b47396abe3f5bb515813a7bf10b66e1344207","_id":"stemmer@1.0.5","_nodeVersion":"13.0.1","_npmVersion":"6.13.6","dist":{"integrity":"sha512-SLq7annzSKRDStasOJJoftCSCzBCKmBmH38jC4fDtCunAqOzpTpIm9zmaHmwNJiZ8gLe9qpVdBVbEG2DC5dE2A==","shasum":"fd89beaf8bff5d04b6643bfffcaed0fc420deec0","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-1.0.5.tgz","fileCount":5,"unpackedSize":10360,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeNWedCRA9TVsSAnZWagAAeOwP/2Soh9WxjkxVuJlPnzaV\n9E20kyzQ7L4NOkifgFrxElDboY9lqbZTkP+PTKH9tGiI4NidIS/El2LuN6c9\nP4my0AsWmhV3U8NMBoLffhOv3iFXch8HeimkfiF1XdlSRpgAnzDMVjjdlcpB\nBWKW8XHdlDTnp0J0ynnUZzLqGRlSuEQjLlWs/5i6WxUv2NtzdRMkFwGOCYfM\nBzEyDu9ACH9WsiczrA6n6vW+mlUPnQeNAw7wN07dotilx1mqs/SmsYApbC6s\n06kpndkkg87nI/1cCnIHwZ33QWvXCYxCEHU2ELTDhpdGiMSG7lhg5TIFfMrJ\nYxNJ1ur0ai3htZEgnlZtIkwD/W+v+p49wdK9L+uYpUaT5gRvi8el/G03d5DJ\nMKjMaPDdNDstbXyroXE6gO0qBA+vm4NwqThxUrkDwcwHWs1KwGtwbcSke5Yf\nPtcL4yFTTMPYBkAxYCpe+x8wj+57cm3X174njGaeTRdKkZgxPiIk73IDjC9p\ntuhlYg9iYLUvesfMQIyZqwLDcsYC8tdDDgRH3jxVBv5I5TE4tjgY5DSVFd3A\nLZYP/iAbO9+AXWYGmm2Puuntzdgti0q2sP/utHVQlHwo9cGOpS7bagzo62Qu\npBVkqpjuyK9D4A1slaT5EsuUy4D/IWK7nLWC2pdSdJHlHYhGhYxCurDRLuHm\n9ChB\r\n=uIPl\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwFFK4fWlaR3LQjN1yBg+ClKBeygjE85dKg94QQQj0UgIhAL/6Q12eRRrZT+s4UzXwLj2KEN5VCMQgLfD8DYt6Zo3l"}]},"maintainers":[{"email":"tituswormer@gmail.com","name":"wooorm"},{"email":"zeke@sikelianos.com","name":"zeke"}],"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer_1.0.5_1580558236780_0.9703309865958145"},"_hasShrinkwrap":false},"2.0.0":{"name":"stemmer","version":"2.0.0","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"homepage":"https://words.github.io/stemmer/","repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"bugs":{"url":"https://github.com/words/stemmer/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/wooorm"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","bin":{"stemmer":"cli.js"},"main":"index.js","types":"index.d.ts","devDependencies":{"@types/tape":"^4.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^9.0.0","remark-preset-wooorm":"^8.0.0","rimraf":"^3.0.0","tape":"^5.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.38.0"},"scripts":{"prepack":"npm run build && npm run format","build":"rimraf \"*.d.ts\" && tsc && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node test/index.js","test-coverage":"c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test/index.js","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true,"rules":{"complexity":"off","no-var":"off","prefer-arrow-callback":"off"}},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true},"gitHead":"fb6f8611dea0ef222242e08f2582a9031567104f","_id":"stemmer@2.0.0","_nodeVersion":"15.11.0","_npmVersion":"7.6.2","dist":{"integrity":"sha512-0YS2oMdTZ/wAWUHMMpf7AAJ8Gm6dHXyHddJ0zCu2DIfOfIbdwqAm1bbk4+Vti6gxNIcOrnm5jAP7vYTzQDvc5A==","shasum":"05fcaf174c423b0fec85e660759ebd4867d811c9","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-2.0.0.tgz","fileCount":6,"unpackedSize":10932,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbXhTCRA9TVsSAnZWagAAWcYP/1jncKGbL3lyBJZuOHWA\n3XB2Dq7zPPWjd9c4Xgrs2NFzNtz5BCsOAx7mSHFspxO92t0b5058Ug2kRMkU\nIC3y2ORhvMEsPljUKWIwelHAM56FI9W5UCKJj+8pFkRg+FGwMjkK0N+9O0Vg\n1BTa+kjbG7F9zQcwubBQ3z+BnkFjYWD78oC6VyOxtO4n6Hvdf1q+fV2nadeo\nUsy8pRznfFWoJE6B7HY6tgVz2xqw/fZ3exq6McEnb9OdlLi69iB+cy48zVZ3\nj54YvMrcdYeoUXue9cgEiWqqnquM4iCa8OItJ7kxhlhvhUNqnspVoD9A4X8i\nuqYlgT2eZ2GxDGv5cU7FYHKCUn15m1W7MVEnwRoHqMsNrC1ajVEqU/+sxQwF\nE6lRmqKFey2dMVpyJ5GF75NqZQAQm6wV8OrUrzgoTAb2go16kXUFhm6DjZna\n7FvJxFxHOK0kTvsHZ/GqRbIM6T2JAYjQ1wBhSto2qJYoQNewtaO6RdkczZdT\nt5A9P4IBKElAfAHspl/Hx5o9OfBVylMs3DTx+0K+gkByc2RrZ/QZFjJh1a2c\nMNKa+OV9X8UhntN2YTV9umn76rnl1gENa5Cwo+2DhxX8QbiQZ3JqX6tfbBeV\nfKoJRdax3rvQrMJ7TNouotnYmmu7LNX5uCh4StuaPo2hG/GPSojWp5fGW0PX\nG8vO\r\n=lAvm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFp+jUqmDmYxlktsmsLX+zG0XqNfxdJ4vVgO19VHm9+aAiA+yIx8s06H0g5DJBaXthxDSJ5O3Q8K3WvEC7fsoQeVEw=="}]},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"},{"name":"zeke","email":"zeke@sikelianos.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer_2.0.0_1617786963519_0.2745372006586697"},"_hasShrinkwrap":false},"2.0.1":{"name":"stemmer","version":"2.0.1","description":"Porter Stemmer algorithm","license":"MIT","keywords":["martin","porter","stemmer","algorithm","cli","bin"],"homepage":"https://words.github.io/stemmer/","repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"bugs":{"url":"https://github.com/words/stemmer/issues"},"funding":{"type":"github","url":"https://github.com/sponsors/wooorm"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}],"sideEffects":false,"type":"module","bin":{"stemmer":"cli.js"},"main":"index.js","types":"index.d.ts","devDependencies":{"@types/node":"^18.0.0","c8":"^7.0.0","prettier":"^2.0.0","remark-cli":"^11.0.0","remark-preset-wooorm":"^9.0.0","type-coverage":"^2.0.0","typescript":"^4.0.0","xo":"^0.52.0"},"scripts":{"prepack":"npm run build && npm run format","build":"tsc --build --clean && tsc --build && type-coverage","format":"remark . -qfo && prettier . -w --loglevel warn && xo --fix","test-api":"node --conditions development test/index.js","test-coverage":"c8 --check-coverage --100 --reporter lcov npm run test-api","test":"npm run build && npm run format && npm run test-coverage"},"prettier":{"tabWidth":2,"useTabs":false,"singleQuote":true,"bracketSpacing":false,"semi":false,"trailingComma":"none"},"xo":{"prettier":true},"remarkConfig":{"plugins":["preset-wooorm"]},"typeCoverage":{"atLeast":100,"detail":true,"strict":true},"gitHead":"74966c2bc432fc0f7873142268badded3368f405","_id":"stemmer@2.0.1","_nodeVersion":"19.0.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-bkWvSX2JR4nSZFfs113kd4C6X13bBBrg4fBKv2pVdzpdQI2LA5pZcWzTFNdkYsiUNl13E4EzymSRjZ0D55jBYg==","shasum":"1012cf0e5070d0279526f206f379d824accadca5","tarball":"https://registry.npmjs.org/stemmer/-/stemmer-2.0.1.tgz","fileCount":6,"unpackedSize":12880,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvHN6TH/X9yPvr79GATx+mfxkXsmomw6dhFCbKO9Bn2QIgExG4lbKvgBx0DwAwIOySX9EaLag6Rhfo4G9K3QgObJY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYjyZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8dw/+LKcBprWXEWVfsuKoYTp2n/gy/BnAZc5eCoWKOxji8tk6jph8\r\nbuGbNZZNExhaMudvirVWHIe8IKvSsx6TcXVe4n7+t/Ssb/lR4YJnemfLrH8n\r\nRcOO8JipjW2ztI3itxiA4Sox/2yiGHy0bL4wneUwoxH0+p06THJ1/789amKG\r\nE04NnH4Gx1gt4qVsi6IykxVsyAViWSJoWgVgMHktDKccnq7UbC90eZtpqr0T\r\nJ3mBQBsMrGl9sWX8GD4TW7QVyjtPM7cASLNId33UOeoOql9OPFClpNTc9gQ3\r\ng+fzQUCjNa3B2RJORx18E3QXNK1xUAotyZvx0ZGlQwX4evqT1qL84Eq0WIHm\r\nbeyytgA+8liu5gDUrK+MQoTR0XRVmNlW0J2IocpKQfwjmteJorCqdMja9Wvw\r\nhAmz4FD7cg9zDuhbBH6/0tjTx3oSxo1XMJL9M1Dqg1ohy268JrR0zB4aX3Q5\r\nMeKSjm7twTUbJ8wwT2JZ/EAkrFsJqQEExDbLWNcxNtlokELl/BdoluW/cRmg\r\n5hUnMmWKPnGD12geAl2klc/2O0buwAA5SJkmGxQKlZeXkuWH2SLe2lSFHnEa\r\n0MkMEMDIfCBlmC55bLMNv7TXfgFrmExQxkNRuZ1QU9B/Byi8VMOU+uho7k6n\r\naZaL7GWORVJwmRVOjXsu0fwy8UV47WTeIEc=\r\n=tgJf\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"wooorm","email":"tituswormer@gmail.com"},"directories":{},"maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"},{"name":"zeke","email":"zeke@sikelianos.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/stemmer_2.0.1_1667382425130_0.2149024394143817"},"_hasShrinkwrap":false}},"readme":"# stemmer\n\n[![Build][build-badge]][build]\n[![Coverage][coverage-badge]][coverage]\n[![Downloads][downloads-badge]][downloads]\n[![Size][size-badge]][size]\n\n[Porter stemming algorithm][source].\n\n## Contents\n\n*   [What is this?](#what-is-this)\n*   [When should I use this?](#when-should-i-use-this)\n*   [Install](#install)\n*   [Use](#use)\n*   [API](#api)\n    *   [`stemmer(value)`](#stemmervalue)\n*   [CLI](#cli)\n*   [Types](#types)\n*   [Compatibility](#compatibility)\n*   [Related](#related)\n*   [Contribute](#contribute)\n*   [Security](#security)\n*   [License](#license)\n\n## What is this?\n\nThis package exposes a stemming algorithm.\nThat means it gets a certain string (typically an English word), and turns it\ninto a shorter version (a stem), which can then be compared to other stems\n(of other words), to check if they are both (likely) the same term.\n\n## When should I use this?\n\nYou’re probably dealing with natural language, and know you need this, if\nyou’re here!\n\n## Install\n\nThis package is [ESM only][esm].\nIn Node.js (version 14.14+, 16.0+), install with [npm][]:\n\n```sh\nnpm install stemmer\n```\n\nIn Deno with [`esm.sh`][esmsh]:\n\n```js\nimport {stemmer} from 'https://esm.sh/stemmer@2'\n```\n\nIn browsers with [`esm.sh`][esmsh]:\n\n```html\n<script type=\"module\">\n  import {stemmer} from 'https://esm.sh/stemmer@2?bundle'\n</script>\n```\n\n## Use\n\n```js\nimport {stemmer} from 'stemmer'\n\nstemmer('considerations') // => 'consider'\nstemmer('detestable') // => 'detest'\nstemmer('vileness') // => 'vile'\n```\n\n## API\n\nThis package exports the identifier `stemmer`.\nThere is no default export.\n\n### `stemmer(value)`\n\nGet the stem from a given value.\n\n###### `value`\n\nValue to stem (`string`, required).\n\n##### Returns\n\nStem for `value` (`string`).\n\n## CLI\n\n```txt\nUsage: stemmer [options] <words...>\n\nPorter Stemmer algorithm\n\nOptions:\n\n  -h, --help           output usage information\n  -v, --version        output version number\n\nUsage:\n\n# output stems\n$ stemmer considerations\n# consider\n\n# output stems from stdin\n$ echo \"detestable vileness\" | stemmer\n# detest vile\n```\n\n## Types\n\nThis package is fully typed with [TypeScript][].\nIt exports no additional types.\n\n## Compatibility\n\nThis package is at least compatible with all maintained versions of Node.js.\nAs of now, that is Node.js 14.14+ and 16.0+.\nIt also works in Deno and modern browsers.\n\n## Related\n\n*   [`stmr.c`](https://github.com/wooorm/stmr.c)\n    — C API\n*   [`stmr`](https://github.com/wooorm/stmr)\n    — C CLI\n*   [`lancaster-stemmer`](https://github.com/words/lancaster-stemmer)\n    — lancaster stemming algorithm\n*   [`double-metaphone`](https://github.com/words/double-metaphone)\n    — double metaphone algorithm\n*   [`soundex-code`](https://github.com/words/soundex-code)\n    — soundex algorithm\n*   [`dice-coefficient`](https://github.com/words/dice-coefficient)\n    — sørensen–dice coefficient\n*   [`levenshtein-edit-distance`](https://github.com/words/levenshtein-edit-distance)\n    — levenshtein edit distance\n*   [`syllable`](https://github.com/words/syllable)\n    — syllable count of English words\n\n## Contribute\n\nYes please!\nSee [How to Contribute to Open Source][contribute].\n\n## Security\n\nThis package is safe.\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n<!-- Definitions -->\n\n[build-badge]: https://github.com/words/stemmer/workflows/main/badge.svg\n\n[build]: https://github.com/words/stemmer/actions\n\n[coverage-badge]: https://img.shields.io/codecov/c/github/words/stemmer.svg\n\n[coverage]: https://codecov.io/github/words/stemmer\n\n[downloads-badge]: https://img.shields.io/npm/dm/stemmer.svg\n\n[downloads]: https://www.npmjs.com/package/stemmer\n\n[size-badge]: https://img.shields.io/bundlephobia/minzip/stemmer.svg\n\n[size]: https://bundlephobia.com/result?p=stemmer\n\n[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c\n\n[esmsh]: https://esm.sh\n\n[typescript]: https://www.typescriptlang.org\n\n[contribute]: https://opensource.guide/how-to-contribute/\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[source]: https://tartarus.org/martin/PorterStemmer\n\n[npm]: https://www.npmjs.com\n","maintainers":[{"name":"wooorm","email":"tituswormer@gmail.com"},{"name":"zeke","email":"zeke@sikelianos.com"}],"time":{"modified":"2022-11-02T09:47:05.374Z","created":"2014-06-13T17:46:13.670Z","0.0.1":"2014-06-13T17:46:13.670Z","0.0.2":"2014-06-17T08:58:33.207Z","0.0.3":"2014-06-19T10:44:27.206Z","0.1.0":"2014-07-08T17:16:50.905Z","0.1.2":"2014-10-03T08:34:55.945Z","0.1.3":"2014-10-30T19:27:58.082Z","0.1.1":"2014-11-25T22:12:01.091Z","0.1.4":"2015-01-08T14:01:12.584Z","1.0.0":"2016-09-19T19:18:47.480Z","1.0.1":"2017-07-18T18:58:58.323Z","1.0.2":"2017-11-06T15:12:48.588Z","1.0.3":"2018-08-29T17:27:35.835Z","1.0.4":"2019-05-17T14:44:20.040Z","1.0.5":"2020-02-01T11:57:16.921Z","2.0.0":"2021-04-07T09:16:03.652Z","2.0.1":"2022-11-02T09:47:05.314Z"},"keywords":["martin","porter","stemmer","algorithm","cli","bin"],"repository":{"type":"git","url":"git+https://github.com/words/stemmer.git"},"author":{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"},"license":"MIT","readmeFilename":"readme.md","homepage":"https://words.github.io/stemmer/","bugs":{"url":"https://github.com/words/stemmer/issues"},"contributors":[{"name":"Titus Wormer","email":"tituswormer@gmail.com","url":"https://wooorm.com"}]}