Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/nocache/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/nocache/package.json

{
  "_args": [
    [
      {
        "raw": "nocache@2.1.0",
        "scope": null,
        "escapedName": "nocache",
        "name": "nocache",
        "rawSpec": "2.1.0",
        "spec": "2.1.0",
        "type": "version"
      },
      "/var/www/html/test/wetty/node_modules/helmet"
    ]
  ],
  "_from": "nocache@2.1.0",
  "_hasShrinkwrap": false,
  "_id": "nocache@2.1.0",
  "_inCache": true,
  "_location": "/nocache",
  "_nodeVersion": "11.14.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/nocache_2.1.0_1557082326112_0.41628176604190004"
  },
  "_npmUser": {
    "name": "evanhahn",
    "email": "me@evanhahn.com"
  },
  "_npmVersion": "6.9.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "nocache@2.1.0",
    "scope": null,
    "escapedName": "nocache",
    "name": "nocache",
    "rawSpec": "2.1.0",
    "spec": "2.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz",
  "_shasum": "120c9ffec43b5729b1d5de88cd71aa75a0ba491f",
  "_shrinkwrap": null,
  "_spec": "nocache@2.1.0",
  "_where": "/var/www/html/test/wetty/node_modules/helmet",
  "author": {
    "name": "Adam Baldwin",
    "email": "adam@npmjs.com",
    "url": "https://evilpacket.net"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/nocache/issues",
    "email": "me@evanhahn.com"
  },
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "https://evanhahn.com"
    }
  ],
  "dependencies": {},
  "description": "Middleware to destroy caching",
  "devDependencies": {
    "@types/connect": "^3.4.32",
    "@types/jest": "^24.0.12",
    "@types/supertest": "^2.0.7",
    "@typescript-eslint/eslint-plugin": "^1.7.0",
    "@typescript-eslint/parser": "^1.7.0",
    "connect": "^3.6.6",
    "eslint": "^5.16.0",
    "eslint-config-helmet": "^0.2.0",
    "jest": "^24.8.0",
    "supertest": "^4.0.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.4.5"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-0L9FvHG3nfnnmaEQPjT9xhfN4ISk0A8/2j4M37Np4mcDesJjHgEUfgPhdCyZuFI954tjokaIj/A3NdpFNdEh4Q==",
    "shasum": "120c9ffec43b5729b1d5de88cd71aa75a0ba491f",
    "tarball": "https://registry.npmjs.org/nocache/-/nocache-2.1.0.tgz",
    "fileCount": 6,
    "unpackedSize": 4466,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczzDWCRA9TVsSAnZWagAAU2cP/3vruB09WHTFto6ca1Mq\nNcMbt4Y0CVCQCg4dJSYGDjaW9ZOB5V6mf7O5rL9fslzAxO9JEtvTlTmCLGoP\nGu+ZkCP5YNLxBTT4ZoOWzfaKzQqML2j2uwgDbXv4v5BE7eIXflJ/rC9H9w76\n3PoWkUcqOe3zIMBuvsRc8RbstC+7EC6nhRzbf4mnbuTdx8hqZWaR+//mBNjI\nPJTYGKdmpCMUyGoatD2KQyeV/WRwRnauEj0prUeegpGqOnSqTFgAVEb5guty\nthO1fORTLK/ISxs2CYt8G4mNulbTmKGi1c+DStaNo3VZ2kLbaxjsAvNPdnmJ\nkgZiyckx+Qn04WvNxqWScGbeSkcrr0eBDJg9q5TjavplZumtf0sReGks2w+w\nzxw7KPsoQ5HDF8vJZ/WQp039eQbnrgBmfGbhyqvSP5sp7YoZMrEdyE7SYJSR\nPXd4b6ruXZK+wiv3KyifEMEZLb9hNDXVoxuYN1VI9NtPmzSBxeQ53kHNjdOJ\ndRjot1wWJAThCuzHzKFDrrqwuWWh6DLHSd5ajnNZUqI1K0VUW2NzeUDYgOCB\nQRRq1Q+5LS9wG6YETEZz8WxYkL+xWqP6r39xFOGF+oZAC+TUDvesUWwyO/7E\nFaXgvdqAlppamUwzie3DLrHKAEhr1ZQ+yZGWyKjxsSeW+p6YIZKkIPrrZhP0\nQYGv\r\n=UssP\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "gitHead": "69dc7045980cf0beed672e6b4ceb5caab3278ec3",
  "homepage": "https://helmetjs.github.io/docs/nocache/",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "nocache",
    "caching",
    "cache"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "evanhahn",
      "email": "me@evanhahn.com"
    }
  ],
  "name": "nocache",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/nocache.git"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rm -rf dist",
    "lint": "eslint --fix '**/*.ts'",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint",
    "test": "jest --config test/jest-config.json"
  },
  "typings": "./dist/index.d.ts",
  "version": "2.1.0"
}