{"_id":"@assemblylanguage/content-security-policy","_rev":"1-27e70d448660a18865d017df575610a1","name":"@assemblylanguage/content-security-policy","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@assemblylanguage/content-security-policy","version":"1.0.0","description":"Modifies Content-Security-Policy values in a document.","author":{"name":"assemblylanguage"},"license":"AGPLv3","repository":{"type":"git","url":"git+https://github.com/assemblylanguage/content-security-policy.git"},"main":"./out/index.js","types":"./out/index.d.ts","scripts":{"build":"npx tsc","test":"npx ava","docs":"npx typedoc","all":"npx tsc && npx ava && npx typedoc"},"dependencies":{},"devDependencies":{"@types/jsdom":"16.2.5","@types/node":"15.6.1","@typescript-eslint/eslint-plugin":"4.15.1","@typescript-eslint/parser":"4.15.1","ava":"3.15.0","eslint":"7.17.0","eslint-config-airbnb-base":"14.2.1","eslint-config-airbnb-typescript":"15.0.0","eslint-plugin-import":"2.25.2","jsdom":"16.4.0","ts-loader":"8.0.13","typedoc":"0.22.10","typescript":"4.1.2"},"gitHead":"d44378807468a7ab0ab5d205dfb76d04ea79d450","bugs":{"url":"https://github.com/assemblylanguage/content-security-policy/issues"},"homepage":"https://github.com/assemblylanguage/content-security-policy#readme","_id":"@assemblylanguage/content-security-policy@1.0.0","_nodeVersion":"12.22.5","_npmVersion":"8.4.0","dist":{"integrity":"sha512-Jl3Tx8qfzcwFfBxchzJRNvTp79kJ+fCwKOkBU66Vl75KEG1wlj3+72+SLRBbI9cmgQrMNr7iywHvIPMi+N9K3A==","shasum":"51c5634e7fccc7a9ff2fe73b9ae93e85e665a430","tarball":"https://registry.npmjs.org/@assemblylanguage/content-security-policy/-/content-security-policy-1.0.0.tgz","fileCount":39,"unpackedSize":283627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh80mzCRA9TVsSAnZWagAAvmoP/1CnKb8QygJ2Hbq3YPun\nl3KEiDzwURJy7EdHW6q+yz/BKqLn65XZrUvc9N+uAq6zuPIIGKOE/SSRbOCL\nJWodQF90cMHpeItUAm1/DgTb505wnPTGLK5H/Sa427hbNMkod2bVWkF7IA0d\ngEP8qko2rgUvGXt9u1V28KbExAcC1OAJYp9XX2YEM0OvVEQQUTMKtW2dDzAg\n4qDlEPa0n95oJ3PtWcPjTtnHl/dwqQ6KHD0NVGmZ4ib0Mx3FSfzaeZTmiyNJ\nX6ERLPbYcR0KJoIp3r6zYGrS+ulD1QhdDANXObmW3sUiu9BR6R49E+go0dvR\nRTuCayA/eNBqATHc5TbOLWpAtz3Hr8GKQVBPvGOd2OFoFyR7VqLM9RvJNVB4\nQ8aMfAAahLGWI2tHdCwjigUjacLmXgdEvJCCQ79FkFTL+CITy2prS/4jCZdZ\nKTzFeV/ee1edim4FOa7Xtbjdhm2ETIYisGNph+If/5XK+IdRjJqKTkXcMcEf\nXRBTFgjE7TDvWbXB52DnqeqcYWY6jkRoNLAH2Ey4N0C4BV8V3lKciL5otkt2\nWeqlduntuRjkTvIvhnRhvN7GsmsPQH1/Fa+eK2iRayv92OPXvw4VGrrIh7ty\n2D3NzBBt5fN85sYY7Ir1hxCJMPl4KFgeSvsvCExLe3/pgNIF6Oysu3QkTobj\nXc8i\r\n=vxqJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBuWzVQVMSs0UYaRsuznioSRYvH2YMqPfBg/5Fwc10qxAiEA+5bi4VURSzqyQNznUmOPc1TOxUmbPm1B0Cn1it6j2xU="}]},"_npmUser":{"name":"assemblylanguage","email":"assemblylanguage@protonmail.com"},"directories":{},"maintainers":[{"name":"assemblylanguage","email":"assemblylanguage@protonmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/content-security-policy_1.0.0_1643334067211_0.07510176391273271"},"_hasShrinkwrap":false}},"time":{"created":"2022-01-28T01:41:07.145Z","1.0.0":"2022-01-28T01:41:07.418Z","modified":"2022-04-04T15:50:55.343Z"},"maintainers":[{"name":"assemblylanguage","email":"assemblylanguage@protonmail.com"}],"description":"Modifies Content-Security-Policy values in a document.","homepage":"https://github.com/assemblylanguage/content-security-policy#readme","repository":{"type":"git","url":"git+https://github.com/assemblylanguage/content-security-policy.git"},"author":{"name":"assemblylanguage"},"bugs":{"url":"https://github.com/assemblylanguage/content-security-policy/issues"},"license":"AGPLv3","readme":"# Content Security Policy\n\n## Table of Contents\n\n* [Overview](#overview)\n* [Installation](#installation)\n* [Building](#building)\n* [License](#license)\n\n## Overview\n\nModifies Content-Security-Policy values in a document.\n\n## Installation\n\nInstall by downloading the package from NPM:\n\n```sh\nnpm install @assemblylanguage/content-security-policy\n```\n\n## Building\n\nInstructions for building from source:\n\n```sh\ngit clone https://github.com/assemblylanguage/content-security-policy\ncd content-security-policy\nnpm install --force\nnpm run all\n```\n\nIf the build was successful:\n\n* The library will be built at `./out`\n* The docs will be built at `./docs`\n\n## License\n\n(C) AssemblyLanguage 2022, Licensed under the GNU AGPLv3.\n\n### Commercial Usage\n\nCommercial usage is allowed subject to the terms of the GNU AGPLv3 license. For license exceptions, reach out to `assemblylanguage@protonmail.com`.\n","readmeFilename":"README.md"}