twitst4tz

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

package.json (3396B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "debug@2.6.9",
      6         "scope": null,
      7         "escapedName": "debug",
      8         "name": "debug",
      9         "rawSpec": "2.6.9",
     10         "spec": "2.6.9",
     11         "type": "version"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express"
     14     ]
     15   ],
     16   "_from": "debug@2.6.9",
     17   "_id": "debug@2.6.9",
     18   "_inCache": true,
     19   "_location": "/debug",
     20   "_nodeVersion": "8.4.0",
     21   "_npmOperationalInternal": {
     22     "host": "s3://npm-registry-packages",
     23     "tmp": "tmp/debug-2.6.9.tgz_1506087154503_0.5196126794908196"
     24   },
     25   "_npmUser": {
     26     "name": "tootallnate",
     27     "email": "nathan@tootallnate.net"
     28   },
     29   "_npmVersion": "5.3.0",
     30   "_phantomChildren": {},
     31   "_requested": {
     32     "raw": "debug@2.6.9",
     33     "scope": null,
     34     "escapedName": "debug",
     35     "name": "debug",
     36     "rawSpec": "2.6.9",
     37     "spec": "2.6.9",
     38     "type": "version"
     39   },
     40   "_requiredBy": [
     41     "/body-parser",
     42     "/express",
     43     "/finalhandler",
     44     "/send"
     45   ],
     46   "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
     47   "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
     48   "_shrinkwrap": null,
     49   "_spec": "debug@2.6.9",
     50   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express",
     51   "author": {
     52     "name": "TJ Holowaychuk",
     53     "email": "tj@vision-media.ca"
     54   },
     55   "browser": "./src/browser.js",
     56   "bugs": {
     57     "url": "https://github.com/visionmedia/debug/issues"
     58   },
     59   "component": {
     60     "scripts": {
     61       "debug/index.js": "browser.js",
     62       "debug/debug.js": "debug.js"
     63     }
     64   },
     65   "contributors": [
     66     {
     67       "name": "Nathan Rajlich",
     68       "email": "nathan@tootallnate.net",
     69       "url": "http://n8.io"
     70     },
     71     {
     72       "name": "Andrew Rhyne",
     73       "email": "rhyneandrew@gmail.com"
     74     }
     75   ],
     76   "dependencies": {
     77     "ms": "2.0.0"
     78   },
     79   "description": "small debugging utility",
     80   "devDependencies": {
     81     "browserify": "9.0.3",
     82     "chai": "^3.5.0",
     83     "concurrently": "^3.1.0",
     84     "coveralls": "^2.11.15",
     85     "eslint": "^3.12.1",
     86     "istanbul": "^0.4.5",
     87     "karma": "^1.3.0",
     88     "karma-chai": "^0.1.0",
     89     "karma-mocha": "^1.3.0",
     90     "karma-phantomjs-launcher": "^1.0.2",
     91     "karma-sinon": "^1.0.5",
     92     "mocha": "^3.2.0",
     93     "mocha-lcov-reporter": "^1.2.0",
     94     "rimraf": "^2.5.4",
     95     "sinon": "^1.17.6",
     96     "sinon-chai": "^2.8.0"
     97   },
     98   "directories": {},
     99   "dist": {
    100     "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
    101     "shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
    102     "tarball": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
    103   },
    104   "gitHead": "13abeae468fea297d0dccc50bc55590809241083",
    105   "homepage": "https://github.com/visionmedia/debug#readme",
    106   "keywords": [
    107     "debug",
    108     "log",
    109     "debugger"
    110   ],
    111   "license": "MIT",
    112   "main": "./src/index.js",
    113   "maintainers": [
    114     {
    115       "name": "thebigredgeek",
    116       "email": "rhyneandrew@gmail.com"
    117     },
    118     {
    119       "name": "kolban",
    120       "email": "kolban1@kolban.com"
    121     },
    122     {
    123       "name": "tootallnate",
    124       "email": "nathan@tootallnate.net"
    125     },
    126     {
    127       "name": "tjholowaychuk",
    128       "email": "tj@vision-media.ca"
    129     }
    130   ],
    131   "name": "debug",
    132   "optionalDependencies": {},
    133   "readme": "ERROR: No README data found!",
    134   "repository": {
    135     "type": "git",
    136     "url": "git://github.com/visionmedia/debug.git"
    137   },
    138   "version": "2.6.9"
    139 }