package.json 1.83 KB
{
  "_from": "helmet-crossdomain@0.3.0",
  "_id": "helmet-crossdomain@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-YiXhj0E35nC4Na5EPE4mTfoXMf9JTGpN4OtB4aLqShKuH9d2HNaJX5MQoglO6STVka0uMsHyG5lCut5Kzsy7Lg==",
  "_location": "/helmet-crossdomain",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "helmet-crossdomain@0.3.0",
    "name": "helmet-crossdomain",
    "escapedName": "helmet-crossdomain",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/helmet"
  ],
  "_resolved": "https://registry.npmjs.org/helmet-crossdomain/-/helmet-crossdomain-0.3.0.tgz",
  "_shasum": "707e2df930f13ad61f76ed08e1bb51ab2b2e85fa",
  "_spec": "helmet-crossdomain@0.3.0",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet",
  "author": {
    "name": "Evan Hahn",
    "email": "me@evanhahn.com",
    "url": "https://evanhahn.com"
  },
  "bugs": {
    "url": "https://github.com/helmetjs/crossdomain/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Set the X-Permitted-Cross-Domain-Policies header in Express apps",
  "devDependencies": {
    "connect": "^3.6.6",
    "mocha": "^5.2.0",
    "standard": "^11.0.1",
    "supertest": "^3.1.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "https://github.com/helmetjs/crossdomain#readme",
  "keywords": [
    "security",
    "express",
    "connect",
    "crossdomain.xml",
    "x-permitted-cross-domain-policies",
    "flash"
  ],
  "license": "MIT",
  "name": "helmet-crossdomain",
  "repository": {
    "type": "git",
    "url": "git://github.com/helmetjs/crossdomain.git"
  },
  "scripts": {
    "pretest": "standard --fix",
    "test": "mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "version": "0.3.0"
}