twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

package.json (1870B)


      1 {
      2   "_from": "http-signature@~1.2.0",
      3   "_id": "http-signature@1.2.0",
      4   "_inBundle": false,
      5   "_integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
      6   "_location": "/http-signature",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "http-signature@~1.2.0",
     12     "name": "http-signature",
     13     "escapedName": "http-signature",
     14     "rawSpec": "~1.2.0",
     15     "saveSpec": null,
     16     "fetchSpec": "~1.2.0"
     17   },
     18   "_requiredBy": [
     19     "/request"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
     22   "_shasum": "9aecd925114772f3d95b65a60abb8f7c18fbace1",
     23   "_spec": "http-signature@~1.2.0",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request",
     25   "author": {
     26     "name": "Joyent, Inc"
     27   },
     28   "bugs": {
     29     "url": "https://github.com/joyent/node-http-signature/issues"
     30   },
     31   "bundleDependencies": false,
     32   "contributors": [
     33     {
     34       "name": "Mark Cavage",
     35       "email": "mcavage@gmail.com"
     36     },
     37     {
     38       "name": "David I. Lehn",
     39       "email": "dil@lehn.org"
     40     },
     41     {
     42       "name": "Patrick Mooney",
     43       "email": "patrick.f.mooney@gmail.com"
     44     }
     45   ],
     46   "dependencies": {
     47     "assert-plus": "^1.0.0",
     48     "jsprim": "^1.2.2",
     49     "sshpk": "^1.7.0"
     50   },
     51   "deprecated": false,
     52   "description": "Reference implementation of Joyent's HTTP Signature scheme.",
     53   "devDependencies": {
     54     "tap": "0.4.2",
     55     "uuid": "^2.0.2"
     56   },
     57   "engines": {
     58     "node": ">=0.8",
     59     "npm": ">=1.3.7"
     60   },
     61   "homepage": "https://github.com/joyent/node-http-signature/",
     62   "keywords": [
     63     "https",
     64     "request"
     65   ],
     66   "license": "MIT",
     67   "main": "lib/index.js",
     68   "name": "http-signature",
     69   "repository": {
     70     "type": "git",
     71     "url": "git://github.com/joyent/node-http-signature.git"
     72   },
     73   "scripts": {
     74     "test": "tap test/*.js"
     75   },
     76   "version": "1.2.0"
     77 }