{"_id":"typescript-starter","_rev":"42-ba4140e16559d633e581c217753f965f","name":"typescript-starter","description":"A typescript starter for building javascript libraries and projects","dist-tags":{"latest":"3.1.2"},"versions":{"1.2.0":{"name":"typescript-starter","version":"1.2.0","description":"A typescript starter for building javascript libraries and projects","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/node-typescript-starter.git"},"author":{"name":"Jason Dreyzehner","email":"jason@dreyzehner.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && tsc -p tsconfig.json && tsc -p config/tsconfig-module.json","lint":"tslint src/**/*.ts","unit":"yarn build && nyc ava","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","test":"yarn lint && yarn unit && yarn check-coverage","watch":"trash build && multiview [yarn watch:build] [yarn watch:unit]","watch:build":"tsc -p tsconfig.json -w","watch:unit":"tsc -p tsconfig.json && ava --watch --verbose","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","docs":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","release":"standard-version"},"scripts-info":{"info":"Display information about the scripts","build":"(Trash and re)build the library","lint":"Lint all typescript source files","unit":"Run unit tests","test":"Lint and test the library","watch":"Watch source files, rebuild library on changes, rerun relevant tests","watch:build":"Watch source files, rebuild library on changes","watch:unit":"Watch the build, rerun relevant tests on changes","cov":"Run tests, generate the HTML coverage report, and open it in a browser","html-coverage":"Output HTML test coverage report","send-coverage":"Output lcov test coverage report and send it to codecov","docs":"Generate API documentation and open it in a browser","docs:json":"Generate API documentation in typedoc JSON format","release":"Bump package.json version, update CHANGELOG.md, tag a release"},"engines":{"node":">=4"},"devDependencies":{"@types/node":"^7.0.5","ava":"^0.18.1","codecov":"^1.0.1","multiview":"^2.3.1","npm-scripts-info":"^0.3.6","nyc":"^10.0.0","opn-cli":"^3.1.0","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^4.0.2","tslint-config-standard":"^4.0.0","typedoc":"^0.5.5","typescript":"^2.2.0"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"exclude":["**/*.spec.js"]},"ava":{"files":["build/main/**/*.spec.js"],"source":["build/main/**/*"]},"dependencies":{"tslib":"^1.5.0"},"gitHead":"519401b45703c6a3fe0620cc1a04ada9529aa1b8","bugs":{"url":"https://github.com/bitjson/node-typescript-starter/issues"},"homepage":"https://github.com/bitjson/node-typescript-starter#readme","_id":"typescript-starter@1.2.0","_shasum":"c949b7a5910dbc20c392d8016bcf52c92ded167f","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"dist":{"shasum":"c949b7a5910dbc20c392d8016bcf52c92ded167f","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-1.2.0.tgz","integrity":"sha512-Rz2y2wLFgS/PnIIUE/emRZ5gRwIyljX6zEwhEYmM6rjsXyZ8z0GtqEXw+jjjCmbAysuE+3v3bm7ONuGiuV9yiw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvM6GGB4MU0G/YHcO2rUtStWccuHpBr0f+GtWwsEQrcQIgKpr2EMeEYP4beLUYJGyHiG+uyQmmQAyws6do6LSH1aw="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-starter-1.2.0.tgz_1487032766348_0.9307044348679483"},"directories":{}},"1.2.1":{"name":"typescript-starter","version":"1.2.1","description":"A typescript starter for building javascript libraries and projects","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"author":{"name":"Jason Dreyzehner","email":"jason@dreyzehner.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && tsc -p tsconfig.json && tsc -p config/tsconfig-module.json","lint":"tslint src/**/*.ts","unit":"yarn build && nyc ava","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","test":"yarn lint && yarn unit && yarn check-coverage","watch":"trash build && multiview [yarn watch:build] [yarn watch:unit]","watch:build":"tsc -p tsconfig.json -w","watch:unit":"tsc -p tsconfig.json && ava --watch --verbose","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","docs":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","release":"standard-version"},"scripts-info":{"info":"Display information about the scripts","build":"(Trash and re)build the library","lint":"Lint all typescript source files","unit":"Run unit tests","test":"Lint and test the library","watch":"Watch source files, rebuild library on changes, rerun relevant tests","watch:build":"Watch source files, rebuild library on changes","watch:unit":"Watch the build, rerun relevant tests on changes","cov":"Run tests, generate the HTML coverage report, and open it in a browser","html-coverage":"Output HTML test coverage report","send-coverage":"Output lcov test coverage report and send it to codecov","docs":"Generate API documentation and open it in a browser","docs:json":"Generate API documentation in typedoc JSON format","release":"Bump package.json version, update CHANGELOG.md, tag a release"},"engines":{"node":">=4"},"devDependencies":{"@types/node":"^7.0.5","ava":"^0.18.1","codecov":"^1.0.1","multiview":"^2.3.1","npm-scripts-info":"^0.3.6","nyc":"^10.0.0","opn-cli":"^3.1.0","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^4.0.2","tslint-config-standard":"^4.0.0","typedoc":"^0.5.5","typescript":"^2.2.0"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"exclude":["**/*.spec.js"]},"ava":{"files":["build/main/**/*.spec.js"],"source":["build/main/**/*"]},"dependencies":{"tslib":"^1.5.0"},"gitHead":"97277db15a0d6e58e01eba4f2bcaa1c6a983da55","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@1.2.1","_shasum":"b4dfa4cedc593c3f404880e617351e095e18c1c1","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"dist":{"shasum":"b4dfa4cedc593c3f404880e617351e095e18c1c1","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-1.2.1.tgz","integrity":"sha512-42iFkkS32WTaT32zf9qFclSflmoCWmrmXfeecbldc0gTJUoXWSOG0SkM0IL00WkZWwwPaSMqFKQIKZ3B1/a1uA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlxoEUHP84VbuJGHsDxKiBhH28GJJ2ul9jKM0/xVLghAiBUnWv+SbU3KdbLm6tgvUuxSs3xjIkrBSID+ChkQByfKg=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/typescript-starter-1.2.1.tgz_1487107714510_0.3544298028573394"},"directories":{}},"1.2.2":{"name":"typescript-starter","version":"1.2.2","description":"A typescript starter for building javascript libraries and projects","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"author":{"name":"Jason Dreyzehner","email":"jason@dreyzehner.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && tsc -p tsconfig.json && tsc -p config/tsconfig.module.json","lint":"tslint src/**/*.ts","unit":"yarn build && nyc ava","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","test":"yarn lint && yarn unit && yarn check-coverage","watch":"trash build && multiview [yarn watch:build] [yarn watch:unit]","watch:build":"tsc -p tsconfig.json -w","watch:unit":"tsc -p tsconfig.json && ava --watch --verbose","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","docs":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","release":"standard-version"},"scripts-info":{"info":"Display information about the scripts","build":"(Trash and re)build the library","lint":"Lint all typescript source files","unit":"Run unit tests","test":"Lint and test the library","watch":"Watch source files, rebuild library on changes, rerun relevant tests","watch:build":"Watch source files, rebuild library on changes","watch:unit":"Watch the build, rerun relevant tests on changes","cov":"Run tests, generate the HTML coverage report, and open it in a browser","html-coverage":"Output HTML test coverage report","send-coverage":"Output lcov test coverage report and send it to codecov","docs":"Generate API documentation and open it in a browser","docs:json":"Generate API documentation in typedoc JSON format","release":"Bump package.json version, update CHANGELOG.md, tag a release"},"engines":{"node":">=4"},"devDependencies":{"@types/node":"^7.0.5","ava":"^0.18.1","codecov":"^1.0.1","multiview":"^2.3.1","npm-scripts-info":"^0.3.6","nyc":"^10.0.0","opn-cli":"^3.1.0","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^4.0.2","tslint-config-standard":"^4.0.0","typedoc":"^0.5.5","typescript":"^2.2.0"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"exclude":["**/*.spec.js"]},"ava":{"files":["build/main/**/*.spec.js"],"source":["build/main/**/*"]},"dependencies":{"tslib":"^1.5.0"},"gitHead":"a56491f8662e88898e8a314db49984d694f6ff17","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@1.2.2","_shasum":"7e79e9d0e778fb0ec8103972dd294975202af32b","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"dist":{"shasum":"7e79e9d0e778fb0ec8103972dd294975202af32b","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-1.2.2.tgz","integrity":"sha512-XJAwYvoYHL/uR9Mxfp70sSk5w9go5UBof1IVvY30q0nvJazeyvokygKUqOqP+eSX/TQg6o+iD22vk09A7XWZGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA53lV8lloEojkFGMIBWQwkbE9k2QwqCnNMCpADELJJ/AiBVpzxGc5tP9NcesgcojYUgpgrkgJh6ARiGk0lP1HLh3w=="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/typescript-starter-1.2.2.tgz_1487316918210_0.5402907740790397"},"directories":{}},"1.3.0":{"name":"typescript-starter","version":"1.3.0","description":"A typescript starter for building javascript libraries and projects","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","browser":"build/browser/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"author":{"name":"Jason Dreyzehner","email":"jason@dreyzehner.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:resolve-sourcemaps","build:main":"tsc -p tsconfig.json","build:module":"tsc -p config/exports/tsconfig.module.json","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:tests":"trash test && node config/exports/build-tests.js","lint":"tslint src/**/*.ts","unit":"yarn build && yarn build:tests && nyc ava","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","test":"yarn lint && yarn unit && yarn check-coverage","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","docs":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs && opn build/docs/index.html","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","release":"standard-version"},"scripts-info":{"info":"Display information about the scripts","build":"(Trash and re)build the library","lint":"Lint all typescript source files","unit":"Run unit tests","test":"Lint and test the library","watch":"Watch source files, rebuild library on changes, rerun relevant tests","watch:build":"Watch source files, rebuild library on changes","watch:unit":"Watch the build, rerun relevant tests on changes","cov":"Run tests, generate the HTML coverage report, and open it in a browser","html-coverage":"Output HTML test coverage report","send-coverage":"Output lcov test coverage report and send it to codecov","docs":"Generate API documentation and open it in a browser","docs:json":"Generate API documentation in typedoc JSON format","release":"Bump package.json version, update CHANGELOG.md, tag a release"},"engines":{"node":">=4"},"devDependencies":{"@types/node":"^7.0.5","ava":"^0.18.2","browserify":"^14.1.0","codecov":"^1.0.1","concurrently":"^3.3.0","cpx":"^1.5.0","hash.js":"^1.0.3","mkdirp":"^0.5.1","npm-scripts-info":"^0.3.6","nyc":"^10.0.0","opn-cli":"^3.1.0","rollup":"^0.41.4","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-watch":"^3.2.2","sleep-ms":"^2.0.1","sorcery":"^0.10.0","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^4.5.1","tslint-config-standard":"^4.0.0","typedoc":"^0.5.7","typescript":"^2.2.1"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"dependencies":{"tslib":"^1.6.0"},"gitHead":"0d8665fd96c851ac6086623c7f2ce34302993c4d","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@1.3.0","_shasum":"1ab6538da8dbb801bee9c5ef397731ce6d66b8ec","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"dist":{"shasum":"1ab6538da8dbb801bee9c5ef397731ce6d66b8ec","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-1.3.0.tgz","integrity":"sha512-3lNBq1InllNexbnZdWJ5xWjRjYySO+MnThqUb98OZdpTwyPD5DxxjqtKbRnJLiP096579RJpENec8tbJ6Wu5eg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICRsr9PryHKr/SfJJRGNoRNftSqfSfbMVT47mkA7xseVAiEA1xtuy1aGf1gMzRS1j83xXs3kPtaSSvS49Ymhf8UeYWw="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/typescript-starter-1.3.0.tgz_1488352187388_0.7503693567123264"},"directories":{}},"1.4.0":{"name":"typescript-starter","version":"1.4.0","description":"A typescript starter for building javascript libraries and projects","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","browser":"build/browser/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"author":{"name":"Jason Dreyzehner","email":"jason@dreyzehner.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:resolve-sourcemaps","build:main":"tsc -p tsconfig.json","build:module":"tsc -p config/exports/tsconfig.module.json","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:tests":"trash test && node config/exports/build-tests.js","lint":"tslint src/**/*.ts","unit":"yarn build && yarn build:tests && nyc ava","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","test":"yarn lint && yarn unit && yarn check-coverage","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","docs":"yarn docs:html && opn build/docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d build/docs","changelog":"standard-version","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","reset":"git clean -dfx && git reset --hard && yarn"},"scripts-info":{"info":"Display information about the scripts","build":"(Trash and re)build the library","lint":"Lint all typescript source files","unit":"Build the library and run unit tests","test":"Lint, build, and test the library","watch":"Watch source files, rebuild library on changes, rerun relevant tests","cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","docs:publish":"Generate HTML API documentation and push it to GitHub Pages","docs:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","reset":"Delete all untracked files and reset the repo to the last commit","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)"},"engines":{"node":">=4"},"devDependencies":{"@types/node":"^7.0.5","ava":"^0.18.2","browserify":"^14.1.0","codecov":"^1.0.1","concurrently":"^3.4.0","cpx":"^1.5.0","gh-pages":"^0.12.0","hash.js":"^1.0.3","mkdirp":"^0.5.1","npm-scripts-info":"^0.3.6","nyc":"^10.0.0","opn-cli":"^3.1.0","rollup":"^0.41.4","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^7.0.0","rollup-plugin-node-resolve":"^2.0.0","rollup-watch":"^3.2.2","sleep-ms":"^2.0.1","sorcery":"^0.10.0","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^4.5.1","tslint-config-standard":"^4.0.0","typedoc":"^0.5.7","typescript":"^2.2.1"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"dependencies":{"tslib":"^1.6.0"},"gitHead":"3dfa8863319b92ac66a586b2102dfb1d2c2dc8a9","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@1.4.0","_shasum":"13d56a7092effcbfca584370aa45b9d8bd3cc6ae","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"dist":{"shasum":"13d56a7092effcbfca584370aa45b9d8bd3cc6ae","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-1.4.0.tgz","integrity":"sha512-I9uQEFGSTavItJE+8a0vaBgxf4J8wUkRpqFz6TS1RKV+bbDkR8IcpYuaC+f9lWJVx90qfyzkDOsm4TpvE+WkbA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFb91DYbjeBlI3TgpVOA15rqo09zu1FAlsWb0h1Z76wgIgcJqU45Izr2QLMuu6UDk1s/7cGT+o3wXed0yWem09kH8="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/typescript-starter-1.4.0.tgz_1488438219851_0.24283942533656955"},"directories":{}},"1.4.1":{"name":"typescript-starter","version":"1.4.1","description":"A typescript starter for building javascript libraries and projects","main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","browser":"build/browser/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"author":{"name":"Jason Dreyzehner","email":"jason@dreyzehner.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && yarn build:main && yarn build:module && yarn build:browser-deps && yarn build:browser && yarn build:browser-cjs && yarn build:resolve-sourcemaps","build:main":"tsc -p tsconfig.json","build:module":"tsc -p config/exports/tsconfig.module.json","build:browser-deps":"mkdirp build/temp && browserify node_modules/hash.js/lib/hash.js --standalone hash -o build/temp/hash.js","build:browser":"rollup -c config/exports/rollup.config.js -f es -o build/browser/index.js","build:browser-cjs":"rollup -c config/exports/rollup.config.js -f cjs -o build/browser/index.cjs.js","build:resolve-sourcemaps":"sorcery -i build/browser/index.js && sorcery -i build/browser/index.cjs.js","build:tests":"trash test && node config/exports/build-tests.js","lint":"tslint --project . --type-check src/**/*.ts","unit":"yarn build && yarn build:tests && nyc ava","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100","test":"yarn lint && yarn unit && yarn check-coverage","watch":"yarn build && yarn build:tests -- --no-browser && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","docs":"yarn docs:html && opn build/docs/index.html","docs:html":"typedoc src/index.ts --excludePrivate --mode file --theme minimal --out build/docs","docs:json":"typedoc --mode file --json build/docs/typedoc.json src/index.ts","docs:publish":"yarn docs:html && gh-pages -d build/docs","changelog":"standard-version","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","reset":"git clean -dfx && git reset --hard && yarn"},"scripts-info":{"info":"Display information about the scripts","build":"(Trash and re)build the library","lint":"Lint all typescript source files","unit":"Build the library and run unit tests","test":"Lint, build, and test the library","watch":"Watch source files, rebuild library on changes, rerun relevant tests","cov":"Run tests, generate the HTML coverage report, and open it in a browser","docs":"Generate HTML API documentation and open it in a browser","docs:publish":"Generate HTML API documentation and push it to GitHub Pages","docs:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","reset":"Delete all untracked files and reset the repo to the last commit","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)"},"engines":{"node":">=4.5"},"devDependencies":{"@types/node":"^8.0.4","ava":"^0.19.1","browserify":"^14.1.0","codecov":"^2.2.0","concurrently":"^3.4.0","cpx":"^1.5.0","gh-pages":"^1.0.0","hash.js":"^1.0.3","mkdirp":"^0.5.1","npm-scripts-info":"^0.3.6","nyc":"^11.0.3","opn-cli":"^3.1.0","rollup":"^0.43.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","rollup-plugin-node-resolve":"^3.0.0","rollup-watch":"^4.0.0","sleep-ms":"^2.0.1","sorcery":"^0.10.0","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-standard":"^6.0.1","typedoc":"^0.7.1","typescript":"^2.4.1"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"dependencies":{"tslib":"^1.6.0"},"gitHead":"4b51fd73dd707024669c3dd8287eb05c7dff3b4e","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@1.4.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"dist":{"integrity":"sha512-fus/knXJhCHp4SFpAW0Ni6LLFB7rybH1KtVxWT9W4ENpVUD+KEFPFu2Lf/i2xagoDt97zNEmVACwbSlNiRWnxw==","shasum":"5a15ebdc2dbd6286669ee986af03dfa42963b005","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-1.4.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHFUBCG+ZRI7YZCZZCxIB92raWNtxBYN1ZXqkMn/EwNoAiASKIEMofW131GcMyYcz4UReRCPTioJPvyFqt4ywX0Tcg=="}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter-1.4.1.tgz_1498604529897_0.719547012122348"},"directories":{}},"2.0.0":{"name":"typescript-starter","version":"2.0.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./build/main/cli/cli.js"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"b65ab1bbd3a62a3a1e6ee9f56d695f0a5674c490","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.0.0","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-a1xmxnrEizVYqjgw0pO9OgRDm+RSm+Tu4+EL4ViGTjZFHil8MMtsugLnsXgKEGbUBkMVi+IuubwXtECJTVXZ2w==","shasum":"3900d14959bc532563548384624b9ab99a209898","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.0.0.tgz","fileCount":37,"unpackedSize":100105,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD944bve4zAaC4jdabq/tgAMOS+Ims/boPF8ok93akUJQIgdzt7Gt6/Zmw9uxreA9s/zRRbq7qbum0Wr36aUXNz0/I="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.0.0_1520826820681_0.26222671105527073"},"_hasShrinkwrap":false},"2.0.1":{"name":"typescript-starter","version":"2.0.1","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"701b577753dbd5fe8881f86cc134c2b4c893e525","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.0.1","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-EI/5VJbz4rv6fbh1bEbrg5GxcQ+WgciTZZB0sfI/REIauC8pV15Kwl5VFhcNpKEPaLy5Irz26g71b9+MIzJiLA==","shasum":"0213116c4fdab697ca038bfc8f20e898f50345aa","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.0.1.tgz","fileCount":37,"unpackedSize":99492,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCa65b4A9IZYL0zG2ppft1ZbySyqqhMUjuXqCJkFtZhcAIhAMGl+bSf8ABbUBtYpEIePxB30KNrtOwuIUgNTM/Q0p0d"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.0.1_1520831273752_0.09597527218643331"},"_hasShrinkwrap":false},"2.0.2":{"name":"typescript-starter","version":"2.0.2","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"83faec740b9a5b45f1dcc0c20bda91b1c48673a3","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.0.2","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-xRfQwjdLAJY6hoMSn43dFr3oKLgy7UwPbXdObNtkBkIxQ1zAKX/JJDLIBD6eduQCOIF7CidrYuH2u9RVnYHjkw==","shasum":"a86b7ac4b58c84f20f208e2e1dfe9f5ec873ab92","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.0.2.tgz","fileCount":37,"unpackedSize":99879,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDHbZS40fAtRqfGiUg0STl9wMqMQYuCEdFx/FS5uOcmaAIgCj6fyuYnIO+jG6qaTwyWpw58ONlVXdPfaHQOyggZm4w="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.0.2_1520836495689_0.8179398294338636"},"_hasShrinkwrap":false},"2.0.3":{"name":"typescript-starter","version":"2.0.3","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"a8e0162846e694cbfd387582238935cb71cceeac","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.0.3","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-3464dMPjy2BZwdWvxUYeOlK8YLuryyofxrvxQDf6J9E7wVClZZMRa15qBFBMKbXrOVEllQ6DiOacOzYob7EH4g==","shasum":"f9a462ef0bf72ddf62f3bac0d9fdd3c7b91a5810","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.0.3.tgz","fileCount":37,"unpackedSize":100247,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeETwl9HEHLdWPrQigZ23SLrO8LjUWoXVWofAHr/KomAIhAIupHLXD6oTAFNJaHQdKc+m6xql/2RdpvdTkzZeAyLqb"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.0.3_1520841752613_0.46293115316934763"},"_hasShrinkwrap":false},"2.1.0":{"name":"typescript-starter","version":"2.1.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m '[ci skip] Updates' -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"3fd758eb542d985467c2de334954dce083056ac1","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.1.0","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-Gy2higsOUg2mGGvpkOanebs8oI+EKEPeFUb/dyIUpMK5uI11y8UdU0CL3DACP/gzjTbMP4jpMRBh3XRf6wNPRQ==","shasum":"826971cc52cee89ac62ff1a6781ee9a46d45cd78","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.1.0.tgz","fileCount":37,"unpackedSize":101240,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHiYDjgySD4FMr6DRs6UV8SRnQn8Kfs3+0aLxotXB7CMAiBswIyVbEWSUqc2C/OZAQ9TrAUlZjBYr6QORx00J6s5xA=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.1.0_1520897138182_0.9057806732111389"},"_hasShrinkwrap":false},"2.1.1":{"name":"typescript-starter","version":"2.1.1","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m '[ci skip] Updates' -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"e68eddbe1208378511c32bb459dee71a9eea7491","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.1.1","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-XMBNrAW6QrrkVsrJXty2D89iGYRXhQvF0AYUYq941D3wxzu4mCK3NTgGhPLtvD+nPhOuKcej0+xjJuJlbiLI5A==","shasum":"35fafa18a91d51672891d971e2d4ad473727bf71","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.1.1.tgz","fileCount":37,"unpackedSize":101739,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAItwmsSZpsGtVhH9/XHulpFLiKsdK/g5t2j7uKa2A0JAiBcrC891hfC0MJd/ax3zDPxwazZoAdEH15don/mjBzq9w=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.1.1_1520988154445_0.5077613207462206"},"_hasShrinkwrap":false},"2.2.0":{"name":"typescript-starter","version":"2.2.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier 'src/**/*.ts' --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier 'src/**/*.ts' --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p 'build:main -- -w' 'test:unit -- --watch'","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m '[ci skip] Updates' -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.9.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.8.1","@types/inquirer":"0.0.37","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"e99dd8f64e2bc1d6f446dee84d2a75e92a10ea54","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-LeR2KyVZ+9O37SFIbwxG12cMBjZCGLnk3k08bs/rHu/ZdC3UGeOGIG43Uk+/wtFHWEZsRPI0Od5gBCUj/7R2tQ==","shasum":"1e864871ad94bc639f8132b2ce6e4cd6dc4ae39b","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.2.0.tgz","fileCount":37,"unpackedSize":105730,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqc9Oyfti6zl3rGyC+swSejsCEHzcCp28zZjmaoLRLlAIhAKKn3vni7AHa9kypmaF5STyJdWMXOmV93jMxcuYEEcxZ"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.2.0_1521163084509_0.05411964245813827"},"_hasShrinkwrap":false},"2.3.0":{"name":"typescript-starter","version":"2.3.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.38","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"2f6c9a774356da01097e65b56db26e613a390468","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-Rm2RYQu21CmfN4c9AjKGH1PLwuvRGImB10AwVNYYFsJA4NObpH0HCQsDILnJ7UGykxnHN03iyNoMHrXFF3ajeA==","shasum":"c3510c4e4bef4625f94f7c8133bb8a44f539b189","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.0.tgz","fileCount":38,"unpackedSize":111036,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqwyUETrsAPeri1hXJHjHGrRNZ/O/MS2KtvpOHkHCDWAIhAOvmiLSjxVbYPkXg/05LIV3rlglvLwLtuTFM6XZhlGiP"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.0_1521169355624_0.33958939229826"},"_hasShrinkwrap":false},"2.3.1":{"name":"typescript-starter","version":"2.3.1","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.38","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"3ecd679ba2a8a610ceb1991023a390a17311fc12","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.1","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-UXYJXtzTHraRJv6qVxmY1ijKQ+1W7TaFeQVZv6gi9jhJXqG9JUIBUnpVbNFxjFQfBgdJcyLLxCBGKX2bRXD4Yw==","shasum":"111ae8cc258e2232c6659ce82f840fcc12f5e03a","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.1.tgz","fileCount":38,"unpackedSize":112379,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD69NgS2qp6C38pP88EDbHid98hyY3d4lNK7j6KVEjrngIhAKJyMtpy134SILT184kazMbGwdPqvfLGO3fDhHgB7/Q+"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.1_1521596434288_0.6834887199287509"},"_hasShrinkwrap":false},"2.3.2":{"name":"typescript-starter","version":"2.3.2","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.38","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"ce747560169726cd583e39665f182ae153981e1f","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.2","_npmVersion":"5.6.0","_nodeVersion":"9.8.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-My6Lo5jXXSF+60KyQaTm51It2DkQNBFPwFIEB+UdjjkxIvLTIP+Jqp4jNvUtuHwPfl7DGZ6kE35ZYJCxNKCcKg==","shasum":"2759a06e0595ae2bfc3c131285225def7ac0e2da","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.2.tgz","fileCount":38,"unpackedSize":112547,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcuUjRWxhJxAl4lxeBWGrq6ocRu1o1xctvkbeqegDFmAiEA3BkO3ICGOQQSHpK+sSCNDb8BUtJq3X5Wp4FmMgHiPfE="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.2_1521599949755_0.8832555396528137"},"_hasShrinkwrap":false},"2.3.3":{"name":"typescript-starter","version":"2.3.3","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.38","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"16571ca33eb5f7b3bf5ed0f9c8b3d5b3adde94c4","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.3","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-lRFaCrhk+Mp/Bv0332hNNnnleMTd8AUQDo18RB4Q1UVVRaeY3oQNgYnEieTbLqkDwq3vgNimKnl1jzVUklN7kg==","shasum":"80173b04daf5f89402daaaf095dc01c1c1837e78","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.3.tgz","fileCount":38,"unpackedSize":112478,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAjekZ3vdYcle+sEFdltDoBST5cEJycCtwcsipVaI3snAiBO/TnDhP//+iJn1iuT+c19EhWPcplnM7meqnaYBA0AWQ=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.3_1521775491946_0.19204893700400816"},"_hasShrinkwrap":false},"2.3.4":{"name":"typescript-starter","version":"2.3.4","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.40","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"98d3c32ed130dc39ea6f44fafb996f39e214ebee","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.4","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-aDmwdmas1fQ/3Dpw2N2dpThgV7tS7kNe6JY2ur/+6IiIpH5OIDzVlsTPel6FhnDhNUXUGrYPfnngmdCnFkhDzA==","shasum":"639d8c5bebd84a76982600082dbb30f6559eec86","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.4.tgz","fileCount":38,"unpackedSize":112597,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMHUCu+eZnkYI0Ukddom/XdxZ+idD+mlfLXHKHd+wLogIhAMEJnWlmK7OZd9PXy/Ax+I6POVuSFHN4VNQtwHwS6RZn"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.4_1522202554001_0.8036919797204163"},"_hasShrinkwrap":false},"2.3.5":{"name":"typescript-starter","version":"2.3.5","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","changelog":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.40","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^3.2.3","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"536ac377198292d3bb26c5a7b2e5892004c034b8","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.5","_npmVersion":"5.6.0","_nodeVersion":"9.9.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-KCNmudAJ3q2d0vsDaHGTSFlT4KyIirNLeYiQeTrYZV2oEnrEUiJruCN1y64tCKh5RdzZNG78XyVBuNCTeb/cGg==","shasum":"0f4525bd5cbd451fe78810719451f110695e5743","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.5.tgz","fileCount":38,"unpackedSize":112983,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICkgDLaikCmboW5u86gO5jQgqbFRXmKnE+rIW0QRGxO4AiA+ACXEw8IU+Lc6AXucD1DkBuakbOmKBi6dLCnzNeLwIg=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.5_1522299314880_0.05352148940088264"},"_hasShrinkwrap":false},"2.3.6":{"name":"typescript-starter","version":"2.3.6","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","test:nsp":"nsp check","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.3.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.0.0","inquirer":"^5.1.0","meow":"^4.0.0","ora":"^2.0.0","project-version":"^1.0.0","replace-in-file":"^3.1.1","sha.js":"^2.4.10","update-notifier":"^2.3.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@types/del":"^3.0.0","@types/execa":"^0.9.0","@types/inquirer":"0.0.41","@types/meow":"^4.0.1","@types/nock":"^9.1.2","@types/node":"^8.9.5","@types/ora":"^1.3.2","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.3","codecov":"^3.0.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.0.0","md5-file":"^4.0.0","nock":"^9.2.3","npm-run-all":"^4.1.2","npm-scripts-info":"^0.3.6","nsp":"^3.2.1","nyc":"^11.5.0","opn-cli":"^3.1.0","prettier":"^1.10.2","standard-version":"^4.0.0","trash-cli":"^1.4.0","tslint":"^5.4.3","tslint-config-prettier":"^1.8.0","tslint-immutable":"^4.5.1","typedoc":"^0.11.1","typescript":"^2.4.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"greenkeeper":{"ignore":["@types/node"]},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"75ccfb909c512b88b9a621d85dfc6d9ddf0ab313","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.6","_npmVersion":"5.8.0","_nodeVersion":"8.11.1","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-9SZwTloW8vexNFuwhuc2a9OLMSZ0w7IbUFtN+EZCl8ahgzIQawL0rs+kZkv8W/ZUVW9twYaIETKCOQeVSaeMMg==","shasum":"3e1c9db4649ba2cda0b798eae8ba4dca998b3326","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.6.tgz","fileCount":38,"unpackedSize":113191,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa1oPbCRA9TVsSAnZWagAAoZMP/i5noFDN1dXjurrkR/J/\nz+hSBc4p8pRauQDKvlWFria66X9HRy74FJTA6L7QR6qtDKneSwGOhjiwMZmT\nSZ74RYxfx+vT04tJRRSc3I+kjYWziOGnbnybl3412Tv5XJwT7l1ZCFh0dc7K\nMh6aBMkqQxg0Gd1lM2g8HbfMmiFTfU0XHEjOPcyfivowZdmXqbIU6IjzGCtv\negEokrYp3kmmQsQaNQaW2FXsIPIjl9ZJniwhhkDQFodQmQNkOnOc2NaPfYXH\nUTfcBLwlrmXbKpD+YL15u7YlAwkilVY5jt8RWl100ShWD558FahCP1FYJQYj\nzFqNQYHOwa6WfOUJg1ET69FBv6s3y7p79VDZB0gimTQcizo2/0yvziOM92Wu\n80a4JXFaWvpm+PErPcYvEhJVsMkslJSNnFMevn1EsNXB3oV/f7vBiDXYZcgo\nsQVBc2WDx+cPXMCvTxuXY9IP5MSx3p+DXQma5J0MyT0EK2P1gd25lMWM4XkR\nzRJrAveE5diKz+M5xM4x7neqL1Deglw6diC7PU3WAkDlY2GkEbCr4yeUZ3Nb\nEnNow9W1IZPHxt/EntaTfRuIo9wMgdZUM/fc041nDWJrYs8/Hm28wIpi0KB4\nap+YkrkjlN6tsfzzKS5O5wte9m7zPeKauJ5oC/ZrzQR64nbVEzz4FX9IPzP2\nQvE3\r\n=286+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID+bWP259nQWkbI4cOzaetFxsj4fuNBW6zmxZYgAEYhvAiB7q34BLZRRSxaWurbT6ji7DNeLJUr1WMgA1Yk9WqJ+Jw=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.6_1524007896996_0.6950785455285009"},"_hasShrinkwrap":false},"2.3.7":{"name":"typescript-starter","version":"2.3.7","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.1.0","inquirer":"^6.0.0","meow":"^5.0.0","ora":"^2.1.0","project-version":"^1.0.0","replace-in-file":"^3.4.0","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.41","@types/meow":"^4.0.1","@types/nock":"^9.1.3","@types/node":"^10.3.0","@types/ora":"^1.3.4","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.5.1","codecov":"^3.0.2","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.2.0","md5-file":"^4.0.0","nock":"^9.3.0","npm-run-all":"^4.1.3","nyc":"^12.0.2","opn-cli":"^3.1.0","prettier":"^1.13.4","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.10.0","tslint-config-prettier":"^1.13.0","tslint-immutable":"^4.5.4","typedoc":"^0.11.1","typescript":"^2.9.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"62f79fd1286f0efc927ddb79df28c4a717da6377","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.7","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-BgzxMlcpIYiKthdVEsAxqeViSCiUOWEV1YuEyb2EumT/y+STM2sREEBQWH6YfPEuXdcscfh/SELKNopTcDkxvg==","shasum":"8a5b4b82ac40610d6cf95b1bd97d5b36a4061f36","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.7.tgz","fileCount":38,"unpackedSize":112431,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbFG+XCRA9TVsSAnZWagAAPdEP/RqHY07HLvXXl3yPNllQ\nSZJAcO7DZJIShRd7vTaWEiv9QEwwPNSOmvveNTtH/3+8/ZnkDsoN1KVWYelp\nEMi+G9n8m/mWn90LAjlEnu6TdJXipfxSR5rfCy2riBhzesi0OUrVnZbNPpuQ\nHf6nIoM/7nS7yA860DP5JV3YeMSlQ+H9m3uewYvcenHBO6UapGGf7xinkpLQ\nDX4Q5pffDn+MfKf4W/2ZbzM8zp4aiOAUhUduga9QyYZgpHUWe/jvnoEu3Qj4\nPY63cU/TzMI8Chdw8BsbbWf4PgOcJ6pUhHz2ZLZsd5aAM4DWRPUv8M7/OUP3\nY+Hk2T90toVFzt2RuRQGORqGJsvN2Dmzl5H6K/MaJvfSmEE88mmuSlgdkI5+\nGuHvAQpg7tTYrRch+37ox26YuKVxqMNI6EQ4s4ojL2v7EtpxOQFZgwPY6vgE\nGPs9wvQjIdeFfy7H+b+TthIZwCUHUUZuNVwDRseod4+BEvwbJP/Y7bLyYATI\n81VwuE0CdxrlIKGY1UZVOMwppfnsOQYUDRFauYSfBH/nQK2jZ6sFoBnxrafT\nfAEZivYDBuQ06GcTSizcAWrht5ri1zCzsljrLtmBvVgFgFW+sQ3B9asFX3Ia\nb5t1429FgJtn9nlIBz8/qpDb2m5nADvEx36gmM3bfkcOl2OIlgfEhd6Woa8K\n65m7\r\n=7vxv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHxV3wUyws7pXJ43JKtQj+IplLSUvld2SFDsYlU4zcKsCIDjI86P3sKvqGi3+YDMPwVtcAgZWPOgMbY7fKTRI62FR"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.7_1528065941773_0.287559807724147"},"_hasShrinkwrap":false},"2.3.8":{"name":"typescript-starter","version":"2.3.8","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^6.1.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^0.10.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.1.0","inquirer":"^6.0.0","meow":"^5.0.0","ora":"^2.1.0","project-version":"^1.0.0","replace-in-file":"^3.4.0","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.41","@types/meow":"^4.0.1","@types/nock":"^9.1.3","@types/node":"^10.3.0","@types/ora":"^1.3.4","@types/update-notifier":"^2.2.0","ava":"^1.0.0-beta.5.1","codecov":"^3.0.2","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.2.0","md5-file":"^4.0.0","nock":"^9.3.0","npm-run-all":"^4.1.3","nyc":"^12.0.2","opn-cli":"^3.1.0","prettier":"^1.13.4","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.10.0","tslint-config-prettier":"^1.13.0","tslint-immutable":"^4.5.4","typedoc":"^0.11.1","typescript":"^2.9.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"52ae43292e1393212888b256a5b4dc15933daae1","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.8","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-KTNj54u1hSFYN1GCiF3ofkzK5pnKfun26YK2VAOkxRBy0wJzMSyQxI9KkWNU8/Q0di8gig9xOE0hEYYKSND8QQ==","shasum":"af9b3ee72b911746cd9d285e32b4425fdc7506a7","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.8.tgz","fileCount":36,"unpackedSize":108859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbIybnCRA9TVsSAnZWagAA+GgP/iQjnu9pMiMAhQ5c+Dec\nBgGmpOrY1FmZxQNQv5ogMvmXsM40UhE6VwPpdJD9k+ShXfqsPE6l0qv4cVwR\nyP7cDyy2b7aCXFdoolClFawa8oyh2B6r3MpjkTbkQWIMVVlIgOSSIL7mhNAY\n4KMbedlzQOY11/wIcXBW8D3fZRblg8QGtl7RUYpHV2MN+NVFh7VZV0bqb64G\nltbIDeqWP5ox3lkcRPpMhrd0r06HQv9AuRtz8Q64DoWfv+U/yl8lWO6aVsyX\ntfQOM/d9GEveLRElqqeLpWYayb9AZSaz84Bmkjy+Ra5vJeDIvHoVJlr5KSHP\njt1ZCv7FzixIAcp/slPEq2u4SEuZWyslUJm7dtvu3q41SbhaEqwTikCWvh6i\neoiUH9i4EKxxhI9koVLR0N+kOJrQgKgqzMiuo0+Gh+RgJjFs/Goh9J3ldRfD\nVGuIRGUBDvU5LSpXhbVVLWkNtT5WSrcTA0VYHn/FZ7xBBGjFlMKBWdVg/A5t\nbWyOfrkiMMFcJg0okFh06OSllPmoEjtJGwC1ooNnS111eMN428qLsCHTj1Hf\nDi23+Vgvsm4of2/Yb69AqOYH57l2fofi4nmYnWL2zmeJ8aFPsPpvKt+Drac+\nTk5c/McQWF4A0zLxSWgC2e8RcBMuUSteD1iKJFQbpgm5dTOPLEJgeos3PL38\n/7cf\r\n=id6V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIED+dQP8TccIYm5EyP52ZhmCm8TTIMHj3zPa86TWa+CLAiA6mVbReqM0b7f+nlUyD/E3jnScg/PfcCvUOq/iYxD9iA=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.8_1529030373886_0.34674048306510175"},"_hasShrinkwrap":false},"2.3.9":{"name":"typescript-starter","version":"2.3.9","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^8.0.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^0.11.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.1.0","inquirer":"^6.0.0","meow":"^5.0.0","ora":"^3.0.0","project-version":"^1.0.0","replace-in-file":"^3.4.0","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.43","@types/meow":"^4.0.1","@types/nock":"^9.1.3","@types/node":"^10.3.0","@types/ora":"^1.3.4","@types/update-notifier":"^2.2.0","ava":"1.0.0-beta.7","codecov":"^3.0.2","cz-conventional-changelog":"^2.1.0","gh-pages":"^1.2.0","md5-file":"^4.0.0","nock":"^9.3.0","npm-run-all":"^4.1.3","nyc":"^12.0.2","opn-cli":"^3.1.0","prettier":"^1.13.4","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.10.0","tslint-config-prettier":"^1.13.0","tslint-immutable":"^4.5.4","typedoc":"^0.12.0","typescript":"^3.0.1"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"22f51a452e4406049fc183a18a70c8339edee13d","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.9","_npmVersion":"6.4.0","_nodeVersion":"10.9.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-KaUlc/wxujOKWq+87gEwhykNH9UUmpj1BxZocvxXHYvS1G7biUCqI1+Ec9gyygs2P4t6gb/odUjjSyThJ5cYIw==","shasum":"7cc2d1e9354bb94521882a8a6cc2c184b7583649","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.9.tgz","fileCount":36,"unpackedSize":109489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbe6kQCRA9TVsSAnZWagAAU+kP/1Z6+qtcxJKGtVq6g5oi\nVWKFjcBUaJJQxl+KBvBJv81G0hi8w9XvW7YSQLZQS5Q3JELF5Pqurz1MPAw6\nwHHPGIhmR7lgiqnGJMeNij4BQknXE5ZLUjwVqSIGPgU3vJ79MquPeBkeH/AQ\ntMzEFdC3spI9DfSFtIdVylctC6kiprU+pJUVye4Qw1pG/aPFwzXen3uLTY55\nBqqUwDAaKgxRpAdQISpg8jXScFfjYAbEvZKqVN8yi+XxLexpVTaCBRXDQf/P\noYXiam43nXd+BAiad00TQuvkA49CNj7UveoKxqSDb/qK9OkSF6F7y5p4A+dW\nwb3ZEfCftJN00xSLrYtHJH7F2Xd0Ji9Cwk8upTLTuJMGdRoi+mTwAA+fOGtv\nb/5QQxL0kzSGy/ItW55xxMzG6n3RpaiQIwmD00JoolICWe6p2/ScbZ42/EaT\nnJ2wzASa1Pi4FFuAR58V9L9BptgmsmY3wQQ+qOvLfAhVfIsXFf9XmORuhuqB\nO3KBeJk99Q7ZF9FYEIxWVwuwiYKyNXf5UDmw2efIpMSzGIx7hS7ZafGFUyaj\nW3et/DIETlkgpno0pVlM6OTXnxDm2ebNYCdDzYXQ5zGwXyfGl0xIXfkG86BI\n1VRPjc2MYVNHiZteqiYVOZ3WbE2954u3gdxydknYyHJ4xLFE+/e5GZ2paa1B\nHBCz\r\n=ij9V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC30GQLx0Zf9zDsvhNPAD0RXNLr33IXqWiKAnhYrszIuAIgdpB8VvKp/yGelEwbV6A+Lw9ls9FcDAi6827RCOIRzbs="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.9_1534830864105_0.8926988423252049"},"_hasShrinkwrap":false},"2.3.10":{"name":"typescript-starter","version":"2.3.10","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^8.0.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^1.0.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.2.0","inquirer":"^6.2.0","meow":"^5.0.0","ora":"^3.0.0","project-version":"^1.2.0","replace-in-file":"^3.4.2","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.43","@types/meow":"^4.0.1","@types/nock":"^9.3.0","@types/node":"^10.10.3","@types/ora":"^1.3.4","@types/update-notifier":"^2.2.0","ava":"1.0.0-beta.7","codecov":"^3.1.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.0","md5-file":"^4.0.0","nock":"^10.0.0","npm-run-all":"^4.1.3","nyc":"^13.0.1","opn-cli":"^3.1.0","prettier":"^1.14.3","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.11.0","tslint-config-prettier":"^1.15.0","tslint-immutable":"^4.7.0","typedoc":"^0.12.0","typescript":"^3.0.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"fd420b8f098c9b5d7a6784139ef401309486a752","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.3.10","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-cAzJzv5J682GleYiGg6Q0/dQssXaavs3URjSRKpqvtAASuqtjQ54onKyIcYM8D0vLJ0Jtp5m6u/vBU+MXS9arA==","shasum":"b385cd61878f4bbd7f195a0123b87cf83f7a7bc7","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.3.10.tgz","fileCount":36,"unpackedSize":109613,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbpozjCRA9TVsSAnZWagAA+A8P/0qo/wandDZn1aB+tqnU\nUgu+zQINDPWi1JqDG/Q4Nucy5yBMlIxv4fELzWWClX/AUZ89cBJGvstlg3cs\nqvpKKogqN0b3PFYWfPz2q0jYqzcsOX4QZ9qH+OXL7tP3UJmdsq+IVnaf4iHW\nTDExghlMT9wOf9td9KJsxgoNXFt8A+Q8mHsSMkOPPUowTyS/0iQjXNKnClaz\nmPnOKEjhyIcB0ErUE0j0B6NiJsITYpLS0NeH2Y6kTrGkXFpKSS3UAk0lNAzb\n+6C9XMTACXcJx8CwIzw4Cep3qzSAx9GbgQ1d9+zCjb204LkVQy/9/c2xSleg\nuoeuyp5sZ8fLG/YaK7wyDtJG6AeZE2pLo1RT66G12KwmC+5RgNy1ay457CZq\nfevpT8shYT+xUKAMQiX43aFrb7nQVsBo6NdetkVIvJ5fnDo8Oz3KQEnluURz\nC18hw0OOY7giYfMOjScPb0SXSQ2bJowDsCbiYVivYd/rybJzmwcxKD4yvlmM\n8KB6s5SM+bnDJYv1FPiCgZWw+l75g/5ihPHlw9w+ukf41qYAd9aALvGw+km2\noR68jScvBIZB6SxSaFG46iOBlkJ1dQvVRtrjlAJxT6bxLAeNGgX/4Sf/p4Ck\nOw1M26Dkk6kvstiMLpdlyQ4fjmEcISX/uV6IVmswzvBPtBK2mBwoF8zBjLK8\npAUE\r\n=G0rR\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFU1LScfafAY9wtz07BO/kO7sWAwmwNiEpf3Pc6tm0YAIhAMaFBxW+8/uj2wo/xFxehMKcu5wjGj1Oby6h+2kSlUC8"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.3.10_1537641698357_0.8121919899029411"},"_hasShrinkwrap":false},"2.4.0":{"name":"typescript-starter","version":"2.4.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^8.0.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^1.0.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.2.0","inquirer":"^6.2.0","meow":"^5.0.0","ora":"^3.0.0","project-version":"^1.2.0","replace-in-file":"^3.4.2","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.43","@types/meow":"^5.0.0","@types/nock":"^9.3.0","@types/node":"^10.10.3","@types/ora":"^1.3.4","@types/update-notifier":"^2.2.0","ava":"1.0.0-beta.7","codecov":"^3.1.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.0","md5-file":"^4.0.0","nock":"^10.0.0","npm-run-all":"^4.1.3","nyc":"^13.0.1","opn-cli":"^3.1.0","prettier":"^1.14.3","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.11.0","tslint-config-prettier":"^1.15.0","tslint-immutable":"^4.7.0","typedoc":"^0.13.0","typescript":"^3.0.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"9bdf46aaf6f2853257eaf1d44d470c4438fd2467","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-AQEdww2p4fBnpfR+STs7BXxfTtBA9+OblC9Jvy2cynz2QMbeB54KcLA8nMH7cBL2SSw5xDUGpG9z5B8dvfHlmw==","shasum":"e80900ff60e8c8e9e249fb8ad8df42cb12aab087","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.0.tgz","fileCount":36,"unpackedSize":109950,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0R47CRA9TVsSAnZWagAAUtAP/ix7vBeBvBLB12FHzZMj\nm8IKhNHr8696i7IpTZVio4cxm7jG/gk73meAYSgFi5IMN2LAkPz42KECuBl/\n9UiWjnMD41ipXs1V+mowLSGP2yV8OfbiluMbbp/BvNnHb53vGFnkIqclCZbo\nrG6aZSxt6xnHvmAV1u34EmsEOpilhr8vVr/uHL5KleSS0RkdYr44IqOEz7TI\nCPVWMq5fpEsSrJ9sHXCn8gLFzyKTwv4lNS6hBVOVgWfjJ0itbbFWjIKvFTAZ\nHzdjczecnU0MeaKQQ5qGPK0U/lDKzB5sksF9FYJTZ+pnn+X+jV/laNmsIrHi\nJzZgfYEhQTNbPX9g3fCImlpQcekYVZvO1/7ck6tvSWDY6ZYr5deaUYpezin8\nzhp7jVzTXT95D/xLbXSJp+usjqkvRYpmiaZOolixoea/uF2gYvM6P7hCG26T\nQ2jUYgyJiuNBWngK+/hZoVt2hVrPyTbKQP+i0uVCekG0Q2/koWpc8UIwGMZ2\nQ3okH6NbyZXahCBtrEAhZhCjmVsjCMQTXVuR9X07gq2Bwb5FOYwGVyPeFtak\ncyRZYimwVizRwhnT8l3WAhLo76B6X2hIQhRTSLGMDM5IugXVQv+0eonAn0wN\nyZuhWLVQ3AA+pgmNoqEwcfolstYf9G6rrbq+ix0nmBCaDsAk7ncMdrAHvBL4\nJHKn\r\n=SxWr\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7kXOQJu2dT7dNWcs8RGDmKKu+7HOLzrGq/f7WEQl0yAiAmqkVABUOGlcnx02dDQRL5egAupnKnik0WEaYcfbIU0Q=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.0_1540431418713_0.7401271103536593"},"_hasShrinkwrap":false},"2.4.1":{"name":"typescript-starter","version":"2.4.1","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"info":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^8.0.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^1.0.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.2.0","inquirer":"^6.2.0","meow":"^5.0.0","ora":"^3.0.0","project-version":"^1.2.0","replace-in-file":"^3.4.2","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.43","@types/meow":"^5.0.0","@types/nock":"^9.3.0","@types/node":"^10.12.10","@types/ora":"^1.3.4","@types/update-notifier":"^2.5.0","ava":"1.0.0-beta.7","codecov":"^3.1.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^10.0.2","npm-run-all":"^4.1.5","nyc":"^13.1.0","opn-cli":"^4.0.0","prettier":"^1.15.2","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.11.0","tslint-config-prettier":"^1.16.0","tslint-immutable":"^5.0.0","typedoc":"^0.13.0","typescript":"^3.1.6"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"56cf111c163d20bdd5af33cf527131265e4c19f1","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.1","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-pJsXlYhkv3BgUxJPPkrwxPZuVCTRTljAD0kZpEM9jbduM4DzxhPsK+ZfNbRero7u+jqdadNHEBPvqLldEp5srg==","shasum":"9db28a373b189fb0cab59329d41eb7d7a372e228","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.1.tgz","fileCount":36,"unpackedSize":110951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/NDRCRA9TVsSAnZWagAAWTMQAIB2mu1qYEZeaPYnqFKp\nxxgJOgS4qaznC3xP5HLww/068K1+DsN5I7BgQPkHOoFLX7C+dv7rEztMRWRL\nS5MeX3nK0CF0ieLn/pxJlCI22AdFbjKqvyxiFl2CasZ5KRxLmRgjudQqvT29\nIPrNI3UdqRro3E9o/LQ1BNN5gL5XesjApkaDdXv4NQ00XGhLpHwbgAztEIzG\nj4EjOBo8HDNWH97FfkgNHOzlb9JoSVRBgzUdrzfyupULmD8cgpUQTr/ExDr+\nurgQsmotz0cZ/PpGggM6cx5wfCoJ35gRGgXhZOiD6dDmFMe/OXyxtekcPhRA\n9YE2LRJ5cMUaQav+vVw3q9BRk8bdQ/P9hrOC2AiRCpYloLjZzo+wLw2cBhgu\nHlAsG1EsNNtUICUWCCTgCCzGOugEQsl1RXLUOOvQvFtSfsDspA+TfIKJXmYq\nmtLRL1AS7O2GWlN8y2ONpffGWzATyVGOm7U52OMNwe8F7DaFp9uY5ypclGcr\nEo9QKgm00SF1CmUmtse+DhgXWXpDJdlGm426Yrx70p8p6uBIwAOJcWu+j060\nTgy78PmLHe5v7nYyXpOHkO/F1joMjHgbW+brD6UxTRW6//RQnpyE7yKENF96\n3d4L0KyPk9rwEmcLpLK89r9G8ah6ZZLwdqDiGTCCcjXSEmlBwWpfN+slA/ej\nTBkk\r\n=WbO/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAy79Fj/Jo62L55qOrroDZbLCUS9l4wVxIgUfLi4qwM7AiEAujuhIVgJpCm31FYexah1MjrgrY+iIBXV+Ph44PD14Fw="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.1_1543295184355_0.07221052720024268"},"_hasShrinkwrap":false},"2.4.2":{"name":"typescript-starter","version":"2.4.2","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"describe":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && opn coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov > coverage.lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && opn build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"@types/globby":"^8.0.0","chalk":"^2.4.1","del":"^3.0.0","execa":"^1.0.0","github-username":"^4.1.0","globby":"^8.0.1","gradient-string":"^1.2.0","inquirer":"^6.2.0","meow":"^5.0.0","ora":"^3.0.0","project-version":"^1.2.0","replace-in-file":"^3.4.2","sha.js":"^2.4.11","update-notifier":"^2.5.0","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@types/del":"^3.0.1","@types/execa":"^0.9.0","@types/inquirer":"0.0.43","@types/meow":"^5.0.0","@types/nock":"^9.3.0","@types/node":"^10.12.10","@types/ora":"^1.3.4","@types/update-notifier":"^2.5.0","ava":"1.0.0-beta.7","codecov":"^3.1.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^10.0.2","npm-run-all":"^4.1.5","nyc":"^13.1.0","opn-cli":"^4.0.0","prettier":"^1.15.2","standard-version":"^4.4.0","trash-cli":"^1.4.0","tslint":"^5.11.0","tslint-config-prettier":"^1.17.0","tslint-immutable":"^5.0.0","typedoc":"^0.13.0","typescript":"^3.1.6"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"exclude":["**/*.spec.js"]},"gitHead":"8eaf9636c6cfbd9b1b5c0b4393c32f35f06e8d7d","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.2","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"dist":{"integrity":"sha512-rgNHf6PRERDfSrSGWslftYfgcQXz/C56DY9qhj2gt1h7Ag/Nd68j/95BjIXXcJ1aFNKgUMNfBNqlhel7Fdjsdg==","shasum":"ec54e8a33033db1a612e1c4f4ae8c8999e8e3ab1","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.2.tgz","fileCount":37,"unpackedSize":112701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/fnRCRA9TVsSAnZWagAA7j0P/0mYLlNbyQrAq4UipEFy\n6N7vj11AFiOEm5LP13KXqVfPFK51GXwakIvzWKmsY8hrFelOqNPKJKIZ/71S\n3daku/lSJt2GFE96821grC/F+QpwsAYQ1lVre56zfb+Xc5YHG4BcEiKINkG4\nuWMY9qQrO0V2fYZjtYwWienMDPL1s5VB7gDtW2DMh0q217nZ7J6Ij3vC8ttz\nmddl1DmszCint3wHjZSHWto976RpiZ049jsk4Fu9dIp64nlCtyr4Q0Ad2jQF\nRU24ObiJA8eiQ95U+UrmRLy4lZK6fL6WE5rSrPYDAQP0queEgUTWpHkyDrtv\n7wCLulnHtv0xZK0i53QkVP8r5S3UsTwUK4YnwCHwnXtUSO3xH809JwdkTR/b\nyrsUXCiDKr6SVL/KokpZHRsaFLYRcz4M27gGU3LZsu91HGMTIhQMqczpxnVD\nSBSGy1Rnh159t6ZK60AUqlJeQOmW7OGs+fiRoEcJt9EYYJzR+NNhSetSchWc\napNeFWJlDGfO0kYNRFRxEX8COnGnI+Mye0qufOk4aIIhouYfbDF3M4dCF6Md\npKHQwUCXwrzet4IpmUHKDY6MbjLtsjxEzLuGX49nB9CkxNsCekNfMv+ekPHk\n5m7jHfShPN2ZUkjr+i/hiVtIgIMwMWtH/R6ez0KoKOHjrfMJt3fbtuDGEaLI\n4Wf2\r\n=TpMy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDK1E3Wupb82JlcUYVNVARBgoeJDWntltufBmiL0dsOwgIhAMHCJenQHbcv7ciSsRScNONNcyos09ne+kadrzAjJa9E"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.2_1543371216158_0.9615303091778282"},"_hasShrinkwrap":false},"2.4.3":{"name":"typescript-starter","version":"2.4.3","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"describe":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","all":"run-s reset test cov:check doc:html","prepare-release":"run-s all version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"chalk":"^2.4.2","del":"^5.0.0","execa":"^2.0.3","github-username":"^5.0.1","globby":"^10.0.1","gradient-string":"^1.2.0","inquirer":"^6.4.1","meow":"^5.0.0","ora":"^3.4.0","project-version":"^1.2.0","replace-in-file":"^4.1.1","sha.js":"^2.4.11","update-notifier":"^3.0.1","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@bitjson/typedoc":"^0.15.0-0","@istanbuljs/nyc-config-typescript":"^0.1.3","@types/inquirer":"^6.0.3","@types/meow":"^5.0.0","@types/nock":"^10.0.3","@types/node":"^10","@types/update-notifier":"^2.5.0","ava":"2.2.0","codecov":"^3.5.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^11.0.0-beta.13","npm-run-all":"^4.1.5","nyc":"^14.1.1","open-cli":"^5.0.0","prettier":"^1.18.2","standard-version":"^6.0.1","trash-cli":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","tslint-immutable":"^6.0.1","typescript":"^3.5.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"54bd4f95326ea74678329774dbc1e6f7bb6371c0","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.3","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-aXdxT1sZwZJbq4eVFrtbkX+o2fOnUNuPPHSIFPUne+NasYazw6CtRP3iBvwHiMk+O0dECfWci+u/huM9w1PUUQ==","shasum":"a191fb86ef381a56c193e2c77530d33151d8c664","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.3.tgz","fileCount":37,"unpackedSize":121495,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJh2wCRA9TVsSAnZWagAAjy4P/izYtMCAgOmBdN9IpHjz\nN0hwB8yOTIMeBPOJj7p1y4ewzLCcTg7XV6xAZe66XPkt95lYySZkd572ODFu\nzxA1Bv4OlURHqOk5N15OkP7ha+0NAS0rMHhftGwGyF432AXWOVLNu6M6a4PR\n0U2oshmvHJinYkTDNDqx13XdwfniQ01kZMK0bUneIrJ4/3ckD6mLQtOEL5Zw\nh8xGIvhDle5Swag54Js3mMjxExfch52VwKO8iDXsuCLUQ73O3JVZ44uL/fAY\nyxVIGiQ2hQMHxMWYsOjgltJ4+1HV6z3Ri6wn/1vvyZW+vTHA1sGs2TZLkoTk\nut7/wOsFkgwDrFmadLsHWPIvofjLdLn2xWndTlQbwl3osQWPcdxhZz3zQFQy\nVy1JFXzSySunlDHWxsDS+75nKhQVfr1OAT6fk18NISOBovJGBS24P6+a/6rh\nLRDna0VxWjnTO2uZOVCwChgXICur5vxts9W4NViPqPUzV/zPAgsrvFgxhRKW\nwKKFxnoBF0LlL9RsY7w8L9qx/jbJp1RC8zKLIZwDSULbaPIH2E0GxaiHfo+p\nuAWQgeG1iyX+PcMzDhkHZsrjnAL12F3nIxUvw27VnbMUNs+KeZ2hOg/b8Gv6\ndwhJU4rCNzin3fiUtSSwGbnCRnqLXM/ySzy7gm7e56oWXnpmn5wNOw5oJizQ\n4u48\r\n=Bhi3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLiRDt+zlsxJo378mDQcIJntrJyZhhiIix9qvAib+KCAiEAoYVPgBPd6tjlroQrNpU8olTGIVIIbXLoCP1VbB5Q9GQ="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.3_1562779055018_0.6739705763754151"},"_hasShrinkwrap":false},"2.4.5":{"name":"typescript-starter","version":"2.4.5","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"describe":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","prepare-release":"run-s reset test cov:check doc:html version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"chalk":"^2.4.2","del":"^5.0.0","execa":"^2.0.3","github-username":"^5.0.1","globby":"^10.0.1","gradient-string":"^1.2.0","inquirer":"^6.4.1","meow":"^5.0.0","ora":"^3.4.0","project-version":"^1.2.0","replace-in-file":"^4.1.1","sha.js":"^2.4.11","update-notifier":"^3.0.1","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@bitjson/typedoc":"^0.15.0-0","@istanbuljs/nyc-config-typescript":"^0.1.3","@types/inquirer":"^6.0.3","@types/meow":"^5.0.0","@types/nock":"^10.0.3","@types/node":"^10","@types/update-notifier":"^2.5.0","ava":"2.2.0","codecov":"^3.5.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^11.0.0-beta.13","npm-run-all":"^4.1.5","nyc":"^14.1.1","open-cli":"^5.0.0","prettier":"^1.18.2","standard-version":"^6.0.1","trash-cli":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","tslint-immutable":"^6.0.1","typescript":"^3.5.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"65f82a9094421f74db887ebafd7b417bb1fc0ada","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.5","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-yoktaFRK8mEFxnKMfUfN5IFsqA+tIAesdDPZagElNjAR/+Sg4wijED83SbheKH8JWVmlZ4K5gDJHfj52T6RLog==","shasum":"6470bfd785118bea494c269da60da4bc4a92289d","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.5.tgz","fileCount":37,"unpackedSize":122265,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJiPUCRA9TVsSAnZWagAApAoP/RvgSnCkf/ElzaKhUSoR\nCAn8d5s0aUZG4RJZd/stbE/QPv/VV+kGk44+29YC6Cg1QyIa2hy6TLr/7h1k\nGwwN70FcteD5hAr/XEq1CslMhNJ1nXx9DuwLYE6TcnVibhABXhv0z9uTgPgd\nlg9AP1pSEDCteKDx+d58dSFPw34IMXMb06Czqh/7Zd7jK7nEjN/hBGSFfONM\nqi6slFgw6RS71HKD0yCNn0tw/MZ7IH7BdUzTzJJZbFf43dtWytaELAujQwJK\nMC9CImFm8caTCREdXGGqhhgVxJaSquXcdJ0IM2/bkkztyEvjlpujk+/ZZ74Z\nmwD3JFgmVLs3igg7IfDEFv6b1WuBkuFVQ63oGuXYuS5RclZWGULNpfiaN7YZ\ncUT7b1bXg9NR0nWlwKsHvCrCmd4GSAZMR1osrT6nDEifNikg+e9wQcEwZoUr\nLGcokSBO/ztqIa/dHad6PeQxHAL9uE4gZ1aaIsZfYUDSN4roOPT4ddxmqtRA\ngLbNTAcdzNPXqLHRBtE2x502Jbvpg+h/tjp2ciYbPAwbvdb4jO+mblMA3pDT\n5ry2IytnFF6r11SPc2RUL5zeW4tLiuJMkSWQtAfIHlO6jo92dcIu0HQIsFjn\n/pa2524ra+Y4YlZjKbf/FPkSFdYRv8WYUk6l3aIbZxLFs9Q9xxF3OxPtKOXI\nqxwp\r\n=5Jmm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID4d/gjYwV5bwJCKr4D+OjrMLJUx2RulBkCeFvBw9kg3AiAkX0BwMkcLsZCOz1T3rLgCfPSCOHd1tjertTY67ZnF7Q=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.5_1562780627577_0.5828937696277361"},"_hasShrinkwrap":false},"2.4.6":{"name":"typescript-starter","version":"2.4.6","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"describe":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","prepare-release":"run-s reset test cov:check doc:html version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"chalk":"^2.4.2","del":"^5.0.0","execa":"^2.0.3","github-username":"^5.0.1","globby":"^10.0.1","gradient-string":"^1.2.0","inquirer":"^6.4.1","meow":"^5.0.0","ora":"^3.4.0","project-version":"^1.2.0","replace-in-file":"^4.1.1","sha.js":"^2.4.11","update-notifier":"^3.0.1","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@bitjson/typedoc":"^0.15.0-0","@istanbuljs/nyc-config-typescript":"^0.1.3","@types/inquirer":"^6.0.3","@types/meow":"^5.0.0","@types/nock":"^10.0.3","@types/node":"^10","@types/update-notifier":"^2.5.0","ava":"2.2.0","codecov":"^3.5.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^11.0.0-beta.13","npm-run-all":"^4.1.5","nyc":"^14.1.1","open-cli":"^5.0.0","prettier":"^1.18.2","standard-version":"^6.0.1","trash-cli":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","tslint-immutable":"^6.0.1","typescript":"^3.5.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"b49d79daa25fead5ee1d4c3dd2a111ef6b6b8240","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.6","_nodeVersion":"10.16.3","_npmVersion":"6.11.1","dist":{"integrity":"sha512-XpZANWhjr2qx1uU5uoa4EGxLMxdGutByhJii4RKPkK2boFIRCiCvQCfKiggOWkYAAQXwJ+LtCO/zSLimuy71Ag==","shasum":"710004b8d3d2827a37ef31d7bf5aefb2226bcd14","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.6.tgz","fileCount":37,"unpackedSize":122528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddEwqCRA9TVsSAnZWagAAfWQP+wTMbGzer1nidqcMGVtC\nJlkMnUB3o9OG69YqjYuDV7YKYsoNw1LYK8jzVkopY9JSr46FxnJB6MNyO6mk\nU2kVlC03yZsaEMFK50uXPn+CwGHzPOHCu95EprZGe/Uj512iI8zFmKkknNMU\nBTGbzWO7apOzG6wpOQoO0HLdJdcQQJUY/sPsy+vEDaA1+/BifHjCoHAiqcUk\n1OfnAUtxrNICNLusGfSDp0HDhHWFsQzsmzt1FufMszFX+Mqag9PSGRZzUmKc\nk1XdjrGhHG2jVVDcLmAEt6lbC9CearF1Ux689lbOgKU5Vi38BqdDGrj/d1wI\nxpFFee+7+JcKXReJcticblhwGWo5uIc3UjeiUkN0Dmx/uMT9yEz7P4TP6v/s\nvSNHQPry5k6Cm0O5w8FBQ+wKimwtknEj3dJwtIrbgyo1tblVpPPJehWPU4Kf\ng0kRMQrIo9o9SRj6OjwM+5HoL2Cbjzwt6dgWvJk7CMavsCXFQzl5+s+3enZc\nViHb4/04v/Egp68Q40vvhxT8JpPS4TLrU905ln+L8o/SfdraM5mWAlmQRFFM\n+xLYYYRZXNJY46SD83lP19/lSO0ZRNyYHqVsDRTOr3wQ6DsNVSpjgdGj/DL/\nKqcC5LJ78fNCMAK1EtpxNIhg35Ci32vk43utLwmiuRYCoYAxKsm16v9Y3v4n\nTRhQ\r\n=TWjF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIATnNOeby8Fo0pus0adDqwCstCvh9MuV5WG0Fnt9hki1AiA52+b/c8u5vHW4N8ZgGIVidRQZ+33URkyivXEXJwQQMg=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.6_1567902761507_0.8628043819045645"},"_hasShrinkwrap":false},"2.4.7":{"name":"typescript-starter","version":"2.4.7","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"describe":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","prepare-release":"run-s reset test cov:check doc:html version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"chalk":"^2.4.2","del":"^5.0.0","execa":"^2.0.3","github-username":"^5.0.1","globby":"^10.0.1","gradient-string":"^1.2.0","inquirer":"^6.4.1","meow":"^5.0.0","ora":"^3.4.0","project-version":"^1.2.0","replace-in-file":"^4.1.1","sha.js":"^2.4.11","update-notifier":"^3.0.1","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@bitjson/typedoc":"^0.15.0-0","@istanbuljs/nyc-config-typescript":"^0.1.3","@types/inquirer":"^6.0.3","@types/meow":"^5.0.0","@types/nock":"^10.0.3","@types/node":"^10","@types/update-notifier":"^2.5.0","ava":"2.2.0","codecov":"^3.5.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^11.0.0-beta.13","npm-run-all":"^4.1.5","nyc":"^14.1.1","open-cli":"^5.0.0","prettier":"^1.18.2","standard-version":"^6.0.1","trash-cli":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","tslint-immutable":"^6.0.1","typescript":"^3.5.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"5a9412b0a6fb08a5151cb6ffd8a3e84fdac178c8","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.7","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-sChDjbt1fm90SrH/HBYNJVTNtGTHVS+DyHKEmTpfQH97IjI/zlbPmqhZOwDHX3ELN41TY6O/dFdXy85riogH3w==","shasum":"5dea6a3dde8c4ed5124f2b9022c55347fa86a1bd","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.7.tgz","fileCount":37,"unpackedSize":122856,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddqkhCRA9TVsSAnZWagAAbiYP+wfENbOwc5IpgofOf7W7\npKS23xlcy3nqX7h6nSWxUtxMJSbz8589s1y0wRmxddUwqqH86muOfIMQ/ckT\nCcjrN+Uf+Mvd7VYOhMKg2f8/nAEUishvY23xr91sh6crQfOe7/IHoz/8yTse\nhG+R+FGRvZrJVzB2xJ8lzkQ9hd3AwL79BWiLvVco2JAvsCNJG4zWkfe+jaUq\nhyv8zEYPhdzSR5LfGB4dHdKieF3rYc4cCiu8V4vT8Azgv5rYwix+2Utpaxb2\nf3yTYvqfZ/K492CMUEYH8ibhnC1fi503+T1u0PqrD4PJcphbryM4u5ympACA\n5JmDIdmsw50j22ig/GWru/1asM2RnpJPzRStUqnjYSKzyPnOiq53F1I2VGkS\n+RRkRmFLRo6Zefvm5hZuqXnjJrRmEMqUVY9GedQnsQ4QGhqN4Q3+zY3halLw\nTXQvYSeZtDoG0vuMN2BTvzaul+rtGdZEB2U3ZYG8VjbKabtKHdT4iD5EOr2m\nCC52NvkcUsaJvqpEmkgA0yGvwOIPC+XNKSQ30U2GTO50JgFdl8nfiAyHD896\nt30o3sVNDYOhAGadS72yoXUwXVa0XqFKQy7X+E42oCSEh/H8hT049mfhYqn9\nq1475zNXsEFmOHclI5qyO1xLu1Pq2FpjgsBI07f55y6/P1592KoAHeOVC05x\nc0X9\r\n=HCvJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1t7TXC6/sWKkR+cd8u7J+U3jS41XjHWv9uJvgOGUrLQIhAMuXRUxe9RVQDLGLgjjA8C0dYBtSZv8l/nGyFN+rvtBJ"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.7_1568057632301_0.13192722120986922"},"_hasShrinkwrap":false},"2.4.8":{"name":"typescript-starter","version":"2.4.8","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"./bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","tslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"describe":"npm-scripts-info","build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:tslint":"tslint --fix --project .","test":"run-s build test:*","test:lint":"tslint --project . && prettier \"src/**/*.ts\" --list-different","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:send":"nyc report --reporter=lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","prepare-release":"run-s reset test cov:check doc:html version doc:publish"},"scripts-info":{"info":"Display information about the package scripts","build":"Clean and rebuild the project","fix":"Try to automatically fix any linting problems","test":"Lint and unit test the project","watch":"Watch and rebuild the project on save, then rerun relevant tests","cov":"Rebuild, run tests, then create and open the coverage report","doc":"Generate HTML API documentation and open it in a browser","doc:json":"Generate API documentation in typedoc JSON format","version":"Bump package.json version, update CHANGELOG.md, tag release","reset":"Delete all untracked files and reset the repo to the last commit","prepare-release":"One-step: clean, build, test, publish docs, and prep a release"},"engines":{"node":">=8.9"},"NOTE":"These dependencies are for the CLI, and will be removed automatically.","dependencies":{"chalk":"^2.4.2","del":"^5.0.0","execa":"^2.0.3","github-username":"^5.0.1","globby":"^10.0.1","gradient-string":"^1.2.0","inquirer":"^6.4.1","meow":"^5.0.0","ora":"^3.4.0","project-version":"^1.2.0","replace-in-file":"^4.1.1","sha.js":"^2.4.11","update-notifier":"^3.0.1","validate-npm-package-name":"^3.0.0"},"devDependencies":{"@bitjson/npm-scripts-info":"^1.0.0","@bitjson/typedoc":"^0.15.0-0","@istanbuljs/nyc-config-typescript":"^0.1.3","@types/inquirer":"^6.5.0","@types/meow":"^5.0.0","@types/nock":"^10.0.3","@types/node":"^10","@types/update-notifier":"^2.5.0","ava":"2.2.0","codecov":"^3.5.0","cz-conventional-changelog":"^2.1.0","gh-pages":"^2.0.1","md5-file":"^4.0.0","nock":"^11.0.0-beta.13","npm-run-all":"^4.1.5","nyc":"^14.1.1","open-cli":"^5.0.0","prettier":"^1.18.2","standard-version":"^6.0.1","trash-cli":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","tslint-immutable":"^6.0.1","typescript":"^3.5.3"},"ava":{"failFast":true,"files":["build/main/**/*.spec.js"],"sources":["build/main/**/*.js"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"ab50e80ec8edf2ac2d9533e749e19526534db470","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@2.4.8","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"integrity":"sha512-mcbmGAqWk2zY6xyDvApPN8M9JqxPOdLq0bqP8ZLN34/1auzWGg1mTaHY8/2I25zmUje4gtGylq8GNQvxg7igyQ==","shasum":"48d789084b3fa6960e57a383b6b947383717f2e3","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-2.4.8.tgz","fileCount":37,"unpackedSize":123112,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJddqzsCRA9TVsSAnZWagAANYoP/32/DmlEHQf5TUjZb9sY\nZmSiti34OjpxxgOIbc7EyK2kgm3rLJXmuIDOnOGstN4zmr5w3Ad9xbslMJM3\n1JmelSOBXXZkN7bwQn5FNyM9M8VRwrinHUeDfqfEmF5/uHVdSbrzWu4A+R7j\n1rSP3WkSOPe9yzmVQP9x8JtQEpCVTNHSRUrRCuZLDpNJHoK8opnWSLjXcuFZ\nPde0w07oMUwdOntkmgezaZJkvKdA6sZ4nRXvbowJCq9FmeEOS1tGGBBbhPXa\nj971QChJnCjaWbp+EiZ/nX6aIlh0rLu0RkJWPthyyF+yd/HuBo391MFFbTww\neSw7aphLZ0dFLLypxqY2m2g8ttrPP2tJjWqeapvs2udr24iXhtBJz9zPR9kv\nnHOM2jzZhuXE4eW9yJkFQH0vIGAdjfiHB6q9ElDYHmSyFq2NAku8OtHWOdig\niZdfTQcTCjAB6rUEG8rgB6vkqfvY6T8rPESBUt5a3f4RCTJUMOncBlLzaXU0\n9JgoR0x+5wGmvJGUF1oCp3wIA/pDzFHGilnVbM0xK53g0Xpz5127Yq1LcCYi\nPiP2NcB3KB93aDOAgZ0E7E2uXedbeDHIuNDHYZUpkSNKCqQUZxa7Gij3e2p9\nuwZQLyjaFTPUUXgw0FB2E3gk/dSMtnO30Mb00vqaq+O9YsiW+n/bzp4K7b8A\nbMWi\r\n=nniK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDHIxhhOcN4ums+H+3ZvRX47PsvCij0Nc7GQhYakkySIAiEAskQS8I2GnWvTXqE2OO/46uLHYqaN4x93G5kM4vQi6hI="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_2.4.8_1568058602427_0.7366277755196673"},"_hasShrinkwrap":false},"3.0.0":{"name":"typescript-starter","version":"3.0.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","eslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint . --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint . --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"NOTE":"These dependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","dependencies":{"@bitauth/libauth":"^1.17.1","chalk":"^4.1.0","del":"^5.0.0","execa":"^4.0.3","github-username":"^5.0.1","globby":"^11.0.1","gradient-string":"^1.2.0","inquirer":"^7.3.3","meow":"^7.1.1","ora":"^5.0.0","replace-in-file":"^6.1.0","update-notifier":"^4.1.1","validate-npm-package-name":"^3.0.0"},"NOTE_2":"Many of these devDependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@types/gradient-string":"^1.1.1","@types/inquirer":"^7.3.1","@types/md5-file":"^4.0.2","@types/node":"^14.6.2","@types/update-notifier":"^4.1.1","@types/validate-npm-package-name":"^3.0.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"^3.0.2","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","md5-file":"^5.0.0","nock":"^13.0.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","trash-cli":"^3.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"20s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!build/module/**"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"688763293665857ebe73c34f266a9df1f4a4123f","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@3.0.0","_nodeVersion":"12.18.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-rfq8sKA8IFjSm/zxpvEEJW+IOlt98ov2lRsj9HpzHJ/Jq8fanmfJd6N7DcHW2WOuyswpAg9CjS0mejVDFSbnaA==","shasum":"cff2e2de6bd0c25af36b23a4dc220d3cece374d7","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-3.0.0.tgz","fileCount":33,"unpackedSize":117109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTtu+CRA9TVsSAnZWagAAW1QP/3U1gFUE4I5b3Cibaj5k\nsOLb7zouI9Qe9YBcXHKrwYODnGkx7WOCYIwaGafvNPf0ZwJW0eVWtFNFKQmS\nWBalMJU1TizKOrq05fgk0IW5vSWK93PqeJz0ZznVI0iAose2pg1FSresmCJa\nkj4WR3PxjpnIUqmkr+8bnimwJT8sOVITQTWjtChkU+Mh7Ex4mBzMmmjac2yE\ng5tqswgeNMyjk17wek3riPuwJYxHq9f7f49TaR6j++Xb0FdFgTcNkJszC8mb\n3qEJYmNXckD+egTMFRVJrojV2Cum8JJpDzl974koXZA6Z+2uhSxQ3Rv6pcxg\nB3XJKzzLncUmXUZJps8iEpI553A0JfuGiMNEJghIILiR7KbpcqyEBaOXQeVA\n3zYZ4XTXM3TusYft98gdcLioK4v1a2jt5dG7jBmrvCIz6cf9JQRtfN29W045\n4YyQH/hK2Xfi2wFpIRC/NIUEToMm2bUUKwUalvgQhVfn4c6x2t6hxTGzOJZB\n2GydbXlZFips2SbND/WvUFqIIv2ZTrVwciD3Y/d7TZnEWeA2L7Hrz/r+2YTr\n3z7rmLIx/6aooI75ffGFd0RP3Kbo6z0BMnhCdAMEXticc6mCHXVYbftsvMe4\nvvIX/m8omxQW5UrLWYWKw009z9N9cIyn+rOKYfd6Vf2bnzzapVBYaVmzO9/z\nj3ND\r\n=kjZA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDxuVkLuTjugbScffdLQYckteucKquohAngketdO3ENyAiBdgnAtJ233OeCtHYBkZfjVIRXnDKznsaSjzkMfqV6xLg=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_3.0.0_1599003581872_0.9604577743212033"},"_hasShrinkwrap":false},"3.0.1":{"name":"typescript-starter","version":"3.0.1","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","eslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"build":"run-s clean && run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint . --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint . --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","watch":"run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && npm i","clean":"trash build test","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"NOTE":"These dependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","dependencies":{"@bitauth/libauth":"^1.17.1","chalk":"^4.1.0","del":"^5.0.0","execa":"^4.0.3","github-username":"^5.0.1","globby":"^11.0.1","gradient-string":"^1.2.0","inquirer":"^7.3.3","meow":"^7.1.1","ora":"^5.0.0","replace-in-file":"^6.1.0","update-notifier":"^4.1.1","validate-npm-package-name":"^3.0.0"},"NOTE_2":"Many of these devDependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@types/gradient-string":"^1.1.1","@types/inquirer":"^7.3.1","@types/md5-file":"^4.0.2","@types/node":"^14.6.2","@types/update-notifier":"^4.1.1","@types/validate-npm-package-name":"^3.0.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"^3.0.2","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","md5-file":"^5.0.0","nock":"^13.0.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","trash-cli":"^3.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!build/module/**"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"3d670019dcf518d577227ab685537b468ad1a82c","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@3.0.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-MxhjlVLRJzlu3FFfb3X2N4SQXjErgT/HdxiB7mnCtgzZIGmcWeAgkAS7LcLdXuNJVz3CqlCZ/oE1rOU7j4luRQ==","shasum":"f27f870cbdbe4d3b6ab9afa6204e9f242b3c2b1e","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-3.0.1.tgz","fileCount":33,"unpackedSize":117540,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTvkhCRA9TVsSAnZWagAAC2kQAJerQLH/qgWgGEN7ALTj\n5g3bE9tgACn/yJp0tLYUW1ZY19a43tJRjFJd8ulrcg/2nR09tPITDECA78zU\nIBKC07E1DXfs34m9vKBA4ePSfWaK9o67wK8rOdolXqU0G1XmRtgxRjsK0WF6\nv8nDFR29/ff9WNgL997oXopykLabfi/Qid/utIfdNyPsHwALfwRHbx+tuBkC\nHCz9Ci5go9dDkkz+495J0kaPACLQJrXrPXimhFeQ69PvtPEAGqk+lrXJyL7F\ntusE3mb0GaifMG0l7nOW/VTSeFEqP5Hlk3Wn891+2vOPbE1qp+nq1uQzQCsW\nDUNMtz3+qsGfqYMQ7KY7R3ugpr0yfgMZK18PmvX9w3JD+yb3Rus9BWEQzS3d\nPD/n5RJTQPx+em1HoYGYVhP0KE9fmyXylO0XjlI0TnLHaKjABLxUxVJvPYcE\n+hfqGef0TF4M4NjLxMPmQWxr8hd5/FtDJCvS8hd597/kC98KM/pitQXKnmlA\nJoijjO5UxnqInxYoj8T9Y+N+c34LrTN+1KWe17Wg5tOGbg7MDqFxOwLttzID\nGRX/peZ0JnsAl0CBj84xQyolf87ofAazF7pIEwm/24rRnXM8syOpUM3PrkUi\nqnzRtu7XNzFtyFusql/hKzuqMo/SwNLM+GEN652dimMeXFl+Vsj9IAG+AQU+\naW8Y\r\n=5CFb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjH3nBG/GX7EQyRwsw6klE8DGUU3U1ZcO5LhVL39lbuAIgb0jDcqbVHU6Jm9mUbQ6deh8+sX4RGe9FKVGNT2NkqIM="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_3.0.1_1599011104959_0.20801633795171592"},"_hasShrinkwrap":false},"3.1.0":{"name":"typescript-starter","version":"3.1.0","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","eslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"build":"run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint . --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint src --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent ava --watch","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && npm i","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"NOTE":"These dependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","dependencies":{"@bitauth/libauth":"^1.17.1","chalk":"^4.1.0","del":"^5.0.0","execa":"^4.0.3","github-username":"^5.0.1","globby":"^11.0.1","gradient-string":"^1.2.0","inquirer":"^7.3.3","meow":"^7.1.1","ora":"^5.0.0","replace-in-file":"^6.1.0","update-notifier":"^4.1.1","validate-npm-package-name":"^3.0.0"},"NOTE_2":"Many of these devDependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@types/gradient-string":"^1.1.1","@types/inquirer":"^7.3.1","@types/md5-file":"^4.0.2","@types/node":"^14.6.2","@types/update-notifier":"^4.1.1","@types/validate-npm-package-name":"^3.0.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"^3.0.2","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","md5-file":"^5.0.0","nock":"^13.0.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","trash-cli":"^3.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!test","!build/module/**"],"ignoredByWatcher":["test"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"bc493b52ce236d6a1d85ad310a6a5778e09ecb03","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@3.1.0","_nodeVersion":"12.18.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-2xadBKW82Q/RKCx9rXCLKb/g/ZPEwnwka3a9CPkx9ZHGVQS+AFqNz96lRfWERjPpo2QQ0weAEAdBvw8LGwf50A==","shasum":"9ee2200503f5f38bef126770ad8dc27b400ba934","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-3.1.0.tgz","fileCount":33,"unpackedSize":117890,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTwtuCRA9TVsSAnZWagAAJ/UP/jAIWg0oPZ4kwUFIUzlu\n9kOTp4XIl+9ivwuSEOIKjFj0ufBVGS7tjlSeioeLpyx0mlWdSVrHu/ojVwiv\n/LvnyZyrCp7fgZAzaKhqmP0RxZu/h1IMmIdROanvojCjxXyYrKFaLr1K9x05\n2M3Gwev5qILfDGi5CWEUyK07RIwM9pez17ILTPKDEC+ivKfwnNoYzbMWVZa+\n9Yl4tofXYbOnZ//AvjMK4qQWnmDs5tOj+nqrQRRljINAcl7OaGsothigxeJA\n7rbO4l1oRXp7LOYkPHafcB52kUF2+6YZPQZZH6X68IKM2cCKRnqJyinMwXwr\nCngr7ar8vktJkBtGFqGfIfp1rLXZAEBL3DKY0UW32MlyFujfXVmaL63X5prK\ncbJ7qNISo5EhCjndY0g9N+KmRsuSaywK2y8tKy8Ij6pKrEeD0/1O2oMwm9Sw\nS4iiSw/T0ENsvowOkT8GvnNYBbNBSOSITYyUUEWZoieD6l6u5Icz1wmpp/iw\nwYPZ+C7GLueaCciS2UD/91581pk6rd0lLK9WJ78IZv6It9EOKGfP2phDQnlE\n7yzfgsOXeOqqOw4afsEgaI4TAgY9YFU1TAbAVH+S3J3qUyE0FkeFuQJJCxSM\nUh759+3s9neAlMG6H61YvPbEZvKzRQP5RkyMZaGky+BY9uSXHVPTkHVCqUMT\nAUWK\r\n=+Yhp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH5NqOdXt1I3tvvKpJNsT0OoSkhPJCHt/5fUvzBa7oskAiBFCDm8G69Bul9zvwGg2MbIFtqjfg3IiqR6urchgcAw+g=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_3.1.0_1599015790416_0.3086158056747479"},"_hasShrinkwrap":false},"3.1.1":{"name":"typescript-starter","version":"3.1.1","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","eslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"build":"run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint . --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint src --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent ava --watch","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && npm i","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"NOTE":"These dependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","dependencies":{"@bitauth/libauth":"^1.17.1","chalk":"^4.1.0","del":"^5.0.0","execa":"^4.0.3","github-username":"^5.0.1","globby":"^11.0.1","gradient-string":"^1.2.0","inquirer":"^7.3.3","meow":"^7.1.1","ora":"^5.0.0","replace-in-file":"^6.1.0","update-notifier":"^4.1.1","validate-npm-package-name":"^3.0.0"},"NOTE_2":"Many of these devDependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@types/gradient-string":"^1.1.1","@types/inquirer":"^7.3.1","@types/md5-file":"^4.0.2","@types/node":"^14.6.2","@types/update-notifier":"^4.1.1","@types/validate-npm-package-name":"^3.0.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"^3.0.2","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","md5-file":"^5.0.0","nock":"^13.0.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!test","!build/module/**"],"ignoredByWatcher":["test"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"743270414c84f0cbc625c2e1cc4662f10f7e0f58","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@3.1.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.8","dist":{"integrity":"sha512-4V6SR7eyKkKbwOnLgcLb944BLwlAWNIR0Xdo2yDdQl+8UspTLAxwN1vHtCli0Ayu7GeHOSm3eIfv1PvQ52Pzaw==","shasum":"ecf56948c92bd83b0a01cb741ebb3da6ec733c7e","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-3.1.1.tgz","fileCount":33,"unpackedSize":118124,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTxgtCRA9TVsSAnZWagAA+KUP/ix8uwYccnv2uXbFnNrn\nO3f5d1sRRJO4DWhlhBAhHLKMXNiii7XcL0VuiJFYVBFC2MnUeMDzTaYJBVZ+\ng6qp00YsGjr51j3Mau55HzAuqmYdx0dGh7FP6iWtpzxB8dfwhUrh4ME2AVkN\nKMzOMThyinFSHzNeFaPHEyGzIxi77Lapd0bKoZGxAY+xFYjuh74RU6GCm1Z0\nuKJknQ2iebbp9qxNpK67ApAF7HHgiraFlsDQmQgSoW3p1oP9ZtJI+ZC1jMjo\nxJQg5Wb2TLtjX0sbiR/GVc1KqJqtAdxBOss36yd3q9UbKgAz9txZke+fNRBE\ntYgN+KOlAtHmtw2Rw3It6N6NaqmN0ZngpoDezCuXIYU4XJQr8QjYqPAcWZLF\njLUEHtHv5t6b/nrb5EtDNAsYFJBu2/ylsWCpIjX7Lz834O+ut0xeLwGrTPpP\n1Xe7ByOyUECgKK0zodzoS0zGKt5BDc0/qUFs4S5orMRXIm3DVZHiSoCR8u2C\noHoygDzz+/3+tDALcpJ0benpLiyMrYtp3kBAcUsJ7LN2FUBrP/MiDJASzgFv\ngbMT3JxRUrd+KK/gCp5hUyLsk6ntFiemsMDEtp1ZgBGOjn5R8fL6UeGnreW2\n4Sah+gMXT+8ieTykUeKvNAXqx71NE3FXlbTQ28PM3GrATVs9yNJki+/LJtek\nFdyj\r\n=X3e0\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEXA1UQa9Uo8xr74tJzp7B+0jkg+CqLLTRVeHF95oNu1AiA42LZxUSeZtDbeNMpVCW1B2aHSviYR+zxgUYJVIIJmFw=="}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_3.1.1_1599019052718_0.13472744534516656"},"_hasShrinkwrap":false},"3.1.2":{"name":"typescript-starter","version":"3.1.2","description":"A typescript starter for building javascript libraries and projects","bin":{"typescript-starter":"bin/typescript-starter"},"main":"build/main/index.js","typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"license":"MIT","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","eslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"scripts":{"build":"run-p build:*","build:main":"tsc -p tsconfig.json","build:module":"tsc -p tsconfig.module.json","fix":"run-s fix:*","fix:prettier":"prettier \"src/**/*.ts\" --write","fix:lint":"eslint src --ext .ts --fix","test":"run-s build test:*","test:lint":"eslint src --ext .ts","test:prettier":"prettier \"src/**/*.ts\" --list-different","test:spelling":"cspell \"{README.md,.github/*.md,src/**/*.ts}\"","test:unit":"nyc --silent ava","check-cli":"run-s test diff-integration-tests check-integration-tests","check-integration-tests":"run-s check-integration-test:*","check-integration-test:1":"cd test/test-1 && npm i && npm run build && npm run test","check-integration-test:2":"cd test/test-2 && yarn && yarn build && yarn test","check-integration-test:3":"cd test/test-3 && yarn && yarn build && yarn test","check-integration-test:4":"cd test/test-4 && npm i && npm run build && npm run test","check-integration-test:5":"cd test/test-5 && npm i && npm run build && npm run test","check-integration-test:6":"cd test/test-6 && yarn && yarn build && yarn test","diff-integration-tests":"mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'","watch:build":"tsc -p tsconfig.json -w","watch:test":"nyc --silent ava --watch","cov":"run-s build test:unit cov:html cov:lcov && open-cli coverage/index.html","cov:html":"nyc report --reporter=html","cov:lcov":"nyc report --reporter=lcov","cov:send":"run-s cov:lcov && codecov","cov:check":"nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100","doc":"run-s doc:html && open-cli build/docs/index.html","doc:html":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --out build/docs","doc:json":"typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json","doc:publish":"gh-pages -m \"[ci skip] Updates\" -d build/docs","version":"standard-version","reset-hard":"git clean -dfx && git reset --hard && npm i","prepare-release":"run-s reset-hard test cov:check doc:html version doc:publish"},"engines":{"node":">=10"},"NOTE":"These dependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","dependencies":{"@bitauth/libauth":"^1.17.1","chalk":"^4.1.0","del":"^5.0.0","execa":"^4.0.3","github-username":"^5.0.1","globby":"^11.0.1","gradient-string":"^1.2.0","inquirer":"^7.3.3","meow":"^7.1.1","ora":"^5.0.0","replace-in-file":"^6.1.0","update-notifier":"^4.1.1","validate-npm-package-name":"^3.0.0"},"NOTE_2":"Many of these devDependencies are for the CLI and will not be included when you run 'npx typescript-starter'.","devDependencies":{"@ava/typescript":"^1.1.1","@istanbuljs/nyc-config-typescript":"^1.0.1","@types/gradient-string":"^1.1.1","@types/inquirer":"^7.3.1","@types/md5-file":"^4.0.2","@types/node":"^14.6.2","@types/update-notifier":"^4.1.1","@types/validate-npm-package-name":"^3.0.0","@typescript-eslint/eslint-plugin":"^4.0.1","@typescript-eslint/parser":"^4.0.1","ava":"^3.12.1","codecov":"^3.5.0","cspell":"^4.1.0","cz-conventional-changelog":"^3.3.0","eslint":"^7.8.0","eslint-config-prettier":"^6.11.0","eslint-plugin-eslint-comments":"^3.2.0","eslint-plugin-functional":"^3.0.2","eslint-plugin-import":"^2.22.0","gh-pages":"^3.1.0","md5-file":"^5.0.0","nock":"^13.0.4","npm-run-all":"^4.1.5","nyc":"^15.1.0","open-cli":"^6.0.1","prettier":"^2.1.1","standard-version":"^9.0.0","ts-node":"^9.0.0","typedoc":"^0.19.0","typescript":"^4.0.2"},"ava":{"failFast":true,"timeout":"60s","typescript":{"rewritePaths":{"src/":"build/main/"}},"files":["!diff","!test","!build/module/**"],"ignoredByWatcher":["diff","test"]},"config":{"commitizen":{"path":"cz-conventional-changelog"}},"prettier":{"singleQuote":true},"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js"]},"gitHead":"586cdb3029ab2c52e2f0893adafbbb017059e1c9","bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"homepage":"https://github.com/bitjson/typescript-starter#readme","_id":"typescript-starter@3.1.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-4Rk+9oj506xtpxU5R5tT+UBHdnqyuBFA1WXCREP2fbspGesePUPtn5LQX4YH7U8AFSmeu1xkev+JM0FbDU5kbg==","shasum":"959f2664a5f436531746452741ef10e92f619c40","tarball":"https://registry.npmjs.org/typescript-starter/-/typescript-starter-3.1.2.tgz","fileCount":33,"unpackedSize":123385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWBO+CRA9TVsSAnZWagAAU+UP/0feMEPSJNckL2fdgVkJ\nekaVEXWzf6y9Vw3YblTzalklpLdNIRf26hqBOQIi4vy55rnQ9bRtsbaItNA8\nroWXIzxDLTPgv6Px9bHqKcgYzR2bIe0LMkwetVb0nhhqw7/ULuRkcPMekDHm\n2OsrP4El7f0Rmf7dmOSRsers+K0m/x5Xf6s0XZuXRhbOyq3XuuDBEF1Cgia4\n4FBx/aj5IPacs6fAz8hyV6x8be8OmEpUwGBB7QKWhBnX9km6EU10INkoBrz+\nJBmVUWUhuR/xX2jdbok2+PCSmMbe9tesphEjrD1CLw2aTf06/PH+rIc5F+q9\nGk68YuC1FCSsRhWtxTr642MNpxCZmdDL83JAbwD7SZ42TcqFc/tiUvQDZqYu\nNbfRXZiDjJQY28rt3jKsnaamcZgEtVuiwnZchS6Jky/ktR9Cp+ugAOqiqji6\nxYdfJJyFD85Mi7ILGoj6qNxvLmOiUbMQVVquL0z0BIy0KXZAlI0EwQsMza2x\nrEWPFwKPkRb2Q2ZUkL00zYQ0UTU4L2QnYoeq9LhgTvc0GPMiE2TSE0s6fCq6\nqrTqqYJXB2EwsEQalvmkFMC8NWqE8mqQmqoXGbFOi6y4n81Q9z8l53yX/xMJ\nRV0gE4SkJg0eXhogbLiTLJdUT094eYDd9icEGFfWNzMm/kTD+g+Hk0ud0Xs2\nnyI8\r\n=+eEk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMcFZYZ7FnBXWnvnhCbGnt7lj2I4C1R5lyvaBKi8mz4QIhAO5lKZFuGQ5R2J0aihyjvG4FGdIE5jPOevqjzTBL1dKM"}]},"maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"_npmUser":{"name":"jasondreyzehner","email":"jason@dreyzehner.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/typescript-starter_3.1.2_1599607742362_0.5142248875876771"},"_hasShrinkwrap":false}},"readme":"<img height=\"0\" width=\"0\" alt=\"typescript-starter dark logo\" src=\"https://cloud.githubusercontent.com/assets/904007/23006840/4e2b0c6c-f3d2-11e6-8f32-11384ee0cc4b.png\"><img alt=\"typescript-starter logo\" src=\"https://cloud.githubusercontent.com/assets/904007/23006836/4c67a3b8-f3d2-11e6-8784-12f0a34284d1.png\">\n\n[![NPM version](https://img.shields.io/npm/v/typescript-starter.svg)](https://www.npmjs.com/package/typescript-starter)\n[![Codecov](https://img.shields.io/codecov/c/github/bitjson/typescript-starter.svg)](https://codecov.io/gh/bitjson/typescript-starter)\n[![CircleCI](https://img.shields.io/circleci/project/github/bitjson/typescript-starter.svg)](https://circleci.com/gh/bitjson/typescript-starter)\n[![Travis](https://img.shields.io/travis/bitjson/typescript-starter.svg)](https://travis-ci.org/bitjson/typescript-starter)\n[![AppVeyor](https://img.shields.io/appveyor/ci/bitjson/typescript-starter.svg)](https://ci.appveyor.com/project/bitjson/typescript-starter)\n[![GitHub stars](https://img.shields.io/github/stars/bitjson/typescript-starter.svg?style=social&logo=github&label=Stars)](https://github.com/bitjson/typescript-starter)\n\n<p align=\"center\">\n  <img alt=\"demo of the typescript-starter command-line interface\" src=\"https://cdn.rawgit.com/bitjson/typescript-starter/c3e3b7ec/demo.svg\">\n</p>\n\n## Start Now\n\nRun one simple command to install and use the interactive project generator. You'll need [Node](https://nodejs.org/) `v10` or later.\n\n```sh\nnpx typescript-starter\n```\n\nThe interactive CLI will help you create and configure your project automatically.\n\n> Since this repo includes [the CLI and it's tests](./src/cli), you'll only need to fork or clone this project if you want to contribute. If you find this project useful, please consider [leaving a star](https://github.com/bitjson/typescript-starter/stargazers) so others can find it. Thanks!\n\n# Features\n\n- Write **standard, future javascript** – with stable ESNext features – today ([stage 3](https://github.com/tc39/proposals) or [finished](https://github.com/tc39/proposals/blob/master/finished-proposals.md) features)\n- [Optionally use typescript](https://medium.freecodecamp.org/its-time-to-give-typescript-another-chance-2caaf7fabe61) to improve tooling, linting, and documentation generation\n- Export as a [javascript module](http://jsmodules.io/), making your work **fully tree-shakable** for consumers capable of using [es6 imports](https://github.com/rollup/rollup/wiki/pkg.module) (like [Rollup](http://rollupjs.org/), [Webpack](https://webpack.js.org/), or [Parcel](https://parceljs.org/))\n- Export type declarations to improve your downstream development experience\n- Backwards compatibility for Node.js-style (CommonJS) imports\n- Both strict and flexible [typescript configurations](./tsconfig.json) available\n\nSo we can have nice things:\n\n- Generate API documentation (HTML or JSON) [without a mess of JSDoc tags](https://blog.cloudflare.com/generating-documentation-for-typescript-projects/) to maintain\n- Collocated, atomic, concurrent unit tests with [AVA](https://github.com/avajs/ava)\n- Source-mapped code coverage reports with [nyc](https://github.com/istanbuljs/nyc)\n- Configurable code coverage testing (for continuous integration)\n- Automatic linting and formatting using [`typescript-eslint`](https://github.com/typescript-eslint/typescript-eslint) and [Prettier](https://prettier.io/)\n\n## But first, a good editor\n\nBefore you start, consider using an [editor with good typescript support](https://github.com/Microsoft/TypeScript/wiki/TypeScript-Editor-Support).\n\n[VS Code](https://code.visualstudio.com/) (below) is a popular option. Editors with typescript support can provide helpful autocomplete, inline documentation, and code refactoring features.\n\nAlso consider installing editor extensions for [ESLint](https://github.com/Microsoft/vscode-eslint) and [Prettier](https://github.com/prettier/prettier-vscode). These extensions automatically format your code each time you save, and may quickly become invaluable.\n\n<p align=\"center\">\n  <img alt=\"Typescript Editor Support – vscode\" width=\"600\" src=\"https://cloud.githubusercontent.com/assets/904007/23042221/ccebd534-f465-11e6-838d-e2449899282c.png\">\n</p>\n\n# Developing with typescript-starter\n\n## Development zen\n\nTo start working, run the `watch:build` task using [`npm`](https://docs.npmjs.com/getting-started/what-is-npm) or [`yarn`](https://yarnpkg.com/).\n\n```sh\nnpm run watch:build\n```\n\nIn another terminal tab/window, run the `watch:test` task:\n\n```sh\nnpm run watch:test\n```\n\nThese watch tasks make development much faster and more interactive. They're particularly helpful for [TDD](https://en.wikipedia.org/wiki/Test-driven_development)/[BDD](https://en.wikipedia.org/wiki/Behavior-driven_development) workflows.\n\nThese watch tasks will build and watch the entire project for changes (to both the library source files and test source files). As you develop, you can add tests for new functionality – which will initially fail – before developing the new functionality. Each time you save, any changes will be rebuilt and retested.\n\n<p align=\"center\">\n  <!-- PR request: capture the magic of using a test-running watch task for development -->\n  <img alt=\"typescript-starter's watch task\" src=\"https://user-images.githubusercontent.com/904007/37270842-c05f5192-25a6-11e8-83bb-1981ae48e38e.png\">\n</p>\n\nSince only changed files are rebuilt and retested, this workflow remains fast even for large projects.\n\n## Enable stronger type checking (recommended)\n\nTo make getting started easier, the default `tsconfig.json` is using a very flexible configuration. This will allow you to get started without many warnings from Typescript.\n\nTo enable additional Typescript type checking features (a good idea for mission-critical or large projects), review the commented-out lines in your [typescript compiler options](./tsconfig.json).\n\n## Auto-fix and format project\n\nTo automatically fix `eslint` and `prettier` formatting issues, run:\n\n```sh\nnpm run fix\n```\n\n## View test coverage\n\nTo generate and view test coverage, run:\n\n```sh\nnpm run cov\n```\n\nThis will create an HTML report of test coverage – source-mapped back to Typescript – and open it in your default browser.\n\n<p align=\"center\">\n  <img height=\"600\" alt=\"source-mapped typescript test coverage example\" src=\"https://cloud.githubusercontent.com/assets/904007/22909301/5164c83a-f221-11e6-9d7c-72c924fde450.png\">\n</p>\n\n## Generate your API docs\n\nThe src folder is analyzed and documentation is automatically generated using [TypeDoc](https://github.com/TypeStrong/typedoc).\n\n```sh\nnpm run doc\n```\n\nThis command generates API documentation for your library in HTML format and opens it in a browser.\n\nSince types are tracked by Typescript, there's no need to indicate types in JSDoc format. For more information, see the [TypeDoc documentation](http://typedoc.org/guides/doccomments/).\n\nTo generate and publish your documentation to [GitHub Pages](https://pages.github.com/) use the following command:\n\n```sh\nnpm run doc:publish\n```\n\nOnce published, your documentation should be available at the proper GitHub Pages URL for your repo. See [`typescript-starter`'s GitHub Pages](https://bitjson.github.io/typescript-starter/) for an example.\n\n<p align=\"center\">\n  <img height=\"500\" alt=\"TypeDoc documentation example\" src=\"https://cloud.githubusercontent.com/assets/904007/22909419/085b9e38-f222-11e6-996e-c7a86390478c.png\">\n</p>\n\nFor more advanced documentation generation, you can provide your own [TypeDoc theme](http://typedoc.org/guides/themes/), or [build your own documentation](https://blog.cloudflare.com/generating-documentation-for-typescript-projects/) using the JSON TypeDoc export:\n\n```sh\nnpm run doc:json\n```\n\n## Bump version, update changelog, commit, & tag release\n\nIt's recommended that you install [`commitizen`](https://github.com/commitizen/cz-cli) to make commits to your project.\n\n```sh\nnpm install -g commitizen\n\n# commit your changes:\ngit cz\n```\n\nThis project is tooled for [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) to make managing releases easier. See the [standard-version](https://github.com/conventional-changelog/standard-version) documentation for more information on the workflow, or [`CHANGELOG.md`](CHANGELOG.md) for an example.\n\n```sh\n# bump package.json version, update CHANGELOG.md, git tag the release\nnpm run version\n```\n\nYou may find a tool like [**`wip`**](https://github.com/bitjson/wip) helpful for managing work in progress before you're ready to create a meaningful commit.\n\n## One-step publish preparation script\n\nBringing together many of the steps above, this repo includes a one-step release preparation command.\n\n```sh\n# Prepare a standard release:\nnpm run prepare-release\n```\n\nThis command runs the following tasks:\n\n- `hard-reset`: cleans the repo by removing all untracked files and resetting `--hard` to the latest commit. (**Note: this could be destructive.**)\n- `test`: build and fully test the project\n- `docs:html`: generate the latest version of the documentation\n- `docs:publish`: publish the documentation to GitHub Pages\n- `version`: bump package.json version, update CHANGELOG.md, and git tag the release\n\nWhen the script finishes, it will log the final command needed to push the release commit to the repo and publish the package on the `npm` registry:\n\n```sh\ngit push --follow-tags origin master; npm publish\n```\n\nLook over the release if you'd like, then execute the command to publish everything.\n\nYou can also prepare a non-standard release:\n\n```sh\n# Or a non-standard release:\n\n# Reset the repo to the latest commit and build everything\nnpm run hard-reset && npm run test && npm run cov:check && npm run doc:html\n\n# Then version it with standard-version options. e.g.:\n# don't bump package.json version\nnpm run version -- --first-release\n\n# Other popular options include:\n\n# PGP sign it:\n# $ npm run version -- --sign\n\n# alpha release:\n# $ npm run version -- --prerelease alpha\n\n# And don't forget to push the docs to GitHub pages:\nnpm run doc:publish\n```\n\n# FAQs\n\n## Why are there two builds? (`main` and `module`)\n\nThe `src` of `typescript-starter` is compiled into two separate builds: `main` and `module`. The `main` build is [configured to use the CommonJS module system](https://github.com/bitjson/typescript-starter/blob/master/tsconfig.json#L8). The `module` build [uses the new es6 module system](https://github.com/bitjson/typescript-starter/blob/master/config/tsconfig.module.json).\n\nBecause Node.js LTS releases do not yet support the es6 module system, some projects which depend on your project will follow the `main` field in [`package.json`](https://github.com/bitjson/typescript-starter/blob/master/package.json). Tools which support the new system (like [Rollup](https://github.com/rollup/rollup), [Webpack](https://webpack.js.org/), or [Parcel](https://parceljs.org/)) will follow the `module` field, giving them the ability to statically analyze your project. These tools can tree-shake your `module` build to import only the code they need.\n\n## Why put tests next to the source code?\n\nBy convention, sample tests in this project are adjacent to the files they test.\n\n- Such tests are easy to find.\n- You see at a glance if a part of your project lacks tests.\n- Nearby tests can reveal how a part works in context.\n- When you move the source (inevitable), you remember to move the test.\n- When you rename the source file (inevitable), you remember to rename the test file.\n\n(Bullet points taken from [the Angular Testing Guide](https://angular.io/guide/testing#q-spec-file-location).)\n\n## Can I move the tests?\n\nYes. For some projects, separating tests from the code they test may be desirable. This project is already configured to test any `*.spec.ts` files located in the `src` directory, so reorganize your tests however you'd like. You can put them all in a single folder, add tests that test more than one file, or mix and match strategies (e.g. for other types of tests, like integration or e2e tests).\n\n## Can I use ts-node for all the things?\n\nTests are compiled and performed on the final builds in the standard Node.js runtime (rather than an alternative like [ts-node](https://github.com/TypeStrong/ts-node)) to ensure that they pass in that environment. If you are build a Node.js application, and you are using [ts-node in production](https://github.com/TypeStrong/ts-node/issues/104), you can modify this project to use `ts-node` rather than a `build` step.\n\n**However, if you're building any kind of library, you should always compile to javascript.**\n\nLibrary authors sometimes make the mistake of distributing their libraries in typescript. Intuitively, this seems like a reasonable course of action, especially if all of your intended consumers will be using typescript as well.\n\nTypeScript has versions, and different versions of TypeScript may not be compatible. Upgrading to a new major version of TypeScript sometimes requires code changes, and must be done project-by-project. Additionally, if you're using the latest version of TypeScript to build your library, and one of your consumers is using an older version in their application, their compiler will be unable to compile your library.\n\n## How do I bundle my library for the browser?\n\nThe short answer is: **don't pre-bundle your library**.\n\nPrevious versions of `typescript-starter` included browser bundling using [Rollup](https://github.com/rollup/rollup). This feature has since been removed, since very few libraries should ever be pre-bundled.\n\nIf the consumer of your library is using Node.js, bundling is especially unnecessary, since Node.js can reliably resolve dependencies, and bundling may even make debugging more difficult.\n\nIf the consumer of your library is a browser application, **the application likely has its own build tooling**. Very few serious applications are manually bundling their javascript, especially with easy to use, no configuration tools like [Parcel](https://parceljs.org/) available.\n\nYour library is most useful to downstream consumers as a clean, modular codebase, properly exporting features using es6 exports. Consumers can import the exact es6 exports they need from your library, and tree-shake the rest.\n\n## How can my library provide different functionality between Node.js and the browser?\n\nIn the past, complex javascript libraries have used solutions like [Browserify](http://browserify.org/) to bundle a version of their application for the browser. Most of these solutions work by allowing library developers to extensively configure and manually override various dependencies with respective browser versions.\n\nFor example, where a Node.js application might use Node.js' built-in [`crypto` module](https://nodejs.org/api/crypto.html), a browser version would need to fall back to a polyfill-like alternative dependency like [`crypto-browserify`](https://github.com/crypto-browserify/crypto-browserify).\n\nWith es6, this customization and configuration is no longer necessary. Your library can now export different functionality for different consumers. While browser consumers may import a native JavaScript crypto implementation which your library exports, Node.js users can choose to import a different, faster implementation which your library exports.\n\nSee [hash.ts](./src/lib/hash.ts) for a complete example. Two different functions are exported, `sha256`, and `sha256Native`. Browser consumers will not be able to import `sha256Native`, since their bundler will be unable to resolve the built-in Node.js dependency (their bundler will throw an error). Node.js users, however, will be able to import it normally. Each consumer can import the exact functionality they need.\n\nOne perceived downside of this solution is that it complicates the library's API. Browser consumers will sometimes import one feature while Node.js users import another. While this argument has merit, we should weigh it against the benefits.\n\nProviding a public API where consumer code is the same between browsers and Node.js is desirable, but it comes at the cost of significant configuration and complexity. In many cases, it requires that code be aware of its environment at runtime, requiring additional complexity and testing.\n\nA better way to provide this developer experience is to provide similar APIs for each environment, and then encourage the use of es6 import aliasing to standardize between them.\n\nFor example, in the documentation for `typescript-starter`, we encourage Node.js users to import `sha256Native as sha256`. With this convention, we get a standard API without loaders or dependency substitution hacks.\n\n```js\n// browser-application.js\nimport { sha256 } from 'typescript-starter';\n\n// fully-portable code\nconsole.log(sha256('test'));\n```\n\n```js\n// node-application.js\nimport { sha256Native as sha256 } from 'typescript-starter';\n\n// fully-portable code\nconsole.log(sha256('test'));\n```\n\n## What about Git hooks to validate commit messages?\n\nThis project uses [standard-version](https://github.com/conventional-changelog/standard-version) to automatically update the changelog based on commit messages since the last release. To do this, each relevant commit must be properly formatted.\n\nTo ensure all commits follow the proper conventions, you can use a package like [`commitlint`](https://github.com/marionebl/commitlint) with [Husky](https://github.com/typicode/husky). However, keep in mind that commit hooks can be confusing, especially for new contributors. They also interfere with some development tools and workflows.\n\nIf your project is private, or will primarily receive contributions from long-running contributors, this may be a good fit. Otherwise, this setup may raise the barrier to one-off contributions slightly.\n\nNote, as a maintainer, if you manage your project on GitHub or a similar website, you can now use the `Squash and Merge` option to add a properly formatted, descriptive commit messages when merging each pull request. This is likely to be more valuable than trying to force one-time contributors to adhere to commit conventions, since you can also maintain a more consistent language style. Because this is the best choice for the vast majority of projects, `typescript-starter` does not bundle any commit message validation.\n\n---\n\n<details>\n<summary><strong>Contributing</strong></summary>\n\nPull Requests welcome! To work on the CLI, clone and build the repo, then use `npm link` to install it globally.\n\n```\ngit clone https://github.com/bitjson/typescript-starter.git\ncd typescript-starter\nnpm install\nnpm test\nnpm link\n```\n\n### Manual testing\n\nTo manually test the CLI, you can use the `TYPESCRIPT_STARTER_REPO_URL` environment variable to test a clone from your local repo. Run `npm run build:main -- -w` as you're developing, then in a different testing directory:\n\n```\nmkdir typescript-starter-testing\ncd typescript-starter-testing\nTYPESCRIPT_STARTER_REPO_URL='/local/path/to/typescript-starter' typescript-starter\n```\n\nYou can also set `TYPESCRIPT_STARTER_REPO_URL` to any valid Git URL, such as your fork of this repo:\n\n```\nTYPESCRIPT_STARTER_REPO_URL='https://github.com/YOUR_USERNAME/typescript-starter.git' typescript-starter\n```\n\nIf `TYPESCRIPT_STARTER_REPO_BRANCH` is not provided, it will default to `master`.\n\n### Debug in VS Code\n\nIf you're using [VS Code](https://code.visualstudio.com/), the `Debug CLI` launch configuration also allows you to immediately build and step through execution of the CLI.\n\n### Integration Test Result Diffs\n\nYou can compare the integration test results before and after a change by running `check-cli` before and after applying your changes:\n\n```sh\nnpm run check-cli\n```\n\nEach time you run `check-cli`, the test results will be committed to the `diff` directory, allowing you to easily review the differences with `git diff HEAD` or an interactive Git client like [GitHub for Desktop](https://desktop.github.com/) or [SourceTree](https://www.sourcetreeapp.com/).\n\nIf you already have changes in the working directory, try:\n\n```sh\ngit stash && npm run check-cli && git stash pop && npm run check-cli\n```\n\n</details>\n","maintainers":[{"name":"jasondreyzehner","email":"jason@dreyzehner.com"}],"time":{"modified":"2023-04-08T18:27:04.945Z","created":"2017-02-14T00:39:28.550Z","1.2.0":"2017-02-14T00:39:28.550Z","1.2.1":"2017-02-14T21:28:36.636Z","1.2.2":"2017-02-17T07:35:19.025Z","1.3.0":"2017-03-01T07:09:47.994Z","1.4.0":"2017-03-02T07:03:40.560Z","1.4.1":"2017-06-27T23:02:11.202Z","2.0.0":"2018-03-12T03:53:40.797Z","2.0.1":"2018-03-12T05:07:53.833Z","2.0.2":"2018-03-12T06:34:55.772Z","2.0.3":"2018-03-12T08:02:32.683Z","2.1.0":"2018-03-12T23:25:38.266Z","2.1.1":"2018-03-14T00:42:34.524Z","2.2.0":"2018-03-16T01:18:04.630Z","2.3.0":"2018-03-16T03:02:35.681Z","2.3.1":"2018-03-21T01:40:34.383Z","2.3.2":"2018-03-21T02:39:09.805Z","2.3.3":"2018-03-23T03:24:52.069Z","2.3.4":"2018-03-28T02:02:34.107Z","2.3.5":"2018-03-29T04:55:15.053Z","2.3.6":"2018-04-17T23:31:37.108Z","2.3.7":"2018-06-03T22:45:41.974Z","2.3.8":"2018-06-15T02:39:33.987Z","2.3.9":"2018-08-21T05:54:24.202Z","2.3.10":"2018-09-22T18:41:38.543Z","2.4.0":"2018-10-25T01:36:58.872Z","2.4.1":"2018-11-27T05:06:24.492Z","2.4.2":"2018-11-28T02:13:36.340Z","2.4.3":"2019-07-10T17:17:35.194Z","2.4.5":"2019-07-10T17:43:47.816Z","2.4.6":"2019-09-08T00:32:41.637Z","2.4.7":"2019-09-09T19:33:52.404Z","2.4.8":"2019-09-09T19:50:03.412Z","3.0.0":"2020-09-01T23:39:41.976Z","3.0.1":"2020-09-02T01:45:05.152Z","3.1.0":"2020-09-02T03:03:10.522Z","3.1.1":"2020-09-02T03:57:32.829Z","3.1.2":"2020-09-08T23:29:02.524Z"},"homepage":"https://github.com/bitjson/typescript-starter#readme","keywords":["typescript","starter","template","boilerplate","library","node","typedoc","ava","nyc","eslint","prettier","standard-version","conventional-changelog","circle-ci","travis-ci","appveyor"],"repository":{"type":"git","url":"git+https://github.com/bitjson/typescript-starter.git"},"bugs":{"url":"https://github.com/bitjson/typescript-starter/issues"},"license":"MIT","readmeFilename":"README.md","users":{"jasondreyzehner":true,"flumpus-dev":true}}