package.json 1.79 KB
{
  "_from": "hide-powered-by@1.0.0",
  "_id": "hide-powered-by@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-SoWtZYgfYoV/xwr3F0oRhNzM4ys=",
  "_location": "/hide-powered-by",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hide-powered-by@1.0.0",
    "name": "hide-powered-by",
    "escapedName": "hide-powered-by",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/hide-powered-by/-/hide-powered-by-1.0.0.tgz",
  "_shasum": "4a85ad65881f62857fc70af7174a1184dccce32b",
  "_spec": "hide-powered-by@1.0.0",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet",
  "author": {
    "name": "Adam Baldwin",
    "email": "baldwin@andyet.net",
    "url": "http://andyet.net/team/baldwin"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/hide-powered-by/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Evan Hahn",
      "email": "me@evanhahn.com",
      "url": "http://evanhahn.com"
    }
  ],
  "deprecated": false,
  "description": "Middleware to remove the X-Powered-By header.",
  "devDependencies": {
    "connect": "^3.3.1",
    "mocha": "^2.0.1",
    "standard": "^5.4.1",
    "supertest": "^1.1.0"
  },
  "homepage": "https://github.com/helmetjs/hide-powered-by#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "x-powered-by",
    "powered-by"
  ],
  "license": "MIT",
  "name": "hide-powered-by",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/hide-powered-by.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "1.0.0"
}