twitst4tz

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

package.json (2175B)


      1 {
      2   "_from": "ws@~6.1.0",
      3   "_id": "ws@6.1.4",
      4   "_inBundle": false,
      5   "_integrity": "sha512-eqZfL+NE/YQc1/ZynhojeV8q+H050oR8AZ2uIev7RU10svA9ZnJUddHcOUZTJLinZ9yEfdA2kSATS2qZK5fhJA==",
      6   "_location": "/engine.io-client/ws",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "ws@~6.1.0",
     12     "name": "ws",
     13     "escapedName": "ws",
     14     "rawSpec": "~6.1.0",
     15     "saveSpec": null,
     16     "fetchSpec": "~6.1.0"
     17   },
     18   "_requiredBy": [
     19     "/engine.io-client"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/ws/-/ws-6.1.4.tgz",
     22   "_shasum": "5b5c8800afab925e94ccb29d153c8d02c1776ef9",
     23   "_spec": "ws@~6.1.0",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/engine.io-client",
     25   "author": {
     26     "name": "Einar Otto Stangvik",
     27     "email": "einaros@gmail.com",
     28     "url": "http://2x.io"
     29   },
     30   "browser": "browser.js",
     31   "bugs": {
     32     "url": "https://github.com/websockets/ws/issues"
     33   },
     34   "bundleDependencies": false,
     35   "dependencies": {
     36     "async-limiter": "~1.0.0"
     37   },
     38   "deprecated": false,
     39   "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
     40   "devDependencies": {
     41     "benchmark": "~2.1.4",
     42     "bufferutil": "~4.0.0",
     43     "eslint": "~5.14.0",
     44     "eslint-config-prettier": "~4.0.0",
     45     "eslint-plugin-prettier": "~3.0.0",
     46     "mocha": "~5.2.0",
     47     "nyc": "~13.3.0",
     48     "prettier": "~1.16.1",
     49     "prettylint": "~1.0.0",
     50     "utf-8-validate": "~5.0.0"
     51   },
     52   "files": [
     53     "browser.js",
     54     "index.js",
     55     "lib/*.js"
     56   ],
     57   "homepage": "https://github.com/websockets/ws",
     58   "keywords": [
     59     "HyBi",
     60     "Push",
     61     "RFC-6455",
     62     "WebSocket",
     63     "WebSockets",
     64     "real-time"
     65   ],
     66   "license": "MIT",
     67   "main": "index.js",
     68   "name": "ws",
     69   "repository": {
     70     "type": "git",
     71     "url": "git+https://github.com/websockets/ws.git"
     72   },
     73   "scripts": {
     74     "integration": "npm run lint && mocha test/*.integration.js",
     75     "lint": "eslint . --ignore-path .gitignore && prettylint '**/*.{json,md}' --ignore-path .gitignore",
     76     "test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js"
     77   },
     78   "version": "6.1.4"
     79 }