mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
add lock file
This commit is contained in:
parent
8aa4e49399
commit
120f88ef92
@ -3,7 +3,7 @@
|
|||||||
"version" : "0.1.0",
|
"version" : "0.1.0",
|
||||||
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words translated into multiple languages including emojis.",
|
"description" : "A Node-RED node that uses the AFINN-165 wordlists for sentiment analysis of words translated into multiple languages including emojis.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"multilang-sentiment" : "^1.1.6"
|
"multilang-sentiment" : "^1.1.6"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
@ -11,8 +11,8 @@
|
|||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"keywords": [ "node-red", "sentiment", "anaylsis", "AFINN" ],
|
"keywords": [ "node-red", "sentiment", "anaylsis", "AFINN" ],
|
||||||
"node-red" : {
|
"node-red" : {
|
||||||
"nodes" : {
|
"nodes" : {
|
||||||
"sentiment": "72-sentiment.js"
|
"sentiment": "72-sentiment.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
1328
package-lock.json
generated
1328
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user