{
  "_args": [
    [
      "express-history-api-fallback@2.2.1",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "express-history-api-fallback@2.2.1",
  "_id": "express-history-api-fallback@2.2.1",
  "_inBundle": false,
  "_integrity": "sha1-OirSf3vryQ/FM9EQ18bYMJe80Fc=",
  "_location": "/express-history-api-fallback",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "express-history-api-fallback@2.2.1",
    "name": "express-history-api-fallback",
    "escapedName": "express-history-api-fallback",
    "rawSpec": "2.2.1",
    "saveSpec": null,
    "fetchSpec": "2.2.1"
  },
  "_requiredBy": [
    "/@vue/cli-ui"
  ],
  "_resolved": "https://registry.npmjs.org/express-history-api-fallback/-/express-history-api-fallback-2.2.1.tgz",
  "_spec": "2.2.1",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Sebastiaan Deckers",
    "email": "sebdeckers83@gmail.com"
  },
  "bugs": {
    "url": "https://gitlab.com/sebdeckers/express-history-api-fallback/issues"
  },
  "description": "Simple fallback for Express-served single page apps that use the HTML5 History API for client side routing.",
  "devDependencies": {
    "babel": "^5.8.29",
    "babel-eslint": "^4.1.3",
    "chai": "^3.4.0",
    "codecov.io": "^0.1.6",
    "isparta": "^3.1.0",
    "mkdirp": "^0.5.1",
    "mocha": "^2.3.3",
    "node-license-validator": "^1.2.1",
    "rimraf": "^2.4.3",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "standard": "^5.3.1",
    "watch-spawn": "^1.0.6"
  },
  "homepage": "https://gitlab.com/sebdeckers/express-history-api-fallback#readme",
  "keywords": [
    "express",
    "html5",
    "history api",
    "fallback",
    "spa",
    "middleware",
    "connect",
    "pushstate",
    "popstate",
    "single page app",
    "router",
    "client side"
  ],
  "license": "ISC",
  "main": "./dist",
  "name": "express-history-api-fallback",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/sebdeckers/express-history-api-fallback.git"
  },
  "scripts": {
    "build": "mkdirp dist && babel lib --out-file dist/index.js",
    "clean": "rimraf dist",
    "codecov": "cat coverage/coverage.json | codecov",
    "coverage": "babel-node node_modules/.bin/isparta cover node_modules/.bin/_mocha",
    "prepublish": "npm run clean && npm test && npm run build",
    "start": "npm run start-audit & npm run start-tdd",
    "start-audit": "watch-spawn --initial --quiet --pattern 'package.json' npm run test-audit",
    "start-tdd": "watch-spawn --initial --quiet --pattern '{lib,test}/**/*.js' npm run test-tdd",
    "test": "npm run test-audit & npm run test-tdd",
    "test-audit": "node-license-validator",
    "test-tdd": "standard & npm run coverage"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "version": "2.2.1"
}
