All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.http-signature.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "http-signature@>=0.10.0 <0.11.0",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/http-signature",
    "_npmUser": {
        "email": "[email protected]",
        "name": "pfmooney"
    },
    "_npmVersion": "1.4.28",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "http-signature",
        "raw": "http-signature@~0.10.0",
        "rawSpec": "~0.10.0",
        "scope": null,
        "spec": ">=0.10.0 <0.11.0",
        "type": "range"
    },
    "_requiredBy": [
        "/request"
    ],
    "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz",
    "_shasum": "4fbdac132559aa8323121e540779c0a012b27e66",
    "_shrinkwrap": null,
    "_spec": "http-signature@~0.10.0",
    "_where": "",
    "author": {
        "name": "Joyent, Inc"
    },
    "bugs": {
        "url": "https://github.com/joyent/node-http-signature/issues"
    },
    "contributors": [
        {
            "email": "[email protected]",
            "name": "Mark Cavage"
        },
        {
            "email": "[email protected]",
            "name": "David I. Lehn"
        }
    ],
    "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": "4fbdac132559aa8323121e540779c0a012b27e66",
        "tarball": "http://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz"
    },
    "engines": {
        "node": ">=0.8"
    },
    "homepage": "https://github.com/joyent/node-http-signature/",
    "keywords": [
        "https",
        "request"
    ],
    "license": "MIT",
    "main": "lib/index.js",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "mcavage"
        },
        {
            "email": "[email protected]",
            "name": "pfmooney"
        }
    ],
    "name": "http-signature",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/joyent/node-http-signature.git"
    },
    "scripts": {
        "test": "tap test/*.js"
    },
    "version": "0.10.1"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy