mirror of
https://github.com/thewesker/bug-em.git
synced 2025-12-24 05:51:06 -05:00
lol
This commit is contained in:
109
node_modules/http-signature/package.json
generated
vendored
Normal file
109
node_modules/http-signature/package.json
generated
vendored
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"name": "http-signature",
|
||||
"raw": "http-signature@~0.11.0",
|
||||
"rawSpec": "~0.11.0",
|
||||
"scope": null,
|
||||
"spec": ">=0.11.0 <0.12.0",
|
||||
"type": "range"
|
||||
},
|
||||
"C:\\Users\\talor\\bots\\polibug\\node_modules\\request"
|
||||
]
|
||||
],
|
||||
"_from": "http-signature@>=0.11.0 <0.12.0",
|
||||
"_id": "http-signature@0.11.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/http-signature",
|
||||
"_nodeVersion": "0.10.36",
|
||||
"_npmUser": {
|
||||
"email": "patrick.f.mooney@gmail.com",
|
||||
"name": "pfmooney"
|
||||
},
|
||||
"_npmVersion": "2.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "http-signature",
|
||||
"raw": "http-signature@~0.11.0",
|
||||
"rawSpec": "~0.11.0",
|
||||
"scope": null,
|
||||
"spec": ">=0.11.0 <0.12.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz",
|
||||
"_shasum": "1796cf67a001ad5cd6849dca0991485f09089fe6",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "http-signature@~0.11.0",
|
||||
"_where": "C:\\Users\\talor\\bots\\polibug\\node_modules\\request",
|
||||
"author": {
|
||||
"name": "Joyent, Inc"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/joyent/node-http-signature/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"email": "mcavage@gmail.com",
|
||||
"name": "Mark Cavage"
|
||||
},
|
||||
{
|
||||
"email": "dil@lehn.org",
|
||||
"name": "David I. Lehn"
|
||||
},
|
||||
{
|
||||
"email": "patrick.f.mooney@gmail.com",
|
||||
"name": "Patrick Mooney"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"asn1": "0.1.11",
|
||||
"assert-plus": "^0.1.5",
|
||||
"ctype": "0.5.3"
|
||||
},
|
||||
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
|
||||
"devDependencies": {
|
||||
"node-uuid": "^1.4.1",
|
||||
"tap": "0.4.2"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "1796cf67a001ad5cd6849dca0991485f09089fe6",
|
||||
"tarball": "https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8"
|
||||
},
|
||||
"homepage": "https://github.com/joyent/node-http-signature/",
|
||||
"keywords": [
|
||||
"https",
|
||||
"request"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"email": "mcavage@gmail.com",
|
||||
"name": "mcavage"
|
||||
},
|
||||
{
|
||||
"email": "patrick.f.mooney@gmail.com",
|
||||
"name": "pfmooney"
|
||||
}
|
||||
],
|
||||
"name": "http-signature",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/joyent/node-http-signature.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "0.11.0"
|
||||
}
|
||||
Reference in New Issue
Block a user