-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"_from": "node-sentiment",
"_id": "node-sentiment@0.0.6",
"_inBundle": false,
"_integrity": "sha1-s0A9QD4TMCYHphnhWYx+Cf12X08=",
"_location": "/node-sentiment",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-sentiment",
"name": "node-sentiment",
"escapedName": "node-sentiment",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-sentiment/-/node-sentiment-0.0.6.tgz",
"_shasum": "b3403d403e13302607a619e1598c7e09fd765f4f",
"_spec": "node-sentiment",
"_where": "I:\\Telegram\\usecase\\node_concordance",
"author": {
"name": "Nicolas Bonnici"
},
"bugs": {
"url": "https://github.com/nicolasbonnici/node-sentiment/issues"
},
"bundleDependencies": false,
"dependencies": {
"languagedetect": "^1.1.1"
},
"deprecated": false,
"description": "Multilanguage and emojis AFINN-based sentiment analysis for Node.js",
"devDependencies": {
"mocha": "^3.0.2"
},
"directories": {
"test": "test",
"lib": "lib"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"homepage": "https://github.com/nicolasbonnici/node-sentiment#readme",
"keywords": [
"sentiment",
"analysis",
"nlp",
"sentiment analysis",
"multilanguage",
"emoji",
"emoticon"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "davidemiceli"
}
],
"name": "node-sentiment",
"repository": {
"type": "git",
"url": "git+https://github.com/nicolasbonnici/node-sentiment.git"
},
"scripts": {
"test": "mocha test"
},
"version": "0.0.6"
}