{"_id":"rollup-plugin-preserve-shebang","_rev":"10-6f7a7d230b0fd840cc15b724bcda974c","name":"rollup-plugin-preserve-shebang","time":{"modified":"2022-05-16T04:34:21.891Z","created":"2017-12-12T00:47:21.360Z","0.1.0":"2017-12-12T00:47:21.360Z","0.1.1":"2017-12-12T00:49:35.670Z","0.1.2":"2017-12-12T00:56:11.681Z","0.1.3":"2017-12-12T01:03:33.216Z","0.1.4":"2017-12-12T01:32:15.524Z","0.1.5":"2018-01-22T22:45:36.754Z","0.1.6":"2018-01-24T02:41:26.610Z","1.0.0":"2020-05-22T02:33:41.778Z","1.0.1":"2020-06-13T00:00:28.227Z"},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"dist-tags":{"latest":"1.0.1"},"description":"Automatically preserve a shebang in your entry file.","readme":"# rollup-plugin-preserve-shebang\n\nAutomatically preserve a shebang in your entry file.\n\nIf you're building CLI's with Rollup, this will fix your npm `bin` being broken :)\n\n## Installation\n\n`npm i -D rollup-plugin-preserve-shebang`\n\n## Usage\n\n```js\nimport shebang from 'rollup-plugin-preserve-shebang';\n\nexport default {\n    plugins: [\n        shebang()\n    ]\n}\n```\n\n```js\nshebang({\n    // Override the entry. By default, uses `input` from config:\n    entry: path.resolve(process.cwd(), 'src/foo.js'),\n\n    // You can also set it manually if you want, which will always prepend it:\n    shebang: '#!/usr/bin/env node'\n})\n```\n\n## License\n\nMIT\n","versions":{"0.1.1":{"name":"rollup-plugin-preserve-shebang","version":"0.1.1","description":"Automatically preserve a shebang in your entry file.","main":"dist/index.js","module":"index.js","scripts":{"prepare":"babel index.js -d dist"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":[["env",{"loose":true,"node":4}]]},"keywords":["rollup","plugin","shebang"],"files":["index.js","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.1","eslint-config-developit":"^1.1.1"},"gitHead":"609d6d32b0d0a17240e9d28b0aaacea616fcd9be","_id":"rollup-plugin-preserve-shebang@0.1.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"integrity":"sha512-rGUAz6acCjTmJl96+I2S6Ts6IwlrSutmEtg0VYJE06v76R3S/oxmfTypDKnQEUiBp6j237Zxf/2WgJ1J28aLgQ==","shasum":"b6b9b3ed88e245bf7d67608b1054743112272042","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-0.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH+aAOrWyG/AS/C/VU5ql3AnVh9iUb791+Sc3PgrJeRRAiA0oEpRo9Q9vNPr+c/mrme5lpBc1MuMI4tJ3U6TW+mK+Q=="}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang-0.1.1.tgz_1513039775590_0.3636777731589973"},"directories":{}},"0.1.2":{"name":"rollup-plugin-preserve-shebang","version":"0.1.2","description":"Automatically preserve a shebang in your entry file.","main":"dist/index.js","module":"index.js","scripts":{"prepare":"babel index.js -d dist","test":"eslint index.js","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":[["env",{"loose":true,"node":4}]]},"keywords":["rollup","plugin","shebang"],"files":["index.js","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.1","eslint-config-developit":"^1.1.1"},"gitHead":"7fe76ddb1141a38c952118cb257d9833540ae4ee","_id":"rollup-plugin-preserve-shebang@0.1.2","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"integrity":"sha512-P8bnzu4xtr9B5ftMyLK6cawVL4hDyLaTP50y/GYWv/AW3+7qn1YlQeSyh6YDzl4SJj7+BYCUxInAHJgNosbt8g==","shasum":"3806b02dad49161700ff69226fc2e2df55853695","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-0.1.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH+WQWHbhTZd68Yh2NQ/GHdkQEeuJGB/hZj6utc6QRGhAiEApSXEkIYRHrom5aGshbbwpxElwk0Zeuu0x+bgaowcMGI="}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang-0.1.2.tgz_1513040171623_0.192921792389825"},"directories":{}},"0.1.3":{"name":"rollup-plugin-preserve-shebang","version":"0.1.3","description":"Automatically preserve a shebang in your entry file.","main":"dist/index.js","module":"index.js","scripts":{"prepare":"babel index.js -d dist","test":"eslint index.js","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":[["env",{"loose":true,"node":4}]]},"keywords":["rollup","plugin","shebang"],"files":["index.js","dist"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.1","eslint-config-developit":"^1.1.1"},"dependencies":{"magic-string":"^0.22.4"},"gitHead":"6d1e7a8fa2a2a0c75c57e7f66f710a1d44b8cfbe","_id":"rollup-plugin-preserve-shebang@0.1.3","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"integrity":"sha512-sONcsEAjBlQX4oMloVi3NR1L3WP8zzRbwiFG/q9y6iU+m58/jj0PbdmU235q4riwCUZfZUnBHERYljrh6f8ouA==","shasum":"51e3fa2bf85317f644f11565cd36e3a1480b5fe0","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-0.1.3.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDQymxkPYUNI10GqnHOhGVhwOpKXRvV/LsXYnlQZzk7OAiAa4Ii436kbJ4J7SqvW9ZpE/+jtIqxJn0m3Fe9/L/KHWA=="}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang-0.1.3.tgz_1513040613087_0.3416297051589936"},"directories":{}},"0.1.4":{"name":"rollup-plugin-preserve-shebang","version":"0.1.4","description":"Automatically preserve a shebang in your entry file.","main":"dist/index.js","module":"index.js","scripts":{"prepare":"babel index.js -d dist","test":"eslint index.js","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":[["env",{"loose":true,"node":4}]]},"keywords":["rollup","plugin","shebang"],"files":["index.js","dist"],"repository":{"type":"git","url":"git+https://github.com/developit/rollup-plugin-preserve-shebang.git"},"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.1","eslint-config-developit":"^1.1.1"},"dependencies":{"magic-string":"^0.22.4"},"gitHead":"6c9363c04693303c09780361a6f457d70e8327e7","bugs":{"url":"https://github.com/developit/rollup-plugin-preserve-shebang/issues"},"homepage":"https://github.com/developit/rollup-plugin-preserve-shebang#readme","_id":"rollup-plugin-preserve-shebang@0.1.4","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"integrity":"sha512-pMaMapKyHCPZUi7+aZyOnwz/A3yZaMo29n/G6tYf+3zHhbszm5SHMeqfrYOzGZEs23dts0xzlf5zyozlqay58g==","shasum":"caacb7b8d2325e9215f924b8b6a60b023e24bdbf","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-0.1.4.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWPSxN2DhC6VRy8BcyWSx+IzF97TFbxOVBlUmZxhb13AiAbKEadqPoDVehY1N8sQuv7wDehbKx+GFbiNtnNe5kFZA=="}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang-0.1.4.tgz_1513042335449_0.636344711529091"},"directories":{}},"0.1.5":{"name":"rollup-plugin-preserve-shebang","version":"0.1.5","description":"Automatically preserve a shebang in your entry file.","main":"dist/index.js","module":"index.js","scripts":{"prepare":"babel index.js -d dist","test":"eslint index.js","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":[["env",{"loose":true,"node":4}]]},"keywords":["rollup","plugin","shebang"],"files":["index.js","dist"],"repository":{"type":"git","url":"git+https://github.com/developit/rollup-plugin-preserve-shebang.git"},"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.1","eslint-config-developit":"^1.1.1"},"dependencies":{"magic-string":"^0.22.4"},"gitHead":"38f91b4879c6a8b6768ebda874a5a4d6eb93e7a9","bugs":{"url":"https://github.com/developit/rollup-plugin-preserve-shebang/issues"},"homepage":"https://github.com/developit/rollup-plugin-preserve-shebang#readme","_id":"rollup-plugin-preserve-shebang@0.1.5","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"integrity":"sha512-CRiRcxuxYa4XHzHigTEYBY6wwxl8e604OfVFOiW5eoqSPz826gV4hRYKmqOUiCd4oyRXuKCvQ9vlbODKl4UC8A==","shasum":"c4f974dd2a9e1168923f7c3686bf8b4636708a75","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-0.1.5.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqaGk2Qe390EKq0UYWwCsVvw1ieEjTeBPRv3nnOmkqeQIgSVXVlOnu+09tX+yzAK6t2tf9rxv+35cwQV0j5o4lW3U="}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang-0.1.5.tgz_1516661136593_0.9931616629473865"},"directories":{}},"0.1.6":{"name":"rollup-plugin-preserve-shebang","version":"0.1.6","description":"Automatically preserve a shebang in your entry file.","main":"dist/index.js","module":"index.js","scripts":{"prepare":"babel index.js -d dist","test":"eslint index.js","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"eslint-config-developit"},"babel":{"presets":[["env",{"loose":true,"node":4}]]},"keywords":["rollup","plugin","shebang"],"files":["index.js","dist"],"repository":{"type":"git","url":"git+https://github.com/developit/rollup-plugin-preserve-shebang.git"},"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"babel-cli":"^6.26.0","babel-preset-env":"^1.6.1","eslint":"^4.13.1","eslint-config-developit":"^1.1.1"},"dependencies":{"magic-string":"^0.22.4"},"gitHead":"d8cee100d4e44103fce7ffcd8bdd2b65dcf5a131","bugs":{"url":"https://github.com/developit/rollup-plugin-preserve-shebang/issues"},"homepage":"https://github.com/developit/rollup-plugin-preserve-shebang#readme","_id":"rollup-plugin-preserve-shebang@0.1.6","_npmVersion":"5.5.1","_nodeVersion":"8.9.2","_npmUser":{"name":"developit","email":"jason@developit.ca"},"dist":{"integrity":"sha512-b+psdlXZOjmlnKmL6/YAkR8PR15VPcUNXdT35urBRJ8jE6UxHyb4HXeeN3qRZJbMJJaX1eRP72XwH6IvGFh5Jw==","shasum":"8cfc4c555d4ca87b9fbb7712869158db0e080d4a","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-0.1.6.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1f1Iq/9JRpd4D3ihVGq9ppoREdNxWzSh5twHRxz9XHQIhALy4j11IMHue5RaSY9SNL00Ouf2sapb7YmtpZa2ke+ER"}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang-0.1.6.tgz_1516761686538_0.9773751120083034"},"directories":{}},"1.0.0":{"name":"rollup-plugin-preserve-shebang","version":"1.0.0","description":"Automatically preserve a shebang in your entry file.","main":"index.js","module":"index.mjs","exports":{"import":"index.mjs","default":"index.js"},"scripts":{"prepare":"cjyes","test":"eslint index.mjs","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"developit"},"keywords":["rollup","plugin","shebang","hashbang"],"repository":{"type":"git","url":"git+https://github.com/developit/rollup-plugin-preserve-shebang.git"},"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"cjyes":"^0.3.1","eslint":"^7.0.0","eslint-config-developit":"^1.2.0","rollup":"^2.10.5"},"dependencies":{"magic-string":"^0.25.7"},"gitHead":"731139a835159d6e0ab0be4d2c324825b4abdc50","bugs":{"url":"https://github.com/developit/rollup-plugin-preserve-shebang/issues"},"homepage":"https://github.com/developit/rollup-plugin-preserve-shebang#readme","_id":"rollup-plugin-preserve-shebang@1.0.0","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-4bOul8jlkjPY/fC7YxpuL+svM+EhdS49Kl2dfWDTuKowSTwwCITCEsZhujdDp91ke3+sko+Z2Up80zbZU7sHmg==","shasum":"6f82e122a2c898f75a59e04d45d3d903dfa00a3a","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-1.0.0.tgz","fileCount":4,"unpackedSize":3584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexzoGCRA9TVsSAnZWagAALL0QAJwN1KZjvl9+m4aqZ9fu\nUBfi2lpKL+Jh/eyuMUbfhOIFY9AW7b/T85hfoQw2eg1ABYFnHD4H5A9tmKdh\nyAq1XiYqb8iEdwEovyE1PFrew5FM+Wtqrg1qsdSE3ryddwdKrROdY4f8zjsS\nIwQvY66uEjbqhEDJMN1gtnk9zHT49waPDswVONsTjJwrYzFnLlphzVLY26F0\n7NZ34fDVJTn54R7pE8xhH5kF5xHzklwVa0lznakVm0Z1kCw6Aq6STmezxCW6\n55oeONvO3VwylGrjfm4laCZgKNbol4C2j1IRAk8Kk+hHfOHRydfQbxkScgzq\nc8NfkD03kmTnx9jSlTas+LhQixPaFHDLIAV1yJCjk5ltPcMdn2qL99Owsy2k\nVfpNOPt/w5iEWPDRD/Y7LJ65S+IfrQhLyV4CI6rm5xsOEndFRWtXiXjmBu4O\nO2tffYacd5n9iBoEaefWrVu5lxH3SATISuPhwNx6xykrgrufHglzXzJB/v69\nFfnmBcmdb6Iw1oXNF9oCvmsCJisFhAG9UeM53TeEfZTwub+lQXlbSmH5MhZ3\n0+q+Itsx4HX6DM37KsA/adJGS4aN28pU0MYXbXEPJcF7iELYDYerahGbZEjk\nkFxIqqyyZL5Nj4MqWo5Gjn8YUjdDyITXzwyYcd0QK/5GKpzo7j7mGTi0dZdE\neyz2\r\n=W6uG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXRVIqfP0a5WfEMDsYI6yKu/E8JGQ+CCnF20+5xdrIGgIhAKDuFs4nJtzbKyHTrVEClskcbpC3E3VPiKRT8zUtwTlb"}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang_1.0.0_1590114821169_0.2804666412041721"},"_hasShrinkwrap":false},"1.0.1":{"name":"rollup-plugin-preserve-shebang","version":"1.0.1","description":"Automatically preserve a shebang in your entry file.","main":"index.js","module":"index.mjs","exports":{"import":"./index.mjs","default":"./index.js"},"scripts":{"prepare":"cjyes","test":"eslint index.mjs","release":"npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"},"eslintConfig":{"extends":"developit"},"keywords":["rollup","plugin","shebang","hashbang"],"repository":{"type":"git","url":"git+https://github.com/developit/rollup-plugin-preserve-shebang.git"},"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","devDependencies":{"cjyes":"^0.3.1","eslint":"^7.0.0","eslint-config-developit":"^1.2.0","rollup":"^2.10.5"},"dependencies":{"magic-string":"^0.25.7"},"gitHead":"cc98df81e83bb19d5e6e469bce77a93f577da045","bugs":{"url":"https://github.com/developit/rollup-plugin-preserve-shebang/issues"},"homepage":"https://github.com/developit/rollup-plugin-preserve-shebang#readme","_id":"rollup-plugin-preserve-shebang@1.0.1","_nodeVersion":"14.4.0","_npmVersion":"6.14.5","dist":{"integrity":"sha512-gk7ExGBqvUinhgrvldKHkAKXXwRkWMXMZymNkrtn50uBgHITlhRjhnKmbNGwAIc4Bzgl3yLv7/8Fhi/XeHhFKg==","shasum":"17109cdb4ed12c3cac9379b802182427cdbee5a1","tarball":"https://registry.npmjs.org/rollup-plugin-preserve-shebang/-/rollup-plugin-preserve-shebang-1.0.1.tgz","fileCount":4,"unpackedSize":3589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe5BccCRA9TVsSAnZWagAAHWcQAIV9ySeFiNusLwCGNHZG\nRKAPdSNtsHSAVay41CHWpHjOhAb0Dk9z+Q1JQX+Qe8lefzjFY9A+Sf+8Js+H\ndkbvLIipDm6RyIcT/Z1Ff5sRsmRKJ30f9sBW5QCs3JVJzFB2SlV6boSavQ8M\nW5cUG7qbxJoX8cNgoSquVg2HW6wp9WyjiqlBPip/IrYm6QmQ6orpMdUZz5rd\nFIAAOstkL6KPhhTkcX+85o3i2Smgg5QAWBeduDYcRJ9Pmk96as2g/J3mkHCh\nvLwLqfkB8gD0tH5YHqm1ktiiWkt5NFXWh2vE9HPlD9e/v81WI44jW1kI6BFI\nG0r1BwrWK3fjDd5QtufCKYZWKbclnnfM3WfL5bDpVUIoAadQxHg4u6jUYlPX\n0znMsVoBFEV6Uh7NsqvP+FiZ0c8p7WtUhjdDgdmpmiN7ccTDczloXXq0oAwt\nZ0f74bFTigpJ6Wlu9ce0cjEfX54MRKRsifvqshENofDT+i8DCuEinvhbOLje\nazU7q023hM/yFh+1e3idDIHD30ULtQEsu5h80TKSLEwGFjwpem/TLmEL6w2L\ngPSFTgkRE2SZdFpvKDU/pE/aMDDjS/7UxfwBFLg9YwAa1YJMNB4x2C/h2TNL\n40QPEQ6ethYQ1d0zI7vn1YkHxw2aGXX5/gAMAy+8E/qaoDNuTKd/RFo3Blqa\nGul+\r\n=3Eyu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkRfEZXjm0GsEBGOdak4358gjmNahkv54OFbGTMe+t7AiEAwrc3aRp/HUGja3anTOkJE6ymgLjz5wgZUjmz5o3UqKk="}]},"maintainers":[{"name":"developit","email":"jason@developit.ca"}],"_npmUser":{"name":"developit","email":"jason@developit.ca"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rollup-plugin-preserve-shebang_1.0.1_1592006427997_0.3132981794173155"},"_hasShrinkwrap":false}},"keywords":["rollup","plugin","shebang","hashbang"],"author":{"name":"Jason Miller","email":"jason@developit.ca","url":"http://jasonformat.com"},"license":"MIT","readmeFilename":"README.md","homepage":"https://github.com/developit/rollup-plugin-preserve-shebang#readme","repository":{"type":"git","url":"git+https://github.com/developit/rollup-plugin-preserve-shebang.git"},"bugs":{"url":"https://github.com/developit/rollup-plugin-preserve-shebang/issues"}}