116 lines
2.6 KiB
JSON
116 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"name": "http-signature",
|
|
"raw": "http-signature@~1.1.0",
|
|
"rawSpec": "~1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <1.2.0",
|
|
"type": "range"
|
|
},
|
|
"/gitbook/node_modules/request"
|
|
]
|
|
],
|
|
"_from": "http-signature@>=1.1.0 <1.2.0",
|
|
"_id": "http-signature@1.1.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/http-signature",
|
|
"_nodeVersion": "0.12.9",
|
|
"_npmUser": {
|
|
"email": "alex@cooperi.net",
|
|
"name": "arekinath"
|
|
},
|
|
"_npmVersion": "2.14.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "http-signature",
|
|
"raw": "http-signature@~1.1.0",
|
|
"rawSpec": "~1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <1.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
|
|
"_shasum": "df72e267066cd0ac67fb76adf8e134a8fbcf91bf",
|
|
"_shrinkwrap": null,
|
|
"_spec": "http-signature@~1.1.0",
|
|
"_where": "/gitbook/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": {
|
|
"assert-plus": "^0.2.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
},
|
|
"description": "Reference implementation of Joyent's HTTP Signature scheme.",
|
|
"devDependencies": {
|
|
"node-uuid": "^1.4.1",
|
|
"tap": "0.4.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "df72e267066cd0ac67fb76adf8e134a8fbcf91bf",
|
|
"tarball": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8",
|
|
"npm": ">=1.3.7"
|
|
},
|
|
"gitHead": "74d3f35e3aa436d83723c53b01e266f448e8149a",
|
|
"homepage": "https://github.com/joyent/node-http-signature/",
|
|
"keywords": [
|
|
"https",
|
|
"request"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "alex@cooperi.net",
|
|
"name": "arekinath"
|
|
},
|
|
{
|
|
"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": "1.1.1"
|
|
}
|