UNPKG

funcunit

Version:
73 lines (72 loc) 1.79 kB
{ "_from": "http-signature@~0.10.0", "_id": "http-signature@0.10.1", "_inBundle": false, "_integrity": "sha1-T72sEyVZqoMjEh5UB3nAoBKyfmY=", "_location": "/http-signature", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "http-signature@~0.10.0", "name": "http-signature", "escapedName": "http-signature", "rawSpec": "~0.10.0", "saveSpec": null, "fetchSpec": "~0.10.0" }, "_requiredBy": [ "/less/request" ], "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.10.1.tgz", "_shasum": "4fbdac132559aa8323121e540779c0a012b27e66", "_spec": "http-signature@~0.10.0", "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/less/node_modules/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" } ], "dependencies": { "asn1": "0.1.11", "assert-plus": "^0.1.5", "ctype": "0.5.3" }, "deprecated": false, "description": "Reference implementation of Joyent's HTTP Signature scheme.", "devDependencies": { "node-uuid": "^1.4.1", "tap": "0.4.2" }, "engines": { "node": ">=0.8" }, "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": "0.10.1" }