7fife-backend/node_modules/afinn-165/package.json

116 lines
2.9 KiB
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
"_from": "afinn-165@^1.0.2",
"_id": "afinn-165@1.0.4",
"_inBundle": false,
"_integrity": "sha512-7+Wlx3BImrK0HiG6y3lU4xX7SpBPSSu8T9iguPMlaueRFxjbYwAQrp9lqZUuFikqKbd/en8lVREILvP2J80uJA==",
"_location": "/afinn-165",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "afinn-165@^1.0.2",
"name": "afinn-165",
"escapedName": "afinn-165",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/natural"
],
"_resolved": "https://registry.npmjs.org/afinn-165/-/afinn-165-1.0.4.tgz",
"_shasum": "3abf6b8922dd5db84d84e0abd155924381dd73a4",
"_spec": "afinn-165@^1.0.2",
"_where": "/home/appzia-android/Downloads/7fife_api (1)/node_modules/natural",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/words/afinn-165/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "AFINN 165 (list of English words rated for valence) in JSON",
"devDependencies": {
"bail": "^1.0.0",
"browserify": "^16.0.0",
"csv-streamify": "^4.0.0",
"join-stream": "0.0.0",
"prettier": "^1.0.0",
"readable-stream": "^3.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"tinyify": "^2.0.0",
"wrap-stream": "^2.0.0",
"xo": "^0.25.0"
},
"files": [
"index.json"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"homepage": "https://github.com/words/afinn-165#readme",
"keywords": [
"anew",
"afinn",
"word",
"list",
"sentiment",
"analysis",
"opinion",
"mining",
"text",
"microblogs"
],
"license": "MIT",
"main": "index.json",
"name": "afinn-165",
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/words/afinn-165.git"
},
"scripts": {
"build": "npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.json -s afinn165 -o afinn-165.js",
"build-mangle": "browserify index.json -s afinn165 -p tinyify -o afinn-165.min.js",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"generate": "node build",
"test": "npm run format && npm run build && npm run test-api",
"test-api": "node test"
},
"version": "1.0.4",
"xo": {
"prettier": true,
"esnext": false,
"ignores": [
"afinn-165.js"
]
}
}