This commit is contained in:
thewesker
2016-06-18 13:24:12 -04:00
parent 3b5c6ad50a
commit f8c72a5a29
1630 changed files with 164207 additions and 0 deletions

72
node_modules/twit/package.json generated vendored Normal file
View File

@@ -0,0 +1,72 @@
{
"name": "twit",
"description": "Twitter API client for node (REST & Streaming)",
"version": "2.2.4",
"author": {
"name": "Tolga Tezel"
},
"keywords": [
"twitter",
"api",
"rest",
"stream",
"streaming",
"oauth"
],
"dependencies": {
"bluebird": "^3.1.5",
"mime": "^1.3.4",
"request": "2.58.0"
},
"devDependencies": {
"async": "0.2.9",
"colors": "0.6.x",
"commander": "2.6.0",
"mocha": "2.1.0",
"rewire": "2.3.4",
"sinon": "1.15.4"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"main": "./lib/twitter",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ttezel/twit.git"
},
"scripts": {
"test": "mocha tests/* -t 70000 -R spec --bail --globals domain,_events,_maxListeners"
},
"gitHead": "3230bc88906cfcb2608fbee360cee98729a6580c",
"bugs": {
"url": "https://github.com/ttezel/twit/issues"
},
"homepage": "https://github.com/ttezel/twit",
"_id": "twit@2.2.4",
"_shasum": "811e10092eb30ded476e21689dd8a90ee63963cb",
"_from": "twit@>=2.2.4 <3.0.0",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "ttezel",
"email": "tolgatezel11@gmail.com"
},
"dist": {
"shasum": "811e10092eb30ded476e21689dd8a90ee63963cb",
"tarball": "https://registry.npmjs.org/twit/-/twit-2.2.4.tgz"
},
"maintainers": [
{
"name": "ttezel",
"email": "tolgatezel11@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/twit-2.2.4.tgz_1462157237561_0.11102098692208529"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/twit/-/twit-2.2.4.tgz",
"readme": "ERROR: No README data found!"
}