Changes
This commit is contained in:
111
node_modules/hide-powered-by/package.json
generated
vendored
111
node_modules/hide-powered-by/package.json
generated
vendored
@@ -1,46 +1,49 @@
|
||||
{
|
||||
"_from": "hide-powered-by@1.1.0",
|
||||
"_id": "hide-powered-by@1.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Io1zA2yOA1YJslkr+AJlWSf2yWFkKjvkcL9Ni1XSUqnGLr/qRQe2UI3Cn/J9MsJht7yEVCe0SscY1HgVMujbgg==",
|
||||
"_location": "/hide-powered-by",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "hide-powered-by@1.1.0",
|
||||
"name": "hide-powered-by",
|
||||
"escapedName": "hide-powered-by",
|
||||
"rawSpec": "1.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/helmet"
|
||||
"name": "hide-powered-by",
|
||||
"author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
|
||||
"contributors": [
|
||||
"Evan Hahn <me@evanhahn.com> (https://evanhahn.com)"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/hide-powered-by/-/hide-powered-by-1.1.0.tgz",
|
||||
"_shasum": "be3ea9cab4bdb16f8744be873755ca663383fa7a",
|
||||
"_spec": "hide-powered-by@1.1.0",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\helmet",
|
||||
"author": {
|
||||
"name": "Adam Baldwin",
|
||||
"email": "adam@npmjs.com",
|
||||
"url": "https://evilpacket.net"
|
||||
"description": "Middleware to remove the X-Powered-By header",
|
||||
"version": "1.1.0",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"helmet",
|
||||
"security",
|
||||
"express",
|
||||
"connect",
|
||||
"x-powered-by",
|
||||
"powered-by"
|
||||
],
|
||||
"homepage": "https://helmetjs.github.io/docs/hide-powered-by/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/helmetjs/hide-powered-by.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/helmetjs/hide-powered-by/issues",
|
||||
"email": "me@evanhahn.com"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Evan Hahn",
|
||||
"email": "me@evanhahn.com",
|
||||
"url": "https://evanhahn.com"
|
||||
}
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"dist/index.js",
|
||||
"dist/index.d.ts"
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "Middleware to remove the X-Powered-By header",
|
||||
"scripts": {
|
||||
"pretest": "npm run lint",
|
||||
"prepublishOnly": "npm run build",
|
||||
"lint": "eslint --fix '**/*.ts'",
|
||||
"test": "jest --config test/jest-config.json",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "npm run clean && tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/connect": "^3.4.32",
|
||||
"@types/jest": "^24.0.12",
|
||||
@@ -54,41 +57,5 @@
|
||||
"supertest": "^4.0.2",
|
||||
"ts-jest": "^24.0.2",
|
||||
"typescript": "^3.4.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"CHANGELOG.md",
|
||||
"dist/index.js",
|
||||
"dist/index.d.ts"
|
||||
],
|
||||
"homepage": "https://helmetjs.github.io/docs/hide-powered-by/",
|
||||
"keywords": [
|
||||
"helmet",
|
||||
"security",
|
||||
"express",
|
||||
"connect",
|
||||
"x-powered-by",
|
||||
"powered-by"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./dist/index.js",
|
||||
"name": "hide-powered-by",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/helmetjs/hide-powered-by.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": "1.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user