UNPKG

seespee

Version:

Create a Content-Security-Policy for a website based on the statically decidable relations

58 lines (57 loc) 1.52 kB
{ "name": "seespee", "version": "3.1.0", "description": "Create a Content-Security-Policy for a website based on the statically decidable relations", "main": "lib/seespee.js", "scripts": { "test": "mocha", "lint": "eslint . && prettier --check '**/*.{js,md}'", "test:ci": "npm run coverage", "coverage": "nyc --reporter=lcov --reporter=text --all -- mocha && echo google-chrome coverage/lcov-report/index.html" }, "repository": { "type": "git", "url": "git://github.com/papandreou/seespee/" }, "keywords": [ "CSP", "Content-Security-Policy", "XSS" ], "author": "Andreas Lind <andreaslindpetersen@gmail.com>", "license": "BSD-3-Clause", "dependencies": { "assetgraph": "^7.9.0", "chalk": "^4.0.0", "lodash": "^4.16.4", "magicpen": "^6.0.2", "magicpen-prism": "^5.0.0", "urltools": "^0.4.2", "yargs": "^17.4.1" }, "bin": { "seespee": "lib/cli.js" }, "devDependencies": { "coveralls": "^3.0.1", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-mocha": "^10.0.1", "eslint-plugin-n": "^15.1.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^5.0.0", "httpception": "^4.0.0", "mocha": "^8.3.0", "nyc": "^15.0.0", "prettier": "~2.5.0", "unexpected": "^12.0.0" }, "nyc": { "include": [ "lib/**" ] } }