twitst4tz

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

package.json (8888B)


      1 {
      2   "_from": "express@^4.17.1",
      3   "_id": "express@4.17.1",
      4   "_inBundle": false,
      5   "_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
      6   "_location": "/express",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "escapedName": "express",
     10     "fetchSpec": "^4.17.1",
     11     "name": "express",
     12     "raw": "express@^4.17.1",
     13     "rawSpec": "^4.17.1",
     14     "registry": true,
     15     "saveSpec": null,
     16     "type": "range"
     17   },
     18   "_requiredBy": [
     19     "#USER",
     20     "/"
     21   ],
     22   "_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
     23   "_shasum": "4491fc38605cf51f8629d39c2b5d026f98a4c134",
     24   "_shrinkwrap": null,
     25   "_spec": "express@^4.17.1",
     26   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph",
     27   "author": {
     28     "email": "tj@vision-media.ca",
     29     "name": "TJ Holowaychuk"
     30   },
     31   "bugs": {
     32     "url": "https://github.com/expressjs/express/issues"
     33   },
     34   "bundleDependencies": false,
     35   "contributors": [
     36     {
     37       "name": "Aaron Heckmann",
     38       "email": "aaron.heckmann+github@gmail.com"
     39     },
     40     {
     41       "name": "Ciaran Jessup",
     42       "email": "ciaranj@gmail.com"
     43     },
     44     {
     45       "name": "Douglas Christopher Wilson",
     46       "email": "doug@somethingdoug.com"
     47     },
     48     {
     49       "name": "Guillermo Rauch",
     50       "email": "rauchg@gmail.com"
     51     },
     52     {
     53       "name": "Jonathan Ong",
     54       "email": "me@jongleberry.com"
     55     },
     56     {
     57       "name": "Roman Shtylman",
     58       "email": "shtylman+expressjs@gmail.com"
     59     },
     60     {
     61       "name": "Young Jae Sim",
     62       "email": "hanul@hanul.me"
     63     }
     64   ],
     65   "dependencies": {
     66     "accepts": "~1.3.7",
     67     "array-flatten": "1.1.1",
     68     "body-parser": "1.19.0",
     69     "content-disposition": "0.5.3",
     70     "content-type": "~1.0.4",
     71     "cookie": "0.4.0",
     72     "cookie-signature": "1.0.6",
     73     "debug": "2.6.9",
     74     "depd": "~1.1.2",
     75     "encodeurl": "~1.0.2",
     76     "escape-html": "~1.0.3",
     77     "etag": "~1.8.1",
     78     "finalhandler": "~1.1.2",
     79     "fresh": "0.5.2",
     80     "merge-descriptors": "1.0.1",
     81     "methods": "~1.1.2",
     82     "on-finished": "~2.3.0",
     83     "parseurl": "~1.3.3",
     84     "path-to-regexp": "0.1.7",
     85     "proxy-addr": "~2.0.5",
     86     "qs": "6.7.0",
     87     "range-parser": "~1.2.1",
     88     "safe-buffer": "5.1.2",
     89     "send": "0.17.1",
     90     "serve-static": "1.14.1",
     91     "setprototypeof": "1.1.1",
     92     "statuses": "~1.5.0",
     93     "type-is": "~1.6.18",
     94     "utils-merge": "1.0.1",
     95     "vary": "~1.1.2"
     96   },
     97   "deprecated": false,
     98   "description": "Fast, unopinionated, minimalist web framework",
     99   "devDependencies": {
    100     "after": "0.8.2",
    101     "connect-redis": "3.4.1",
    102     "cookie-parser": "~1.4.4",
    103     "cookie-session": "1.3.3",
    104     "ejs": "2.6.1",
    105     "eslint": "2.13.1",
    106     "express-session": "1.16.1",
    107     "hbs": "4.0.4",
    108     "istanbul": "0.4.5",
    109     "marked": "0.6.2",
    110     "method-override": "3.0.0",
    111     "mocha": "5.2.0",
    112     "morgan": "1.9.1",
    113     "multiparty": "4.2.1",
    114     "pbkdf2-password": "1.2.1",
    115     "should": "13.2.3",
    116     "supertest": "3.3.0",
    117     "vhost": "~3.0.2"
    118   },
    119   "engines": {
    120     "node": ">= 0.10.0"
    121   },
    122   "files": [
    123     "History.md",
    124     "LICENSE",
    125     "Readme.md",
    126     "index.js",
    127     "lib/"
    128   ],
    129   "homepage": "http://expressjs.com/",
    130   "keywords": [
    131     "api",
    132     "app",
    133     "express",
    134     "framework",
    135     "rest",
    136     "restful",
    137     "router",
    138     "sinatra",
    139     "web"
    140   ],
    141   "license": "MIT",
    142   "name": "express",
    143   "optionalDependencies": {},
    144   "readme": "[![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)\n\n  Fast, unopinionated, minimalist web framework for [node](http://nodejs.org).\n\n  [![NPM Version][npm-image]][npm-url]\n  [![NPM Downloads][downloads-image]][downloads-url]\n  [![Linux Build][travis-image]][travis-url]\n  [![Windows Build][appveyor-image]][appveyor-url]\n  [![Test Coverage][coveralls-image]][coveralls-url]\n\n```js\nconst express = require('express')\nconst app = express()\n\napp.get('/', function (req, res) {\n  res.send('Hello World')\n})\n\napp.listen(3000)\n```\n\n## Installation\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/).\n\nBefore installing, [download and install Node.js](https://nodejs.org/en/download/).\nNode.js 0.10 or higher is required.\n\nInstallation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```bash\n$ npm install express\n```\n\nFollow [our installing guide](http://expressjs.com/en/starter/installing.html)\nfor more information.\n\n## Features\n\n  * Robust routing\n  * Focus on high performance\n  * Super-high test coverage\n  * HTTP helpers (redirection, caching, etc)\n  * View system supporting 14+ template engines\n  * Content negotiation\n  * Executable for generating applications quickly\n\n## Docs & Community\n\n  * [Website and Documentation](http://expressjs.com/) - [[website repo](https://github.com/expressjs/expressjs.com)]\n  * [#express](https://webchat.freenode.net/?channels=express) on freenode IRC\n  * [GitHub Organization](https://github.com/expressjs) for Official Middleware & Modules\n  * Visit the [Wiki](https://github.com/expressjs/express/wiki)\n  * [Google Group](https://groups.google.com/group/express-js) for discussion\n  * [Gitter](https://gitter.im/expressjs/express) for support and discussion\n\n**PROTIP** Be sure to read [Migrating from 3.x to 4.x](https://github.com/expressjs/express/wiki/Migrating-from-3.x-to-4.x) as well as [New features in 4.x](https://github.com/expressjs/express/wiki/New-features-in-4.x).\n\n### Security Issues\n\nIf you discover a security vulnerability in Express, please see [Security Policies and Procedures](Security.md).\n\n## Quick Start\n\n  The quickest way to get started with express is to utilize the executable [`express(1)`](https://github.com/expressjs/generator) to generate an application as shown below:\n\n  Install the executable. The executable's major version will match Express's:\n\n```bash\n$ npm install -g express-generator@4\n```\n\n  Create the app:\n\n```bash\n$ express /tmp/foo && cd /tmp/foo\n```\n\n  Install dependencies:\n\n```bash\n$ npm install\n```\n\n  Start the server:\n\n```bash\n$ npm start\n```\n\n  View the website at: http://localhost:3000\n\n## Philosophy\n\n  The Express philosophy is to provide small, robust tooling for HTTP servers, making\n  it a great solution for single page applications, web sites, hybrids, or public\n  HTTP APIs.\n\n  Express does not force you to use any specific ORM or template engine. With support for over\n  14 template engines via [Consolidate.js](https://github.com/tj/consolidate.js),\n  you can quickly craft your perfect framework.\n\n## Examples\n\n  To view the examples, clone the Express repo and install the dependencies:\n\n```bash\n$ git clone git://github.com/expressjs/express.git --depth 1\n$ cd express\n$ npm install\n```\n\n  Then run whichever example you want:\n\n```bash\n$ node examples/content-negotiation\n```\n\n## Tests\n\n  To run the test suite, first install the dependencies, then run `npm test`:\n\n```bash\n$ npm install\n$ npm test\n```\n\n## Contributing\n\n[Contributing Guide](Contributing.md)\n\n## People\n\nThe original author of Express is [TJ Holowaychuk](https://github.com/tj)\n\nThe current lead maintainer is [Douglas Christopher Wilson](https://github.com/dougwilson)\n\n[List of all contributors](https://github.com/expressjs/express/graphs/contributors)\n\n## License\n\n  [MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/express.svg\n[npm-url]: https://npmjs.org/package/express\n[downloads-image]: https://img.shields.io/npm/dm/express.svg\n[downloads-url]: https://npmjs.org/package/express\n[travis-image]: https://img.shields.io/travis/expressjs/express/master.svg?label=linux\n[travis-url]: https://travis-ci.org/expressjs/express\n[appveyor-image]: https://img.shields.io/appveyor/ci/dougwilson/express/master.svg?label=windows\n[appveyor-url]: https://ci.appveyor.com/project/dougwilson/express\n[coveralls-image]: https://img.shields.io/coveralls/expressjs/express/master.svg\n[coveralls-url]: https://coveralls.io/r/expressjs/express?branch=master\n",
    145   "readmeFilename": "Readme.md",
    146   "repository": {
    147     "type": "git",
    148     "url": "git+https://github.com/expressjs/express.git"
    149   },
    150   "scripts": {
    151     "lint": "eslint .",
    152     "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ test/acceptance/",
    153     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/",
    154     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
    155     "test-tap": "mocha --require test/support/env --reporter tap --check-leaks test/ test/acceptance/"
    156   },
    157   "version": "4.17.1"
    158 }