????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/nocache/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/nocache/package.json |
{ "name": "nocache", "author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)", "contributors": [ "Evan Hahn <me@evanhahn.com> (https://evanhahn.com)" ], "description": "Middleware to destroy caching", "version": "4.0.0", "license": "MIT", "keywords": [ "express", "connect", "nocache", "caching", "cache" ], "homepage": "https://github.com/helmetjs/nocache", "repository": { "type": "git", "url": "git://github.com/helmetjs/nocache.git" }, "bugs": { "url": "https://github.com/helmetjs/nocache/issues", "email": "me@evanhahn.com" }, "engines": { "node": ">=16.0.0" }, "main": "index.js", "typings": "index.d.ts", "scripts": { "pretest": "npm run lint", "lint": "npm run lint:eslint && npm run lint:prettier", "lint:eslint": "eslint .", "lint:prettier": "prettier --check .", "format": "prettier --write .", "test": "node test" }, "devDependencies": { "eslint": "^8.41.0", "prettier": "^2.8.8" } }