7fife-backend/node_modules/stopwords-iso/package.json

119 lines
3.1 KiB
JSON

{
"_from": "stopwords-iso@^1.1.0",
"_id": "stopwords-iso@1.1.0",
"_inBundle": false,
"_integrity": "sha512-I6GPS/E0zyieHehMRPQcqkiBMJKGgLta+1hREixhoLPqEA0AlVFiC43dl8uPpmkkeRdDMzYRWFWk5/l9x7nmNg==",
"_location": "/stopwords-iso",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "stopwords-iso@^1.1.0",
"name": "stopwords-iso",
"escapedName": "stopwords-iso",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/natural"
],
"_resolved": "https://registry.npmjs.org/stopwords-iso/-/stopwords-iso-1.1.0.tgz",
"_shasum": "dc303db6b0842d4290bc1339b4eaf37b94219395",
"_spec": "stopwords-iso@^1.1.0",
"_where": "/home/appzia-android/Downloads/7fife_api (1)/node_modules/natural",
"author": {
"name": "Gene Diaz",
"email": "genediazjr@gmail.com",
"url": "http://genediazjr.com"
},
"bugs": {
"url": "https://github.com/stopwords-iso/stopwords-iso/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The most comprehensive collection of stopwords for multiple languages.",
"devDependencies": {
"jsonlint": "1.6.x",
"stopwords-af": "*",
"stopwords-ar": "*",
"stopwords-bg": "*",
"stopwords-bn": "*",
"stopwords-br": "*",
"stopwords-ca": "*",
"stopwords-collator": "*",
"stopwords-cs": "*",
"stopwords-da": "*",
"stopwords-de": "*",
"stopwords-el": "*",
"stopwords-en": "*",
"stopwords-eo": "*",
"stopwords-es": "*",
"stopwords-et": "*",
"stopwords-eu": "*",
"stopwords-fa": "*",
"stopwords-fi": "*",
"stopwords-fr": "*",
"stopwords-ga": "*",
"stopwords-gl": "*",
"stopwords-gu": "*",
"stopwords-ha": "*",
"stopwords-he": "*",
"stopwords-hi": "*",
"stopwords-hr": "*",
"stopwords-hu": "*",
"stopwords-hy": "*",
"stopwords-id": "*",
"stopwords-it": "*",
"stopwords-ja": "*",
"stopwords-ko": "*",
"stopwords-ku": "*",
"stopwords-la": "*",
"stopwords-lt": "*",
"stopwords-lv": "*",
"stopwords-mr": "*",
"stopwords-ms": "*",
"stopwords-nl": "*",
"stopwords-no": "*",
"stopwords-pl": "*",
"stopwords-pt": "*",
"stopwords-ro": "*",
"stopwords-ru": "*",
"stopwords-sk": "*",
"stopwords-sl": "*",
"stopwords-so": "*",
"stopwords-st": "*",
"stopwords-sv": "*",
"stopwords-sw": "*",
"stopwords-th": "*",
"stopwords-tl": "*",
"stopwords-tr": "*",
"stopwords-uk": "*",
"stopwords-ur": "*",
"stopwords-vi": "*",
"stopwords-yo": "*",
"stopwords-zh": "*",
"stopwords-zu": "*"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/stopwords-iso/stopwords-iso#readme",
"keywords": [
"stopwords",
"stop words"
],
"license": "MIT",
"main": "stopwords-iso.json",
"name": "stopwords-iso",
"repository": {
"type": "git",
"url": "git://github.com/stopwords-iso/stopwords-iso.git"
},
"scripts": {
"build": "npm update && stopwords-collator -i",
"test": "npm run build && jsonlint stopwords-iso.json -q"
},
"version": "1.1.0"
}