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.
126 lines (125 loc) • 2.9 kB
JSON
{
"_args": [
[
{
"raw": "async@~1.0.0",
"scope": null,
"escapedName": "async",
"name": "async",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"D:\\N15477 P13353\\D Drive\\Projects\\Samples\\Brahma\\src\\node_modules\\winston"
]
],
"_from": "async@>=1.0.0 <1.1.0",
"_id": "async@1.0.0",
"_inCache": true,
"_location": "/async",
"_nodeVersion": "0.12.3",
"_npmUser": {
"name": "aearly",
"email": "alexander.early@gmail.com"
},
"_npmVersion": "2.9.1",
"_phantomChildren": {},
"_requested": {
"raw": "async@~1.0.0",
"scope": null,
"escapedName": "async",
"name": "async",
"rawSpec": "~1.0.0",
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
"_shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
"_shrinkwrap": null,
"_spec": "async@~1.0.0",
"_where": "D:\\N15477 P13353\\D Drive\\Projects\\Samples\\Brahma\\src\\node_modules\\winston",
"author": {
"name": "Caolan McMahon"
},
"bugs": {
"url": "https://github.com/caolan/async/issues"
},
"dependencies": {},
"description": "Higher-order functions and common patterns for asynchronous code",
"devDependencies": {
"benchmark": "~1.0.0",
"jshint": "~2.7.0",
"lodash": ">=2.4.1",
"mkdirp": "~0.5.1",
"nodeunit": ">0.0.0",
"uglify-js": "1.2.x"
},
"directories": {},
"dist": {
"shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
"tarball": "https://registry.npmjs.org/async/-/async-1.0.0.tgz"
},
"gitHead": "cfa81645c9cb4011b23d1d1a445ad855762568e0",
"homepage": "https://github.com/caolan/async#readme",
"jam": {
"main": "lib/async.js",
"include": [
"lib/async.js",
"README.md",
"LICENSE"
],
"categories": [
"Utilities"
]
},
"keywords": [
"async",
"callback",
"utility",
"module"
],
"license": "MIT",
"main": "lib/async.js",
"maintainers": [
{
"name": "caolan",
"email": "caolan.mcmahon@gmail.com"
},
{
"name": "beaugunderson",
"email": "beau@beaugunderson.com"
},
{
"name": "aearly",
"email": "alexander.early@gmail.com"
}
],
"name": "async",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/caolan/async.git"
},
"scripts": {
"lint": "jshint lib/*.js test/*.js perf/*.js",
"test": "npm run-script lint && nodeunit test/test-async.js"
},
"spm": {
"main": "lib/async.js"
},
"version": "1.0.0",
"volo": {
"main": "lib/async.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
}