twitst4tz

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

package.json (1412B)


      1 {
      2   "_from": "jsbn@~0.1.0",
      3   "_id": "jsbn@0.1.1",
      4   "_inBundle": false,
      5   "_integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
      6   "_location": "/jsbn",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "jsbn@~0.1.0",
     12     "name": "jsbn",
     13     "escapedName": "jsbn",
     14     "rawSpec": "~0.1.0",
     15     "saveSpec": null,
     16     "fetchSpec": "~0.1.0"
     17   },
     18   "_requiredBy": [
     19     "/ecc-jsbn",
     20     "/sshpk"
     21   ],
     22   "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
     23   "_shasum": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513",
     24   "_spec": "jsbn@~0.1.0",
     25   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/sshpk",
     26   "author": {
     27     "name": "Tom Wu"
     28   },
     29   "bugs": {
     30     "url": "https://github.com/andyperlitch/jsbn/issues"
     31   },
     32   "bundleDependencies": false,
     33   "deprecated": false,
     34   "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
     35   "homepage": "https://github.com/andyperlitch/jsbn#readme",
     36   "keywords": [
     37     "biginteger",
     38     "bignumber",
     39     "big",
     40     "integer"
     41   ],
     42   "license": "MIT",
     43   "main": "index.js",
     44   "name": "jsbn",
     45   "repository": {
     46     "type": "git",
     47     "url": "git+https://github.com/andyperlitch/jsbn.git"
     48   },
     49   "scripts": {
     50     "test": "mocha test.js"
     51   },
     52   "version": "0.1.1"
     53 }