mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.3 KiB
100 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"http-signature@~0.11.0",
|
|
"/Users/rebecca/code/npm/node_modules/request"
|
|
]
|
|
],
|
|
"_from": "http-signature@>=0.11.0 <0.12.0",
|
|
"_id": "http-signature@0.11.0",
|
|
"_inCache": 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": "/Users/rebecca/code/npm/node_modules/request",
|
|
"author": {
|
|
"name": "Joyent, Inc"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/joyent/node-http-signature/issues"
|
|
},
|
|
"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": {
|
|
"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": "http://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": [
|
|
{
|
|
"name": "mcavage",
|
|
"email": "mcavage@gmail.com"
|
|
},
|
|
{
|
|
"name": "pfmooney",
|
|
"email": "patrick.f.mooney@gmail.com"
|
|
}
|
|
],
|
|
"name": "http-signature",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/joyent/node-http-signature.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.11.0"
|
|
}
|
|
|