{
  "_from": "ecstatic@^3.0.0",
  "_id": "ecstatic@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-D9UcjcxDMMqjaQxC0mSsFh/IjJSdiZVPnHrhjHuKXlhLByk5QGGPX1GUIDIjRzhTq4UDCPYwWblw79VBEh3r1w==",
  "_location": "/ecstatic",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ecstatic@^3.0.0",
    "name": "ecstatic",
    "escapedName": "ecstatic",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/http-server"
  ],
  "_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.1.1.tgz",
  "_shasum": "2564aa9dde84179dcaf926a9e6d12df13a0b666d",
  "_spec": "ecstatic@^3.0.0",
  "_where": "/Users/werpu2/WebstormProjects/ts-ng-tinydecorations/example/node_modules/http-server",
  "author": {
    "name": "Joshua Holbrook",
    "email": "josh@nodejitsu.com",
    "url": "http://jesusabdullah.net"
  },
  "bin": {
    "ecstatic": "./lib/ecstatic.js"
  },
  "bugs": {
    "url": "https://github.com/jfhbrook/node-ecstatic/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "he": "^1.1.1",
    "mime": "^1.4.1",
    "minimist": "^1.1.0",
    "url-join": "^2.0.2"
  },
  "deprecated": false,
  "description": "A simple static file server middleware that works with both Express and Flatiron",
  "devDependencies": {
    "eol": "^0.9.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.3.0",
    "express": "^4.12.3",
    "mkdirp": "^0.5.0",
    "request": "^2.49.0",
    "tap": "^10.3.3"
  },
  "homepage": "https://github.com/jfhbrook/node-ecstatic",
  "keywords": [
    "static",
    "web",
    "server",
    "files",
    "mime",
    "middleware"
  ],
  "license": "MIT",
  "main": "./lib/ecstatic.js",
  "name": "ecstatic",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jfhbrook/node-ecstatic.git"
  },
  "scripts": {
    "fix": "eslint --fix ./lib/ ./example/ ./test",
    "posttest": "tap --coverage-report=clover",
    "pretest": "eslint ./lib/ ./example/ ./test",
    "test": "tap --jobs-auto --coverage test/*.js"
  },
  "version": "3.1.1"
}
