/
websites
/
operateit-node
/
node_modules
/
node-guard
/
Upload File
HOME
{ "_from": "node-guard@^1.0.0", "_id": "node-guard@1.0.0", "_inBundle": false, "_integrity": "sha1-5FSb63kcOxyEJ1WlJztzvosICjQ=", "_location": "/node-guard", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "node-guard@^1.0.0", "name": "node-guard", "escapedName": "node-guard", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/@adonisjs/shield" ], "_resolved": "https://registry.npmjs.org/node-guard/-/node-guard-1.0.0.tgz", "_shasum": "e4549beb791c3b1c842755a5273b73be8b080a34", "_spec": "node-guard@^1.0.0", "_where": "D:\\xampp\\htdocs\\operateit\\node_modules\\@adonisjs\\shield", "author": { "name": "amanvirk" }, "bugs": { "url": "https://github.com/poppinss/node-guard/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "General purpose I/O module to add following http headers to keep your webpages securing them from malware attacks. This module can be used with any node http server.", "devDependencies": { "chai": "^3.4.1", "co-mocha": "^1.1.2", "coveralls": "^2.11.6", "istanbul": "^0.4.1", "mocha": "^2.3.4", "mocha-lcov-reporter": "^1.0.0", "standard": "^5.4.1", "supertest": "^1.1.0" }, "directories": { "test": "test" }, "homepage": "https://github.com/poppinss/node-guard#readme", "keywords": [ "xss", "frameguard", "nosniff", "noopen" ], "license": "MIT", "main": "index.js", "name": "node-guard", "repository": { "type": "git", "url": "git+https://github.com/poppinss/node-guard.git" }, "scripts": { "coverage": "istanbul cover _mocha test --bail", "standard": "standard src/**/*.js", "test": "npm run standard && istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "version": "1.0.0" }