{ "_from": "natural@6.10.0", "_id": "natural@6.10.0", "_inBundle": false, "_integrity": "sha512-jqNcUzuz/BMfa0/FX9GMPSmTCCoeKMif4PIIKTueJcJPLBcLYokqfcv/r47e6dLf+gAgutGciepTYA5pJ+Noow==", "_location": "/natural", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "natural@6.10.0", "name": "natural", "escapedName": "natural", "rawSpec": "6.10.0", "saveSpec": null, "fetchSpec": "6.10.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/natural/-/natural-6.10.0.tgz", "_shasum": "e69b886d7ef10703137e103ff7e56feec68eddee", "_spec": "natural@6.10.0", "_where": "/home/appzia-android/Downloads/7fife_api (1)", "author": { "name": "Chris Umbel", "email": "chris@chrisumbel.com" }, "bugs": { "url": "https://github.com/NaturalNode/natural/issues" }, "bundleDependencies": false, "dependencies": { "afinn-165": "^1.0.2", "afinn-165-financialmarketnews": "^3.0.0", "apparatus": "^0.0.10", "safe-stable-stringify": "^2.2.0", "stopwords-iso": "^1.1.0", "sylvester": "^0.0.12", "underscore": "^1.9.1", "wordnet-db": "^3.1.11" }, "deprecated": false, "description": "General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.", "devDependencies": { "@types/node": "^18.11.18", "browserfs": "^1.4.3", "gulp": "^4.0.2", "gulp-jasmine": "^4.0.0", "gulp-jasmine-browser": "^4.1.0", "jasmine": "^3.3.1", "jasmine-core": "^3.3.0", "nyc": "^15.1.0", "pegjs": "^0.10.0", "proxyquire": "^1.8.0", "rimraf": "^2.6.3", "sinon": "^1.12.2", "standard": "^16.0.3", "ts-standard": "^12.0.2", "typescript": "^4.9.3", "uubench": "^0.0.1", "webpack": "^4.29.0", "webpack-stream": "^5.2.1" }, "engines": { "node": ">=0.4.10" }, "homepage": "https://github.com/NaturalNode/natural", "jscpd": { "ignore": [ "lib/natural/brill_pos_tagger/lib/TF_Parser.js", "lib/natural/tokenizers/parser_sentence_tokenizer.js" ] }, "keywords": [ "natural language processing", "artifical intelligence", "statistics", "Porter stemmer", "Lancaster stemmer", "tokenizer", "bigram", "trigram", "quadgram", "ngram", "stemmer", "bayes", "classifier", "phonetic", "metaphone", "inflector", "Wordnet", "tf-idf", "logistic regression", "doublemetaphone", "double", "jaro-winkler distance", "levenshtein distance", "string distance", "part-of-speech tagger", "Eric Brill", "Brill tagger", "sentiment analysis", "maximum entropy modelling" ], "license": "MIT", "main": "./lib/natural/index.js", "maintainers": [ { "name": "Chris Umbel", "email": "chris@chrisumbel.com", "url": "http://www.chrisumbel.com" }, { "name": "Rob Ellis", "email": "rob@silentrob.me" }, { "name": "Ken Koch", "email": "kkoch986@gmail.com" }, { "name": "Hugo W.L. ter Doest", "email": "hwl.ter.doest@gmail.com" } ], "name": "natural", "repository": { "type": "git", "url": "git://github.com/NaturalNode/natural.git" }, "scripts": { "benchmark": "node benchmarks", "clean": "rimraf *~ #* *classifier.json", "coverage": "nyc --reporter=lcov npm test", "lint": "eslint . --ext .ts", "lint-ts": "ts-standard **/*.ts", "test": "NODE_PATH=. node ./node_modules/jasmine/bin/jasmine.js io_spec/*_spec.js spec/*_spec.js", "test_browser": "NODE_PATH=. node ./node_modules/gulp/bin/gulp.js", "test_io": "NODE_PATH=. node ./node_modules/jasmine/bin/jasmine.js --random=false io_spec/*_spec.js" }, "standard": { "ignore": [ "/lib/natural/brill_pos_tagger/lib/TF_Parser.js", "/lib/natural/tokenizers/parser_sentence_tokenizer.js" ], "env": { "jasmine": true } }, "types": "./lib/natural/index.d.ts", "version": "6.10.0" }