Files
bug-em/node_modules/twit/package.json
Talor Berthelson 889faf9c1c lol
2016-06-17 20:49:15 -04:00

106 lines
2.3 KiB
JSON

{
"_args": [
[
{
"name": "twit",
"raw": "twit",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"C:\\Users\\talor\\bots\\polibug"
]
],
"_from": "twit@latest",
"_id": "twit@2.2.4",
"_inCache": true,
"_installable": true,
"_location": "/twit",
"_nodeVersion": "0.12.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/twit-2.2.4.tgz_1462157237561_0.11102098692208529"
},
"_npmUser": {
"email": "tolgatezel11@gmail.com",
"name": "ttezel"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "twit",
"raw": "twit",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/twit/-/twit-2.2.4.tgz",
"_shasum": "811e10092eb30ded476e21689dd8a90ee63963cb",
"_shrinkwrap": null,
"_spec": "twit",
"_where": "C:\\Users\\talor\\bots\\polibug",
"author": {
"name": "Tolga Tezel"
},
"bugs": {
"url": "https://github.com/ttezel/twit/issues"
},
"dependencies": {
"bluebird": "^3.1.5",
"mime": "^1.3.4",
"request": "2.58.0"
},
"description": "Twitter API client for node (REST & Streaming)",
"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"
},
"directories": {},
"dist": {
"shasum": "811e10092eb30ded476e21689dd8a90ee63963cb",
"tarball": "https://registry.npmjs.org/twit/-/twit-2.2.4.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "3230bc88906cfcb2608fbee360cee98729a6580c",
"homepage": "https://github.com/ttezel/twit",
"keywords": [
"twitter",
"api",
"rest",
"stream",
"streaming",
"oauth"
],
"license": "MIT",
"main": "./lib/twitter",
"maintainers": [
{
"email": "tolgatezel11@gmail.com",
"name": "ttezel"
}
],
"name": "twit",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
},
"version": "2.2.4"
}