Files
2020-03-02 14:53:23 +07:00

95 lines
2.2 KiB
JSON

{
"_from": "facebook-chat-api",
"_id": "facebook-chat-api@1.7.0",
"_inBundle": false,
"_integrity": "sha512-Ib/pNz+WPHHoScTzlJcc3xu88is+QL6tA8KgrXRoCt0/fY4obmz3xW3p0A97VKVxsTQSm9yfQer207o2DZy7IQ==",
"_location": "/facebook-chat-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "facebook-chat-api",
"name": "facebook-chat-api",
"escapedName": "facebook-chat-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/facebook-chat-api/-/facebook-chat-api-1.7.0.tgz",
"_shasum": "7b3da252afeb812f3988e3ff73b046748e1ea1f5",
"_spec": "facebook-chat-api",
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs",
"author": {
"name": "Avery, David, Maude, Benjamin"
},
"bugs": {
"url": "https://github.com/Schmavery/facebook-chat-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^2.9.27",
"cheerio": "^0.22.0",
"mqtt": "^3.0.0",
"npmlog": "^1.2.0",
"request": "^2.53.0"
},
"deprecated": false,
"description": "Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated April 30th 2015.",
"devDependencies": {
"eslint": "^4.19.1",
"mocha": "^7.0.1",
"prettier": "^1.11.1"
},
"engines": {
"node": ">=4.x"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"linebreak-style": [
"error",
"unix"
],
"semi": [
"error",
"always"
],
"no-unused-vars": [
1,
{
"argsIgnorePattern": "^_"
}
]
}
},
"homepage": "https://github.com/Schmavery/facebook-chat-api#readme",
"keywords": [
"facebook",
"chat",
"api"
],
"license": "MIT",
"name": "facebook-chat-api",
"repository": {
"type": "git",
"url": "git://github.com/Schmavery/facebook-chat-api.git"
},
"scripts": {
"lint": "eslint **.js",
"prettier": "prettier utils.js src/* --write",
"test": "mocha"
},
"version": "1.7.0"
}