{"name":"editions","version":"2.3.1","keywords":["editions","edition","versions","syntaxes","esnext","jsnext","es2015","es6","es6+"],"author":{"url":"http://bevry.me","name":"2016+ Bevry Pty Ltd","email":"us@bevry.me"},"license":"MIT","_id":"editions@2.3.1","maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"bevryme","email":"us@bevry.me"}],"contributors":[{"url":"http://balupton.com","name":"Benjamin Lupton","email":"b@lupton.cc"},{"url":"http://zdroid.github.io","name":"Zlatan Vasović","email":"zlatanvasovic@gmail.com"},{"url":"http://github.com/apps/dependabot","name":"dependabot[bot]"}],"homepage":"https://github.com/bevry/editions","bugs":{"url":"https://github.com/bevry/editions/issues"},"dist":{"shasum":"3bc9962f1978e801312fbd0aebfed63b49bfe698","tarball":"https://registry.npmjs.org/editions/-/editions-2.3.1.tgz","fileCount":14,"integrity":"sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==","signatures":[{"sig":"MEYCIQDTNBW+mBYJOegpygaWDoC9fxYMgfl08bJ51KFHjXhCLgIhAOqlwr5L5DylX4lzccfeGS8KgbJgqQDrsZXPqlPWYoc6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59368,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexXl/CRA9TVsSAnZWagAAs3sQAIk41QPLpOZNIt5cFDD/\nXy+5n+Ze/31x+Re9il2PAwP7LbXAQ1J9Lb1GfgeTvAv/SyFpM2aB1x5gEPVW\nd3nUtFMoWlIaWwVFS6aO8GH8cJAm0si54lo2IAz8aFS76HgfFvw23GW8fb2w\nA1eirZBZuySJ4OGLcGnKOxzF+76rkcOoDmYUe0NtQrjkFJ+5IPnonoI9T7mk\nxyJVaj3VYPr/PAtpSvGO7UcxgH0d1Ckiy8VPuWtUDlC5G2GmQZRdEFvakzGO\nnBAtQtQeYV8meeD18FOVLmlPOKQLwA4SLY1SRrJS21J8w/FZUUUNOm7+GNTH\nOAkZuyBX7YGUvJuvObwFZw2C5jGBGH9Ea34vA3mKbXY4NRUMESxfq7ByA3zm\nLbqRxODOC3lQc+F9ogOScdqQLdorUPBKPbUkbFdnERDv11o3HRrazrS1rKAC\nZsR4UVoyiPJ/0+GJ1abeGA/wFISsA5KHIBJm35O7mG5C90FyHHSvoD8jkEVm\nASObK1PwStxzLwY6uQyD08LiCeXnIrjnK8iyVt2Gp8m3SsXwEzzlKpA2OpGN\njvbcD8tXOpJZsD9ftfGn1aDXkLC8pT/Ya9nMJmntscHLg2A+hkI4ewgRYzyG\np9fanCQPmMl144zS3rYbsz43YrHsEOb8HCFOBYw2gUy0h/Lv6n+I9xyRZbUM\nwxl7\r\n=5dFO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"edition-es5/index.js","type":"commonjs","types":"./compiled-types/","badges":{"list":["travisci","npmversion","npmdownloads","daviddm","daviddmdev","---","githubsponsors","patreon","flattr","liberapay","buymeacoffee","opencollective","crypto","paypal","wishlist"],"config":{"cryptoURL":"https://bevry.me/crypto","paypalURL":"https://bevry.me/paypal","travisTLD":"com","wishlistURL":"https://bevry.me/wishlist","flattrUsername":"balupton","patreonUsername":"bevry","liberapayUsername":"bevry","buymeacoffeeUsername":"balupton","githubSponsorsUsername":"balupton","opencollectiveUsername":"bevry"}},"engines":{"node":">=0.8"},"funding":"https://bevry.me/fund","gitHead":"b03745b7cd5a09a6fb4984dcab9544f20a794078","scripts":{"test":"node ./edition-es5/test.js","our:meta":"npm run our:meta:docs && npm run our:meta:projectz","our:test":"npm run our:verify && npm test","our:clean":"rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next","our:setup":"npm run our:setup:install","our:deploy":"echo no need for this project","our:verify":"npm run our:verify:directory && npm run our:verify:eslint && npm run our:verify:prettier && npm run our:verify:typescript","our:compile":"npm run our:compile:edition-es5 && npm run our:compile:types","our:release":"npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push","our:meta:docs":"npm run our:meta:docs:typedoc","our:release:tag":"export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"","our:release:push":"git push origin master && git push origin --tags","our:compile:types":"tsc --project tsconfig.json --emitDeclarationOnly --declaration --declarationDir ./compiled-types/ --declarationMap","our:meta:projectz":"projectz compile","our:setup:install":"npm install","our:verify:eslint":"eslint --fix --ignore-pattern '**/*.d.ts' --ignore-pattern '**/vendor/' --ignore-pattern '**/node_modules/' --ext .mjs,.js,.jsx,.ts,.tsx ./source","our:release:prepare":"npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta","our:verify:prettier":"prettier --write ./source/**","our:verify:directory":"npx valid-directory","our:meta:docs:typedoc":"rm -Rf ./docs && typedoc --mode file --exclude '**/+(*test*|node_modules)' --excludeExternals --name \"$npm_package_name\" --readme ./README.md --out ./docs ./source","our:verify:typescript":"tsc --noEmit --project tsconfig.json","our:compile:edition-es5":"tsc --module commonjs --target ES5 --outDir ./edition-es5 --project tsconfig.json && test -d edition-es5/source && ( mv edition-es5/source edition-temp && rm -Rf edition-es5 && mv edition-temp edition-es5 ) || true","our:release:check-dirty":"git diff --exit-code","our:release:check-changelog":"cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)"},"_npmUser":{"name":"bevryme","email":"us@bevry.me"},"editions":[{"tags":["typescript","import"],"entry":"index.ts","engines":false,"directory":"source","description":"typescript source code with import for modules"},{"tags":["javascript","es5","require"],"entry":"index.js","engines":{"node":"0.8 || 0.10 || 0.12 || 4 || 6 || 8 || 10 || 12 || 13 || 14"},"directory":"edition-es5","description":"typescript compiled against ES5 for Node.js with require for modules"}],"prettier":{"semi":false,"singleQuote":true},"boundation":{"browser":false,"targets":["ES5"],"compiler":"typescript","minimumTestNodeVersion":"0.8","minimumSupportNodeVersion":"0.8"},"repository":{"url":"git+https://github.com/bevry/editions.git","type":"git"},"_npmVersion":"6.14.5","description":"Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)","directories":{},"_nodeVersion":"14.3.0","dependencies":{"errlop":"^2.0.0","semver":"^6.3.0"},"eslintConfig":{"extends":["bevry"]},"_hasShrinkwrap":false,"devDependencies":{"kava":"3.2.0","surge":"^0.21.3","eslint":"^6.7.2","typedoc":"^0.15.4","prettier":"^1.19.1","projectz":"^1.16.0","typescript":"^3.7.3","assert-helpers":"4.10.0","valid-directory":"^1.6.0","eslint-config-bevry":"^2.3.0","eslint-config-prettier":"^6.7.0","eslint-plugin-prettier":"^3.1.1","@typescript-eslint/parser":"^2.11.0","@typescript-eslint/eslint-plugin":"^2.11.0"},"_npmOperationalInternal":{"tmp":"tmp/editions_2.3.1_1589999999460_0.31453732270134793","host":"s3://npm-registry-packages"}}