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.

123 lines (122 loc) 4.1 kB
{ "_args": [ [ { "raw": "commander@^2.6.0", "scope": null, "escapedName": "commander", "name": "commander", "rawSpec": "^2.6.0", "spec": ">=2.6.0 <3.0.0", "type": "range" }, "D:\\N15477 P13353\\D Drive\\Projects\\Samples\\Brahma\\src\\node_modules\\lambda-local" ] ], "_from": "commander@>=2.6.0 <3.0.0", "_hasShrinkwrap": false, "_id": "commander@2.19.0", "_inCache": true, "_location": "/commander", "_nodeVersion": "10.11.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/commander_2.19.0_1539035473746_0.9826574892249367" }, "_npmUser": { "name": "abetomo", "email": "abe@enzou.tokyo" }, "_npmVersion": "6.4.1", "_phantomChildren": {}, "_requested": { "raw": "commander@^2.6.0", "scope": null, "escapedName": "commander", "name": "commander", "rawSpec": "^2.6.0", "spec": ">=2.6.0 <3.0.0", "type": "range" }, "_requiredBy": [ "/lambda-local" ], "_resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", "_shasum": "f6198aa84e5b83c46054b94ddedbfed5ee9ff12a", "_shrinkwrap": null, "_spec": "commander@^2.6.0", "_where": "D:\\N15477 P13353\\D Drive\\Projects\\Samples\\Brahma\\src\\node_modules\\lambda-local", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "bugs": { "url": "https://github.com/tj/commander.js/issues" }, "dependencies": {}, "description": "the complete solution for node.js command-line programs", "devDependencies": { "@types/node": "^10.11.3", "eslint": "^5.6.1", "should": "^13.2.3", "sinon": "^6.3.4", "standard": "^12.0.1", "ts-node": "^7.0.1", "typescript": "^2.9.2" }, "directories": {}, "dist": { "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==", "shasum": "f6198aa84e5b83c46054b94ddedbfed5ee9ff12a", "tarball": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", "fileCount": 6, "unpackedSize": 61383, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbu9FSCRA9TVsSAnZWagAAc5YQAIADsKVX+3i2QDdUwZzo\nMltfEFOMP1vIiiD0jgsOe6RWO0AwEIBds7dFc4bV4oRoOraZhE5gMAPGd1Y4\n7jekExbT/VYWZYJg+Pg2PppiD5W2PZRS+0LfGiujcyRlpFIsKKc7dUOEQ4Ty\n+htXGTetO5qeYH10dso+9Rel8dsIAKBMQycKS5cuEk4SQC7VjwalM2KJUeC/\noHRzLUtfw64zGGFoshAOWCdsuuMpKvjOiO70mZbmNF0h4Cqd2gZlzdA/XiFi\nM4//gqKcl2hAa6S2Y6cd6vb4P1azv5S2Go2tARL1OBhuI6ooofhAfmfClDl0\n7lfkGwtKkc/c5RgQLAyaBiT73WsAy7bSFW9HPDZNJvO7y4JdI4ZczSi5JeeQ\nt2/Zw5pnOWrIzygMAvhiXC2c8BC8BQ+8CuxuvCkPzonr4F56fC54JR0ANHWa\nRkwvQVWI3C5T1YX21ZzgsvaXaY460sXEksT89stxLfzN0FfFxHnwjRn3crX8\n6RltbIevb2gT8QyGL1WmwMdp94IkBpw+7LfLrEl5o95v8IAJr6k822A/bFiw\nOYAGTJ9OgtEuJd7N8a1kCEkF7u54Yd9YO9vfPkO6SnEMiENW96wuzFBpv3K/\n/M0+4X8VDPXjEsS8wfRhUYYawhhDcE7/I9nnbngbA66V5Ci3d27ASkx0i6XX\nZ798\r\n=7lGM\r\n-----END PGP SIGNATURE-----\r\n" }, "gitHead": "78b7dbd18aabc23ccc9d151db411913237a3c483", "homepage": "https://github.com/tj/commander.js#readme", "keywords": [ "commander", "command", "option", "parser" ], "license": "MIT", "main": "index", "maintainers": [ { "name": "abetomo", "email": "abe@enzou.tokyo" }, { "name": "somekittens", "email": "rkoutnik@gmail.com" }, { "name": "tjholowaychuk", "email": "tj@vision-media.ca" }, { "name": "vanesyan", "email": "romain.vanesyan@gmail.com" }, { "name": "zhiyelee", "email": "zhiyelee@gmail.com" } ], "name": "commander", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/tj/commander.js.git" }, "scripts": { "lint": "eslint index.js", "test": "node test/run.js && npm run test-typings", "test-typings": "tsc -p tsconfig.json" }, "typings": "typings/index.d.ts", "version": "2.19.0" }