twitst4tz

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

package.json (2578B)


      1 {
      2   "_from": "engine.io@~3.4.0",
      3   "_id": "engine.io@3.4.1",
      4   "_inBundle": false,
      5   "_integrity": "sha512-8MfIfF1/IIfxuc2gv5K+XlFZczw/BpTvqBdl0E2fBLkYQp4miv4LuDTVtYt4yMyaIFLEr4vtaSgV4mjvll8Crw==",
      6   "_location": "/engine.io",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "engine.io@~3.4.0",
     12     "name": "engine.io",
     13     "escapedName": "engine.io",
     14     "rawSpec": "~3.4.0",
     15     "saveSpec": null,
     16     "fetchSpec": "~3.4.0"
     17   },
     18   "_requiredBy": [
     19     "/socket.io"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.4.1.tgz",
     22   "_shasum": "a61cbc13fa0cb27d9453fd079a29ee980564b069",
     23   "_spec": "engine.io@~3.4.0",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/socket.io",
     25   "author": {
     26     "name": "Guillermo Rauch",
     27     "email": "guillermo@learnboost.com"
     28   },
     29   "bugs": {
     30     "url": "https://github.com/socketio/engine.io/issues"
     31   },
     32   "bundleDependencies": false,
     33   "contributors": [
     34     {
     35       "name": "Eugen Dueck",
     36       "url": "https://github.com/EugenDueck"
     37     },
     38     {
     39       "name": "Afshin Mehrabani",
     40       "url": "https://github.com/afshinm"
     41     },
     42     {
     43       "name": "Christoph Dorn",
     44       "url": "https://github.com/cadorn"
     45     },
     46     {
     47       "name": "Mark Mokryn",
     48       "email": "mokesmokes@gmail.com"
     49     }
     50   ],
     51   "dependencies": {
     52     "accepts": "~1.3.4",
     53     "base64id": "2.0.0",
     54     "cookie": "0.3.1",
     55     "debug": "~4.1.0",
     56     "engine.io-parser": "~2.2.0",
     57     "ws": "^7.1.2"
     58   },
     59   "deprecated": false,
     60   "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
     61   "devDependencies": {
     62     "babel-eslint": "^8.0.2",
     63     "babel-preset-es2015": "^6.24.0",
     64     "engine.io-client": "3.4.1",
     65     "eslint": "^4.5.0",
     66     "eslint-config-standard": "^10.2.1",
     67     "eslint-plugin-import": "^2.7.0",
     68     "eslint-plugin-node": "^5.1.1",
     69     "eslint-plugin-promise": "^3.5.0",
     70     "eslint-plugin-standard": "^3.0.1",
     71     "expect.js": "^0.3.1",
     72     "mocha": "^4.0.1",
     73     "s": "0.1.1",
     74     "superagent": "^3.8.1",
     75     "uws": "~9.14.0"
     76   },
     77   "engines": {
     78     "node": ">=8.0.0"
     79   },
     80   "files": [
     81     "lib/"
     82   ],
     83   "homepage": "https://github.com/socketio/engine.io",
     84   "license": "MIT",
     85   "main": "lib/engine.io",
     86   "name": "engine.io",
     87   "repository": {
     88     "type": "git",
     89     "url": "git+ssh://git@github.com/socketio/engine.io.git"
     90   },
     91   "scripts": {
     92     "lint": "eslint lib/ test/ *.js",
     93     "test": "npm run lint && mocha && EIO_WS_ENGINE=uws mocha"
     94   },
     95   "version": "3.4.1"
     96 }