{
  "_from": "ecstatic@^3.3.2",
  "_id": "ecstatic@3.3.2",
  "_inBundle": false,
  "_integrity": "sha512-fLf9l1hnwrHI2xn9mEDT7KIi22UDqA2jaCwyCbSUJh9a1V+LEUSL/JO/6TIz/QyuBURWUHrFL5Kg2TtO1bkkog==",
  "_location": "/ecstatic",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ecstatic@^3.3.2",
    "name": "ecstatic",
    "escapedName": "ecstatic",
    "rawSpec": "^3.3.2",
    "saveSpec": null,
    "fetchSpec": "^3.3.2"
  },
  "_requiredBy": [
    "/http-server"
  ],
  "_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.2.tgz",
  "_shasum": "6d1dd49814d00594682c652adb66076a69d46c48",
  "_spec": "ecstatic@^3.3.2",
  "_where": "/home/a/documents/pijul/nicoty/bitburner_scripts/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.6.0",
    "minimist": "^1.1.0",
    "url-join": "^2.0.5"
  },
  "deprecated": false,
  "description": "A simple static file server middleware",
  "devDependencies": {
    "eol": "^0.9.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.3.2",
    "eslint-plugin-import": "^2.14.0",
    "express": "^4.16.3",
    "mkdirp": "^0.5.0",
    "request": "^2.88.0",
    "tap": "^12.0.1"
  },
  "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.3.2"
}