123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "http-signature@~0.10.0",
- "D:\\work\\im\\node_modules\\request"
- ]
- ],
- "_from": "http-signature@>=0.10.0 <0.11.0",
- "_id": "http-signature@0.10.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/http-signature",
- "_npmUser": {
- "email": "patrick.f.mooney@gmail.com",
- "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",
- "/upyun-core/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": "D:\\work\\im\\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"
- }
- ],
- "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": "https://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": "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": "0.10.1"
- }
|