twitst4tz

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

package.json (1285B)


      1 {
      2   "_from": "bcrypt-pbkdf@^1.0.0",
      3   "_id": "bcrypt-pbkdf@1.0.2",
      4   "_inBundle": false,
      5   "_integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
      6   "_location": "/bcrypt-pbkdf",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "bcrypt-pbkdf@^1.0.0",
     12     "name": "bcrypt-pbkdf",
     13     "escapedName": "bcrypt-pbkdf",
     14     "rawSpec": "^1.0.0",
     15     "saveSpec": null,
     16     "fetchSpec": "^1.0.0"
     17   },
     18   "_requiredBy": [
     19     "/sshpk"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
     22   "_shasum": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e",
     23   "_spec": "bcrypt-pbkdf@^1.0.0",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/sshpk",
     25   "bugs": {
     26     "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
     27   },
     28   "bundleDependencies": false,
     29   "dependencies": {
     30     "tweetnacl": "^0.14.3"
     31   },
     32   "deprecated": false,
     33   "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
     34   "devDependencies": {},
     35   "homepage": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
     36   "license": "BSD-3-Clause",
     37   "main": "index.js",
     38   "name": "bcrypt-pbkdf",
     39   "repository": {
     40     "type": "git",
     41     "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
     42   },
     43   "version": "1.0.2"
     44 }