package.json 1.67 KB
{
  "_from": "express-request-id@^1.4.0",
  "_id": "express-request-id@1.4.1",
  "_inBundle": false,
  "_integrity": "sha512-qpxK6XhDYtdx9FvxwCHkUeZVWtkGbWR87hBAzGECfwYF/QQCPXEwwB2/9NGkOR1tT7/aLs9mma3CT0vjSzuZVw==",
  "_location": "/express-request-id",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "express-request-id@^1.4.0",
    "name": "express-request-id",
    "escapedName": "express-request-id",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-request-id/-/express-request-id-1.4.1.tgz",
  "_shasum": "66feaf1f0be3deca13f3abfe1c098e49b12f2c28",
  "_spec": "express-request-id@^1.4.0",
  "_where": "C:\\Users\\admin\\Documents\\express-project",
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/express-request-id/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "uuid": "^3.3.2"
  },
  "deprecated": false,
  "description": "Generate UUID for request and add it to headers",
  "devDependencies": {
    "express": "~4.16.3",
    "mocha": "~5.2.0",
    "should": "~13.2.3",
    "supertest": "~3.3.0"
  },
  "homepage": "https://github.com/floatdrop/express-request-id",
  "keywords": [
    "express",
    "middleware",
    "request",
    "id",
    "uuid"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "express-request-id",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floatdrop/express-request-id.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "1.4.1"
}