twitst4tz

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

package.json (3049B)


      1 {
      2   "_from": "engine.io-client@~3.4.0",
      3   "_id": "engine.io-client@3.4.1",
      4   "_inBundle": false,
      5   "_integrity": "sha512-RJNmA+A9Js+8Aoq815xpGAsgWH1VoSYM//2VgIiu9lNOaHFfLpTjH4tOzktBpjIs5lvOfiNY1dwf+NuU6D38Mw==",
      6   "_location": "/engine.io-client",
      7   "_phantomChildren": {
      8     "async-limiter": "1.0.1"
      9   },
     10   "_requested": {
     11     "type": "range",
     12     "registry": true,
     13     "raw": "engine.io-client@~3.4.0",
     14     "name": "engine.io-client",
     15     "escapedName": "engine.io-client",
     16     "rawSpec": "~3.4.0",
     17     "saveSpec": null,
     18     "fetchSpec": "~3.4.0"
     19   },
     20   "_requiredBy": [
     21     "/socket.io-client"
     22   ],
     23   "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.4.1.tgz",
     24   "_shasum": "922ddb47eecdcb541136a93aeead24718fd05461",
     25   "_spec": "engine.io-client@~3.4.0",
     26   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/socket.io-client",
     27   "browser": {
     28     "ws": false,
     29     "xmlhttprequest-ssl": "./lib/xmlhttprequest.js",
     30     "./lib/globalThis.js": "./lib/globalThis.browser.js"
     31   },
     32   "bugs": {
     33     "url": "https://github.com/socketio/engine.io-client/issues"
     34   },
     35   "bundleDependencies": false,
     36   "contributors": [
     37     {
     38       "name": "Guillermo Rauch",
     39       "email": "rauchg@gmail.com"
     40     },
     41     {
     42       "name": "Vladimir Dronnikov",
     43       "email": "dronnikov@gmail.com"
     44     },
     45     {
     46       "name": "Christoph Dorn",
     47       "url": "https://github.com/cadorn"
     48     },
     49     {
     50       "name": "Mark Mokryn",
     51       "email": "mokesmokes@gmail.com"
     52     }
     53   ],
     54   "dependencies": {
     55     "component-emitter": "1.2.1",
     56     "component-inherit": "0.0.3",
     57     "debug": "~4.1.0",
     58     "engine.io-parser": "~2.2.0",
     59     "has-cors": "1.1.0",
     60     "indexof": "0.0.1",
     61     "parseqs": "0.0.5",
     62     "parseuri": "0.0.5",
     63     "ws": "~6.1.0",
     64     "xmlhttprequest-ssl": "~1.5.4",
     65     "yeast": "0.1.2"
     66   },
     67   "deprecated": false,
     68   "description": "Client for the realtime Engine",
     69   "devDependencies": {
     70     "babel-core": "^6.24.0",
     71     "babel-eslint": "4.1.7",
     72     "babel-loader": "^6.4.1",
     73     "babel-preset-es2015": "^6.24.0",
     74     "blob": "^0.0.4",
     75     "concat-stream": "^1.6.0",
     76     "del": "^2.2.2",
     77     "derequire": "^2.0.6",
     78     "engine.io": "3.4.0",
     79     "eslint-config-standard": "4.4.0",
     80     "eslint-plugin-standard": "1.3.1",
     81     "expect.js": "^0.3.1",
     82     "express": "4.15.2",
     83     "gulp": "3.9.1",
     84     "gulp-eslint": "1.1.1",
     85     "gulp-file": "^0.3.0",
     86     "gulp-istanbul": "^1.1.1",
     87     "gulp-mocha": "^4.3.0",
     88     "gulp-task-listing": "1.0.1",
     89     "istanbul": "^0.4.5",
     90     "mocha": "^3.2.0",
     91     "webpack": "1.12.12",
     92     "webpack-stream": "^3.2.0",
     93     "zuul": "3.11.1",
     94     "zuul-builder-webpack": "^1.2.0",
     95     "zuul-ngrok": "4.0.0"
     96   },
     97   "files": [
     98     "index.js",
     99     "lib/",
    100     "engine.io.js"
    101   ],
    102   "homepage": "https://github.com/socketio/engine.io-client",
    103   "license": "MIT",
    104   "main": "lib/index.js",
    105   "name": "engine.io-client",
    106   "repository": {
    107     "type": "git",
    108     "url": "git+https://github.com/socketio/engine.io-client.git"
    109   },
    110   "scripts": {
    111     "test": "gulp test"
    112   },
    113   "version": "3.4.1"
    114 }