89 lines
2.2 KiB
JSON
89 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"ienoopen@1.1.0",
|
|
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
|
|
]
|
|
],
|
|
"_from": "ienoopen@1.1.0",
|
|
"_id": "ienoopen@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-MFs36e/ca6ohEKtinTJ5VvAJ6oDRAYFdYXweUnGY9L9vcoqFOU4n2ZhmJ0C4z/cwGZ3YIQRSB3XZ1+ghZkY5NQ==",
|
|
"_location": "/ienoopen",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ienoopen@1.1.0",
|
|
"name": "ienoopen",
|
|
"escapedName": "ienoopen",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/helmet"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ienoopen/-/ienoopen-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
|
|
"author": {
|
|
"name": "Adam Baldwin",
|
|
"email": "adam@npmjs.com",
|
|
"url": "https://evilpacket.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/helmetjs/ienoopen/issues",
|
|
"email": "me@evanhahn.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Evan Hahn",
|
|
"email": "me@evanhahn.com",
|
|
"url": "https://evanhahn.com"
|
|
}
|
|
],
|
|
"description": "Middleware for IE security. Set X-Download-Options to noopen.",
|
|
"devDependencies": {
|
|
"@types/connect": "^3.4.32",
|
|
"@types/jest": "^24.0.9",
|
|
"@types/supertest": "^2.0.7",
|
|
"connect": "^3.6.6",
|
|
"jest": "^24.3.1",
|
|
"supertest": "^3.3.0",
|
|
"ts-jest": "^24.0.0",
|
|
"tslint": "^5.13.1",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"homepage": "https://helmetjs.github.io/docs/ienoopen/",
|
|
"keywords": [
|
|
"helmet",
|
|
"security",
|
|
"express",
|
|
"connect",
|
|
"noopen",
|
|
"x-download-options"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"name": "ienoopen",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/helmetjs/ienoopen.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && tsc",
|
|
"clean": "rm -rf dist",
|
|
"lint": "tslint --project . --fix",
|
|
"prepublishOnly": "npm run build",
|
|
"pretest": "npm run lint",
|
|
"test": "jest --config test/jest-config.json"
|
|
},
|
|
"typings": "./dist/index.d.ts",
|
|
"version": "1.1.0"
|
|
}
|