| Current Path : /var/www/html/test/wetty2/node_modules/ienoopen/ |
| Current File : /var/www/html/test/wetty2/node_modules/ienoopen/package.json |
{
"_args": [
[
{
"raw": "ienoopen@1.1.0",
"scope": null,
"escapedName": "ienoopen",
"name": "ienoopen",
"rawSpec": "1.1.0",
"spec": "1.1.0",
"type": "version"
},
"/var/www/html/test/wetty/node_modules/helmet"
]
],
"_from": "ienoopen@1.1.0",
"_hasShrinkwrap": false,
"_id": "ienoopen@1.1.0",
"_inCache": true,
"_location": "/ienoopen",
"_nodeVersion": "11.10.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ienoopen_1.1.0_1552241575019_0.6775495653212977"
},
"_npmUser": {
"name": "evanhahn",
"email": "me@evanhahn.com"
},
"_npmVersion": "6.7.0",
"_phantomChildren": {},
"_requested": {
"raw": "ienoopen@1.1.0",
"scope": null,
"escapedName": "ienoopen",
"name": "ienoopen",
"rawSpec": "1.1.0",
"spec": "1.1.0",
"type": "version"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/ienoopen/-/ienoopen-1.1.0.tgz",
"_shasum": "411e5d530c982287dbdc3bb31e7a9c9e32630974",
"_shrinkwrap": null,
"_spec": "ienoopen@1.1.0",
"_where": "/var/www/html/test/wetty/node_modules/helmet",
"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"
}
],
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"integrity": "sha512-MFs36e/ca6ohEKtinTJ5VvAJ6oDRAYFdYXweUnGY9L9vcoqFOU4n2ZhmJ0C4z/cwGZ3YIQRSB3XZ1+ghZkY5NQ==",
"shasum": "411e5d530c982287dbdc3bb31e7a9c9e32630974",
"tarball": "https://registry.npmjs.org/ienoopen/-/ienoopen-1.1.0.tgz",
"fileCount": 6,
"unpackedSize": 4245,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJchVOnCRA9TVsSAnZWagAAtoQP/i9ESo0CmUmStxXQupvx\nUOoIBT5HHO0LyDEBuq0UIQWUROle7ChNNNBsxbYNW975pkQsHPhc+80IfzNP\nH9Sq5fkZoHwB4QFDDi34Go6lv1OeXiZ2+T2JYbeDIG3hei0dOlayVvUe5uet\nIa5/ITuUpoFzhuGGkYw8WCqS4L/Dg0z0a/BUaCvUQTbuZ05RiqAuSGg9Snpk\nz5lhMgHN3Ug7NbE+OB3Hacdjs9/5j4k24maj2PUShDrkSv9TOQ/bT+bWUMSn\n83oGBGVE4r796QbVKWEhOjkJaVameGXq9cvZCM7GdoAVyZXzTODZ1duHHj0n\naDyBG+91CwcqrF4Q6kbZWswQuayX/AMthkW/dGWcQsi1QwDf6dnyUO9EwJZR\ngHVtj1Q/ghN4R+VCBKawZfbP7HJ4OjxD37b9uPCxO3KmrTE3Ty4GFDuaDXpR\nuP54HaoPiwZxAeRQgce6z5oi+ZoTH3YFIIS7fjXoPjzVybarz4ZGaPqE9x0K\nigkfUc7Z8QQ21eQSR5zg7nLtFvZGVeisFUUbgE9wvvusffTfwvFunER4rwJL\nVfrsgtrBIXzGXC6Gwpsh36WSC6jCfd7tADjLRqlPdftQ+80CWUtJon6zyqd4\ntGOjr1swhb5JM8e5ptbUJI0t8CGRdVI93IZyK6ka711XMjABXeKrWiKlzPIs\n5yGL\r\n=tdx+\r\n-----END PGP SIGNATURE-----\r\n"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "4d29c12eb4db003c51428e65d8946f6232448981",
"homepage": "https://helmetjs.github.io/docs/ienoopen/",
"keywords": [
"helmet",
"security",
"express",
"connect",
"noopen",
"x-download-options"
],
"license": "MIT",
"main": "./dist/index.js",
"maintainers": [
{
"name": "evanhahn",
"email": "me@evanhahn.com"
}
],
"name": "ienoopen",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}