UNPKG

reviews-analysis

Version:

Analyse public vehicle reviews via ML (Aylien) and save the data into a Document Store (Mongo). Supports Classifications and Document and Aspect level Sentiment Analysis.

103 lines (102 loc) 2.3 kB
{ "_args": [ [ { "raw": "bst", "scope": null, "escapedName": "bst", "name": "bst", "rawSpec": "", "spec": "latest", "type": "tag" }, "D:\\N15477 P13353\\D Drive\\Projects\\Samples\\Brahma\\src" ] ], "_from": "bst@latest", "_id": "bst@0.0.1", "_inCache": true, "_location": "/bst", "_nodeVersion": "2.4.0", "_npmUser": { "name": "miguelmota", "email": "hello@miguelmota.com" }, "_npmVersion": "2.13.0", "_phantomChildren": {}, "_requested": { "raw": "bst", "scope": null, "escapedName": "bst", "name": "bst", "rawSpec": "", "spec": "latest", "type": "tag" }, "_requiredBy": [ "#USER" ], "_resolved": "https://registry.npmjs.org/bst/-/bst-0.0.1.tgz", "_shasum": "12117a0d6866c67363870f9a091264cbafef6e94", "_shrinkwrap": null, "_spec": "bst", "_where": "D:\\N15477 P13353\\D Drive\\Projects\\Samples\\Brahma\\src", "author": { "name": "Miguel Mota", "email": "hello@miguelmota.com", "url": "http://www.miguelmota.com/" }, "bugs": { "url": "https://github.com/miguelmota/bst/issues" }, "dependencies": {}, "description": "A basic Binary Search Tree implementation in JavaScript.", "devDependencies": { "tape": "^3.0.3" }, "directories": { "test": "test" }, "dist": { "shasum": "12117a0d6866c67363870f9a091264cbafef6e94", "tarball": "https://registry.npmjs.org/bst/-/bst-0.0.1.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "bst.js" ], "gitHead": "030f57f811a3a02091dbed27acc648e06f6e6cf0", "homepage": "https://github.com/miguelmota/bst", "keywords": [ "binary", "search", "tree", "algorithm", "data", "structure" ], "license": { "type": "MIT", "url": "https://github.com/miguelmota/bst/blob/master/LICENSE.md" }, "main": "bst.js", "maintainers": [ { "name": "miguelmota", "email": "hello@miguelmota.com" } ], "name": "bst", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/miguelmota/bst.git" }, "scripts": { "test": "./node_modules/tape/bin/tape test/*.js" }, "version": "0.0.1" }