package.json 1.75 KB
{
  "_from": "dns-prefetch-control@0.1.0",
  "_id": "dns-prefetch-control@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-YN20V3dOF48flBXwyrsOhbCzALI=",
  "_location": "/dns-prefetch-control",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dns-prefetch-control@0.1.0",
    "name": "dns-prefetch-control",
    "escapedName": "dns-prefetch-control",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/dns-prefetch-control/-/dns-prefetch-control-0.1.0.tgz",
  "_shasum": "60ddb457774e178f1f9415f0cabb0e85b0b300b2",
  "_spec": "dns-prefetch-control@0.1.0",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet",
  "author": {
    "name": "Evan Hahn",
    "email": "me@evanhahn.com",
    "url": "http://evanhahn.com"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/dns-prefetch-control/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Middleware to set X-DNS-Prefetch-Control header.",
  "devDependencies": {
    "connect": "^3.4.0",
    "mocha": "^2.3.4",
    "standard": "^5.4.1",
    "supertest": "^1.1.0"
  },
  "homepage": "https://github.com/helmetjs/dns-prefetch-control#readme",
  "keywords": [
    "helmet",
    "security",
    "express",
    "connect",
    "x-dns-prefetch-control",
    "dns",
    "prefetch"
  ],
  "license": "MIT",
  "name": "dns-prefetch-control",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/dns-prefetch-control.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "standard": {
    "global": [
      "beforeEach",
      "describe",
      "it"
    ]
  },
  "version": "0.1.0"
}