mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 09:09:27 +01:00
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"_from": "http-signature@~1.3.1",
|
|
"_id": "http-signature@1.3.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-CbG3io8gUSIxNNSgq+XMjgpTMzAeVRipxVXjuGrDhH5M1a2kZ03w20s8FCLR1NjnnJj10KbvabvckmtQcYNb9g==",
|
|
"_location": "/http-signature",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "http-signature@~1.3.1",
|
|
"name": "http-signature",
|
|
"escapedName": "http-signature",
|
|
"rawSpec": "~1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/postman-request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.3.4.tgz",
|
|
"_shasum": "a65b41193110b222364e776fd1ac848655a0e2f0",
|
|
"_spec": "http-signature@~1.3.1",
|
|
"_where": "/home/user/site/node_modules/postman-request",
|
|
"author": {
|
|
"name": "Joyent, Inc"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/joyent/node-http-signature/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Mark Cavage",
|
|
"email": "mcavage@gmail.com"
|
|
},
|
|
{
|
|
"name": "David I. Lehn",
|
|
"email": "dil@lehn.org"
|
|
},
|
|
{
|
|
"name": "Patrick Mooney",
|
|
"email": "patrick.f.mooney@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.14.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
|
|
"devDependencies": {
|
|
"tap": "0.4.2",
|
|
"uuid": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/joyent/node-http-signature/",
|
|
"keywords": [
|
|
"https",
|
|
"request"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "http-signature",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/joyent/node-http-signature.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.3.4"
|
|
}
|