{"_id":"adr","_rev":"71-89f880f799d1801cf80a2db85f749139","name":"adr","dist-tags":{"latest":"1.5.2"},"versions":{"0.0.1":{"name":"adr","version":"0.0.1","author":{"name":"Phodal HUANG"},"license":"MIT","_id":"adr@0.0.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"dist":{"shasum":"43ef3b0777dba1a4f937ea1552d7b6d67b2b2e3b","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.1.tgz","integrity":"sha512-OJFTotLiXIvzK431IzI/o04dbY9tiNI6LHPfdFJkdFaOfY1iZCa9930x1xtMxsoLb+3eT2/dJZh1/AbcInQgoA==","signatures":[{"sig":"MEUCIQCdLV9/Pbzk+WD1h5gTlt4d890PPBV8+uN58u2FIM3NmwIgdbBzU1bi2AcRE8uVJ9fgrSAYIPZfXM4GASbylDBPAHA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"_npmUser":{"name":"phodal","email":"h@phodal.com"},"_npmVersion":"5.5.1","description":"Command-line tools for working with Architecture Decision Records in Node.js","directories":{},"_nodeVersion":"6.10.0","_npmOperationalInternal":{"tmp":"tmp/adr-0.0.1.tgz_1511315935940_0.7211850346066058","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"adr","version":"0.0.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"f81ac1380782b909b5b2b11627825ffbeb3c466a","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.2.tgz","integrity":"sha512-Y2jwLVj/389ZLvpRYNtvJrbQYTLFjRMlAi/wEtE+xHhLLOxSYzOdMeQ73lvySubhZPVLiBSZ9iTCZeZrnI8cLw==","signatures":[{"sig":"MEYCIQDrL2ELX6UreZE7sIR/4GicQ8CKPZClgQ5/X7raeHinWQIhAM5c/ppuTxleW+7PBgON0EY9chG49hGHvZqBMzh42kq1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"d4d74ad098fa2130d22ac8ed43ff839944319cea","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/template.md ./build/main/lib/","reset":"git clean -dfx && git reset --hard && yarn","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'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.2.tgz_1511348327861_0.517237247666344","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"adr","version":"0.0.3","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.3","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"a48e1952a657598e77930ed13bc663cf8a5392fd","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.3.tgz","integrity":"sha512-m8fzVbads5dLjph419i2Uk8TNUkLFr46fDK4KrcxFjmk3vBxdetDKb/9LYXWRSpCE44OO/D7pQEKg5jBKrAMAw==","signatures":[{"sig":"MEQCIGyQNygAdCqru6O7PjGV/6zUQWq2eK5yQwCGy3dq66zwAiB6+Q59NCWjjRu5efoCK24JGpJZkbgHQoZ/vjsSvy7fEA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"d4d74ad098fa2130d22ac8ed43ff839944319cea","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/template.md ./build/main/lib/","reset":"git clean -dfx && git reset --hard && yarn","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'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.3.tgz_1511348504241_0.21936110337264836","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"adr","version":"0.0.4","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.4","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"f46b8282319a8efe29e188f704f2e71442ec2d3c","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.4.tgz","integrity":"sha512-jwADpPZ2JCPRDVsxt2hNRVQPyD80CuY0ndHdHWnf7RzMYB9dQkLvOpXps0bryJADN2rxiw7P6IZosI5KPxeRLw==","signatures":[{"sig":"MEUCIQDYC9iN4ikiBBcf+o2yJjmv+6NbIbhawUQGVyzgEzWPMQIgGR/n4XaYzH9bFjwP0IFdjIjKMCXbdVnoIv5oWI+KXh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"e1abf6e48613603e7f5bcbf0666550864e78ab48","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/template.md ./build/main/lib/","reset":"git clean -dfx && git reset --hard && yarn","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'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.4.tgz_1511362494246_0.11296861385926604","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"adr","version":"0.0.5","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.5","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"5ecda5258c547d1229095e152f86191ea908a2fb","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.5.tgz","integrity":"sha512-U/AcJKdCyCMNcVq0t0Y2B4Rg6ql0xdexUEexG2t+m9jh0nWxoJM3EGfS3JlmAl2TL9yWDN1oqc01HrUNasOc5Q==","signatures":[{"sig":"MEYCIQC3OYG0DqkXd29JXbN7Ljef8qFvR7pCqPlYZr+LYC6bhgIhAPFwTfi/t/8EysR6cMEjF7ukZrSR68Zb4xyma1XhWE99","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"60a98cfc2c0af0e0fbc6b804fdd5b44d28d395ba","scripts":{"cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/template.md ./build/main/lib/","reset":"git clean -dfx && git reset --hard && yarn","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'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.5.tgz_1511364196214_0.9883638522587717","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"adr","version":"0.0.6","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.6","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"0b73f1550c33334e83d0391a55bdb58d84f9c201","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.6.tgz","integrity":"sha512-7deQm9v8075cNaRUShIcoIgZ3ud/vQ1oa6wBiunHdXb8m3leLi8HAHXpkdd+SpvfcU+3vfKNE5ph/wbI/SQYPg==","signatures":[{"sig":"MEUCIQCqeLmA4HGDBlR4zI6Pkdnu4YzERUf5c1GT/h3ZqSDrkwIgUfxtRF6mMjzpDkiOXV8gEj+fx0run9T0PifAEwB/tTE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"1782029de55e163a165d282174f53087cbe8fe46","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/template.md ./build/main/lib/","reset":"git clean -dfx && git reset --hard && yarn","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'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.6.tgz_1511422489018_0.07187178474850953","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"adr","version":"0.0.7","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.7","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"ffe3f6e3faa45833e349e423119d7bae4e108d76","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.7.tgz","integrity":"sha512-O6xYQKXY61oJs+j8C6qrhK5Urb7YCHNTHut4x3AU9LadR5pyPKfKfsNvgNB09wgxOBagh66CDS/n3GssMlb07Q==","signatures":[{"sig":"MEQCIHstbIdQlgsn2QLUqBPGKzNqBA1BVZKW//jGEzihIq5xAiA57c6HZfYuir+zacou/012cHr5l8c/T3GOr7NuZlT5Hg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","browser":"build/browser/index.js","engines":{"node":">=4.5"},"gitHead":"653e5860bf40c0f18390244341ed6b157e5a04c2","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","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'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 100 --functions 100 --branches 100"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.7.tgz_1511428666757_0.8264651647768915","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"adr","version":"0.0.8","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.8","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"10f9897506e761a5db1c849eb99ef3b4c895363c","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.8.tgz","integrity":"sha512-5UJA2fYKJVB08nQ1+xQq5BQqg3eKURYE2uJH7LbuDU2zUqoLPoFTV28b0WwemY+by2p7UKAWiMqkoBtn+H0TZA==","signatures":[{"sig":"MEQCIAYjcf8t43jdRCbQ/Y18UYv98xLKhOp8B+jlaM7PBTpuAiBG9ipXwjHQiSuQw/pvw132EFMaodwAm7Vx7rajKxdQsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"770f29ca9f0a99775cc102bde7e4bf0f419d8038","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","mkdirp":"^0.5.1","moment":"^2.19.2","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.8.tgz_1511448817204_0.2645576565992087","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"adr","version":"0.0.9","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.9","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"b2231d9d6ebd481cd682bda1c176f039dcc91cbb","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.9.tgz","integrity":"sha512-yc1Xb+mwxPteumHa68hr6HakCb6Ohhjs2iA/g2nEPiTdTZc777Awxu36kwUdTd5Z6et+meOYMc33U8/1lESLKw==","signatures":[{"sig":"MEUCIQD1cTTzjk2CGHpq8vEQn4JsnRnbvGQmA8doROTLA+LeogIgAKc7FkmGxZRBA4G2MzTrNolMVv7m+N85rXLlmU9pV7M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"7b884e1f6f1958c85d6194a565cac827d44dece1","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^4.0.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.9.tgz_1511451072594_0.11895225080661476","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"adr","version":"0.0.10","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.10","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"de695d7b9c213851ba3d915d8d7e7604a0ceddeb","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.10.tgz","integrity":"sha512-YL4LV9xtIB4cHAlUTjlxSffWOljLiS6VxGVyTrvm4lDHImMcjqRtiLNbzJeZbnZg3eWEIG4IxVxaMSkIMflM7A==","signatures":[{"sig":"MEYCIQDfW6gw5GxO/KX5zjOFM7LHK/Ud1RN7aQtTziFcv7iMrgIhALxzoC1mbPEr9SG+hDbV2gWEnQ2Z+TicY+mBHlirgpib","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"811b5a3f026d516986fac7e8b568a7d9c22cc6cd","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^4.0.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.10.tgz_1511452468746_0.23316469113342464","host":"s3://npm-registry-packages"}},"0.0.11":{"name":"adr","version":"0.0.11","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.0.11","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"1bb5380a26d93caac34292ed90c6be8c27094ed8","tarball":"https://registry.npmjs.org/adr/-/adr-0.0.11.tgz","integrity":"sha512-+UcSDe7uXgDm1qj/0WhRVpxa1VrUHP269C3bQunmAg7cMdMESot+Gpcce6oZKCc/DoE8jYKGjl18g299fTozag==","signatures":[{"sig":"MEQCIGLjhQDab118uFZr9wqIipyYfspNVR3NHJmSgYBgok1JAiANMKYQi0o+fEH36kCHTpBUIlxR58AK66eG8VlLRo4V7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=6.0"},"gitHead":"4898ba598bdb3ed7001096257b27b44ed1ed6cf3","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^4.0.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.0.11.tgz_1511479091653_0.3296478677075356","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"adr","version":"0.1.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.1.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"8f3b81e45eae56b347d23e7fbfcdb956b029dde2","tarball":"https://registry.npmjs.org/adr/-/adr-0.1.0.tgz","integrity":"sha512-pfsDN60al0xc8DptNkBLOVMT3DHVzxOZAry1uMaIXJVhtJwB8znGVbLRETRqRsUf87gKAT50tsffdDO0qlp37g==","signatures":[{"sig":"MEQCIBMYgzTfi2BqD5VlGusRVFJam1UbUMoeSqql5Kw0tqnwAiButRKtkToj5NxjGcyPRUuYQw4b1VdDJooI/IFvK5c0Ig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=6.0"},"gitHead":"746b8409becb6c9fd6d140f3cc208383fbe9ae17","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^4.0.0","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.1.0.tgz_1511492963354_0.8294651044998318","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"adr","version":"0.1.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.1.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"6d10fc0c7688368afd696f6026b51a5362975d6b","tarball":"https://registry.npmjs.org/adr/-/adr-0.1.1.tgz","integrity":"sha512-UA5/TFokwkS240V2IpyHXkQKdRk16Xeit/+TxQZSO/M3bk7Yh5NU9qBr6yHVZW98QPnyRtiAo9kLeglmPirBjw==","signatures":[{"sig":"MEQCIEBDVP7S/nm+im40DY2CjyDUktG8+sZU31q+MtQWMwq3AiBwhW3TGkC4UXmZ9NgikvPZ7oGvSXs492UtGKp1LlIYDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"89deda61d83e52e82346a0a01cbf946cefe9bc20","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.1.1.tgz_1511509321541_0.9225484959315509","host":"s3://npm-registry-packages"}},"0.1.2":{"name":"adr","version":"0.1.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.1.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"85b4f4dea8de8065b36d0041010936bdd6caa3dd","tarball":"https://registry.npmjs.org/adr/-/adr-0.1.2.tgz","integrity":"sha512-5y7xDvAPOBnLZehlWlLbO0+udyyyuQ26oYF5iwy57FNDJ8ERRat/n4b0XW4T2Odw0oWzrr4R8tOYlVENvFA7fA==","signatures":[{"sig":"MEUCIA1MzXrikpw1VLTlZNi+hrMSkFJV7dS6N4bPJDUn0CgGAiEAxh1ENBK+HwqDgTDllJ/LYNKZzgsir241AMpmshGU130=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"a5e9468d4e352dfc2dc1ce5c783331859f9b24ab","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.1.2.tgz_1511509396976_0.7644752881024033","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"adr","version":"0.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"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.2.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"489d22cc39e64977987a831daa5321c444fa2d30","tarball":"https://registry.npmjs.org/adr/-/adr-0.2.0.tgz","integrity":"sha512-yuh0qo8Mk7n0PxhL3xrCb9DsJRvEPUtnfpmYO9kZj2MhUvOmTvNWZnsPeh2kTDnnjK+7kGK2a0DIxxcdGjdJAw==","signatures":[{"sig":"MEUCIFGwmOuUkdzilDFroeE1NaKjWL8DZRQYtotzEs/kDYsRAiEAvLdjZvmYFvBzX6YT0g9p9rm1P7LyQYmGoTBt3cIGEXY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"ef6a5129c7379f8b9790acfa4acee9b0aafded68","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 20 --functions 0 --branches 0"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.2.0.tgz_1511515571509_0.41408121143467724","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"adr","version":"0.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"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.2.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"57470dd6ed16a87bee5fe7c72db44830c93592d0","tarball":"https://registry.npmjs.org/adr/-/adr-0.2.1.tgz","integrity":"sha512-LV2DbcWLs2MGeyMcDqeo/a6MbM/BLbW5oFD4Fha4SCnA8x72vdzfhMyrmGqUwzJLEmedR9MwxR+wSsOrsJF3eg==","signatures":[{"sig":"MEUCIQCVtcPvivTdSVgH2ij/DxBAkvAYTaxcjzi5lTjaBYhI4QIgT01mkws+c6FPm4blLunSFi9WLnEu6Ydiqb+nrcl8sG0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"1db82f6cd6af92bdbf9eb20fc592275e36d768eb","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.2.1.tgz_1511616428331_0.7487162393517792","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"adr","version":"0.3.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.3.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"d03711523857c1676e980b2e5753d6a0ab3f1f3c","tarball":"https://registry.npmjs.org/adr/-/adr-0.3.0.tgz","integrity":"sha512-Qq08ea3mY7bCU4nMKfh7D0GOfIDNcIzLVzUQXMYLrh2tk5KRY2jugG5T9PCPJi85rRXnicdR/HP5GMpSx0sX6Q==","signatures":[{"sig":"MEMCH2EiTEPY+nsnr2ocqInEj3bbXbd0I9Xxi2wo7SavlVkCICDF626emaapV0y5MK8SqR+aEtRQj10nQIiFOb4A8gwh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"12168d9eb954425cc58ecb1d436a93fba76eb194","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.3.0.tgz_1511679283208_0.7044385017361492","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"adr","version":"0.3.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.3.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"c8f2ed03f7dc2a161c7ab1a15d0e4a7f893441c9","tarball":"https://registry.npmjs.org/adr/-/adr-0.3.1.tgz","integrity":"sha512-scGozN5h+6FaOmzlCdqaXSqcd+SBeQ1zpy5kYXd1my3llqOoT2212FAnYyjcsRdkloZM49MDid0fcI9jO2u/5Q==","signatures":[{"sig":"MEYCIQCy7DojNw/NlJ4BhkZQoBgzH9d8tW2ddfDyipJI0ZaNzgIhAMqYlPurUs6MBPXG77qbt8qNqRzQlzp9lgKBofldwhmF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"5f62ec9c81802d940ed618b50814b75efe9d4459","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.3.1.tgz_1511739589015_0.41324811265803874","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"adr","version":"0.4.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"9ef1a2aa4a1ee5fda63fbc51416286d235a00649","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.0.tgz","integrity":"sha512-9rwWokclILrpCo2m5nj4n0CKf0ep4jpyJBZgkDTjxZq8Ie2R+IuinJcLGzrkj5fEH7jbw9mklW1K9ZhWqz+VmA==","signatures":[{"sig":"MEYCIQDy6SojFLQgMxeug8UlR3NKMPMbwsJszeuMT5h8blCsxQIhAKqvy9reGVOtppOxX9qeJADVEUUiWey7eyOqrl35nnoP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"4df269b9a3c2fefe9505a07a451a7f55095376f7","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.0.tgz_1511752751395_0.119619470089674","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"adr","version":"0.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"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"42c8c56f249cd67f30b699243935ebebfbc46e32","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.1.tgz","integrity":"sha512-rGKKgWb10tAo/JnG4dHyfbCwtKcvrwe+c8CTp5iufy7Og6rV4KrVIYe1upINyMyujCavDW0UQESBspqdGjB73g==","signatures":[{"sig":"MEUCIFEER2dcoFjp39466mg7bxGGUiQLchV2d7G9TNJg8ctnAiEArg3mTjXjhMmJHejg9UCCqZrwBqsFBdVeAs5O8auVFTg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"21c69d112a98e0c455fe9b762b28cbff642c07c8","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.1.tgz_1511753775519_0.4092469036113471","host":"s3://npm-registry-packages"}},"0.4.2":{"name":"adr","version":"0.4.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"680a795cca1d45d8687a613d3f7150bc46ff65d0","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.2.tgz","integrity":"sha512-cErTvSYXt+FlKBU8j/JpEtO7h3jNB45OSIVIbTMlqomRfVXO5y/yq0gwfDSIEcSUIby1PldzX767P3MxqAuaQg==","signatures":[{"sig":"MEQCICYG3STb9QQq6drQOj7v3lIktgx9IHkPZlGwaevoLa/KAiB7NteDEo/7HisiPX84GkSDf1EUTGBrWQbhSCtY5A+YlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"231d447925856ddbfb72e5ddf1ed6fe1c0869558","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.2.tgz_1511789831984_0.8701469467487186","host":"s3://npm-registry-packages"}},"0.4.3":{"name":"adr","version":"0.4.3","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.3","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"57aa3b8b58f3a7b7a38d402ef7ef06caae7a3fb0","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.3.tgz","integrity":"sha512-dWMYbX7g9k8z3BYQXq6mDcsYbQp3mIk/Ar0nv/D7HDMHBmqUCQ8Ivwrs5JzUzjjZBcPau0GGZjeG/pDZ5WxFCg==","signatures":[{"sig":"MEQCIDLNkyk7ok7xDvLXdW2LER7+mqSENikUsO7mtGBTy6LtAiAFNpudggWLfILDICAH3x3FAixo6BM/MVN55GoV9FB/ew==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"637a4a98c8049dd3723b2f3ba9c08b6ffd85f00a","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.3.tgz_1511830565783_0.4795624976977706","host":"s3://npm-registry-packages"}},"0.4.4":{"name":"adr","version":"0.4.4","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.4","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"6b1c8e7141a654c403c7ca0ee08eb0a677c236d9","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.4.tgz","integrity":"sha512-vf9QOnmTbSgkQ5hjMzPfcWNUWs2QJCe7MYsRpvYYnYtueIjfZuq2AyGWraQzIf+n+SBlbgvgadt78DpPHIgCSw==","signatures":[{"sig":"MEQCIFVcbBBwIEimf03qcCKmGuZtc/bojjnFYadbpJr8igF/AiALI5x1220lKPLDO1Q10ZoSLapxw80qLXX4ZbGYqAs21w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"9685edddd0d093ab6dad48c9741bdc3f8ba67ff9","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.4.tgz_1511839069467_0.3586026837583631","host":"s3://npm-registry-packages"}},"0.4.5":{"name":"adr","version":"0.4.5","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.5","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"b6bf31d4133f5bf700f81ee1ccc3328cf6d8d319","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.5.tgz","integrity":"sha512-H2Ih9VxH8DGix4f1A0W2gTKrX6f/AzVui5st/qMXlJ8+jXHoSXM40yWDQVu7lWA2jKbq//4OwHyIPEDb6OFZTQ==","signatures":[{"sig":"MEQCIGR/uPLA7274Ct+C2gSBOn7mzaEt1xeh0IMAHjcvt/12AiA862py7slpDiOwIGrmjRVBaGnSUMmiV6J647GGphTh2A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"b954e1496e86c5d1b0c70e6f6ab3dc76096b4230","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.5.tgz_1511840320282_0.12620775518007576","host":"s3://npm-registry-packages"}},"0.4.6":{"name":"adr","version":"0.4.6","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.4.6","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"c3d1aba13c5ef10c04d38865562b43d5dcb366ba","tarball":"https://registry.npmjs.org/adr/-/adr-0.4.6.tgz","integrity":"sha512-2/ztLYdf0p2Qs/O25x1COMxiwL78Fu6cM7H/Ah03KHmEW/LHjnZDMmivDy5vBeuwWaBE3AsM5GPhSv17TykNCw==","signatures":[{"sig":"MEUCIFoF57qaFNImiMC8yLKLA2bH7Tbo23A1JRgrJOtHGrCyAiEAgc2O/yeV3qT9DQLYh6Jw1XADsiX5biXsKLgfVNmafKA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","_from":".","module":"build/module/index.js","_shasum":"c3d1aba13c5ef10c04d38865562b43d5dcb366ba","engines":{"node":">=4.5"},"gitHead":"b934d00755aa9bf2568de451a9e630034dfbaf8a","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"3.10.10","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.12.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.21.0","cpx":"^1.5.0","nyc":"^11.0.3","sinon":"^4.1.2","rollup":"^0.44.0","tslint":"^5.4.3","codecov":"^2.2.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.4.6.tgz_1511853827216_0.47810516972094774","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"adr","version":"0.5.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"ef5a449c333d1304492ae9aaa8054a9226065162","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.0.tgz","integrity":"sha512-n7J8TQDAlp9VJZ1Dg0AZcK9TQIdDnwL5kw1uyphSETW02WQM0E50hTI647eq3ApSIZm7qaybSAOKrPXCUWHu4g==","signatures":[{"sig":"MEUCIACoD8M2t2ImLy51rW11cKd4vikD0yJkuWfkKi6yAG9hAiEA+3xAvwihFdJ9xwDE6E4mSMRk83H+wc6miO8MXcU1f0k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.5"},"gitHead":"2a3617e4098faecfe268cc8ad55430643adaca8c","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . --type-check src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 85 --branches 85"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.6.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.11.0","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.4.3","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.0.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.1.0","proxyquire":"^1.8.0","typescript":"^2.4.1","@types/node":"^8.0.4","concurrently":"^3.4.0","rollup-watch":"^4.0.0","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.2.0","rollup-plugin-commonjs":"^8.0.2","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.0.tgz_1511880569739_0.9755895379930735","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"adr","version":"0.5.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"f7469a595f1b31bdf76b39cc64930e315bd04c8e","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.1.tgz","integrity":"sha512-u1qYFOs6lASiiCgKbpdm41n1WGitnvTgoOlVGMuBzILpHZhLXrkp5JLCiBLklKVNK30AXZfgV4Gq8s8idDAUsA==","signatures":[{"sig":"MEUCIQC1ylKVa0i2fY/sJZIr3a+W6rpO7HqRGodANQtq0X3HogIgbXix0TBJbickE0J+BbM1nEAFQIYPpD2Vs+S07SBcm/E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"5fb6e60d761d9973e7327f65b952700527e9a7b2","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.1.tgz_1511962563708_0.6338369003497064","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"adr","version":"0.5.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"7f769e25598c5d9bfa3390db9ec44188aacc24db","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.2.tgz","integrity":"sha512-x2Op7MvNBsmQ3fprRIoyDtkpLFZHO80ySxlwYXT+Rzn0SlUxqoxNeskXBlmAKd/BJhpA2MFn362Q3yhrNfhnpw==","signatures":[{"sig":"MEUCIQDpaqhLAgz+IwtyAOfIqo5O+u9hv5J+/+aZLOxhfj3RDAIgXNU+OIAhtW4ld4IX5sc6QOKNtdOX46qe4nbSCeaVI00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"f5ff390663dcad9798e30f69aaf906ae7b76f40d","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.2.tgz_1512009989608_0.31163366907276213","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"adr","version":"0.5.3","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.3","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"996f502ac957e326d22c88d000dd03ffe68723a7","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.3.tgz","integrity":"sha512-qMw9+x8/EiYmxs9uwqG4RH8hAmY/xhdrv/3Bg9IuuwkE5MuHxlvmPU8jzHyE0kRbZWELoCjxl+tcKaXRtop1Kg==","signatures":[{"sig":"MEYCIQD2YR5E823LD5af286oVLzy4mlsvAl5yz1zJDkwHZbyvwIhAO7hbnJyDn0BmXVJizlBN7rGr2tmGUyA9m7zc3WMmOvs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"247c2d7409db1cd240c315e77922f4a79f44d1f7","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.3.tgz_1512013486978_0.04647929337807","host":"s3://npm-registry-packages"}},"0.5.4":{"name":"adr","version":"0.5.4","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.4","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"7b6bb9d7819e4471e202a3fbedc87d9316418b89","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.4.tgz","integrity":"sha512-idSN9m5LRvhrpUFUSjZsw5hZGdXRABg/sruF7mVlRK63cBPeLIDZAyDnS3RasCMmPF4jFl9luF3oehImgsqSgQ==","signatures":[{"sig":"MEQCIBLBRqJc5GEOiCgvmpl/ZGGJjAbVJRcaL84D/Ea1qfEVAiBO/OKq1pEmmAydCDCac27F3I0c0nGmo0WyQ/TJGAYHBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"4447f2312f9ba1a2cb70a2918f36a6457beff49c","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests -- --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.4.tgz_1512026513306_0.3371910077985376","host":"s3://npm-registry-packages"}},"0.5.5":{"name":"adr","version":"0.5.5","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.5","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"57a0eea49ebdedc16317a50a9463aef03f88b261","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.5.tgz","integrity":"sha512-A/C2HWaa9wFAH29LNvoUFFGuQY4K6zY9HjPMB3djae27doEJumDxS0QRRdKjPJu/iu/0jjCKZ0VR+QtxTIRFEQ==","signatures":[{"sig":"MEYCIQCwxLSRTQr4L3qWu5TuBR9yogrm3NGawz9/Hh9V/A3MgwIhAJrXFzAGEZivJ+ItDPyYJtV1+LoEm48NSFkulKpo4T3p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","_from":".","module":"build/module/index.js","_shasum":"57a0eea49ebdedc16317a50a9463aef03f88b261","engines":{"node":">=4.0"},"gitHead":"ef2bd9c4032d74bed1fed383cc0fd06fcae9a8ba","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"3.10.10","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.12.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.5.tgz_1512034955170_0.2419955471996218","host":"s3://npm-registry-packages"}},"0.5.6":{"name":"adr","version":"0.5.6","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.5.6","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"f78be5128a70a0e01e034bd3ae146e5ddde7658e","tarball":"https://registry.npmjs.org/adr/-/adr-0.5.6.tgz","integrity":"sha512-hHF8CvJcsU5MMe2hARhTDPYUUjZW3x8VbuDWarGPtgl/+vTcYhQ+T2B7iZjoOM0DjPU9CkdqZ8UnjdEJpjXXZA==","signatures":[{"sig":"MEYCIQC7qjZvud8tGNCpsgFyI+cMCQEqMrJM8tS4uFBLgQ9CFwIhAKY9dy0qCKTP/k01TTwd1GgqLpz3Mb8StU2nPxWtdDsi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"b2d82053bdb5445a5080a063631fc0109c86f925","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.5.6.tgz_1512047081856_0.9423615897540003","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"adr","version":"0.6.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.6.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"300707ed9554de25be04b7b5f704fa1688d58ba5","tarball":"https://registry.npmjs.org/adr/-/adr-0.6.0.tgz","integrity":"sha512-7TF7SvYBABlOnD1kgA3Qe9//EPYZLBJIXer2PXRv7ct0M4W5P7lKWCsDEiwcd3nJTt3522gHcWTikI729vD9Qg==","signatures":[{"sig":"MEQCIAmCVPkCEFZUfmxz/lCHNhv8omDMif7wPPzuvX96512FAiAKahnum0lZLF8DwsQb9xX+FMMEe3wg+jnZ7vbIcBtniw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"a0ed2213b7fc160f9abfdd290affcbf9784b9040","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.6.0.tgz_1512050641654_0.48616326763294637","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"adr","version":"0.6.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.6.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"4f99260b6d461c6a4d6bebb0c7cb5cfdf2177690","tarball":"https://registry.npmjs.org/adr/-/adr-0.6.1.tgz","integrity":"sha512-XDG3AXO/7BnhWQ3vPa5s5LLNtdsFmSHw47LR49ifVPQTPUet0gE6pH7zZcj+SDuFxG9z8vXCBztKNs8gXD/BTQ==","signatures":[{"sig":"MEUCIQCnS2r/IEmnZ8mJWeBaflzaIltpZrGoo7/iZqHAe1ykdwIgCZTBHQReqi9tEE53cx7vS82iODa1CzRrojMn30Ao4o4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"e75d6bd0b99723e8851913a53943d1736aea1447","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.0.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"6.11.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.6.1.tgz_1512087419607_0.27303110458888113","host":"s3://npm-registry-packages"}},"0.7.1":{"name":"adr","version":"0.7.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@0.7.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"46a4e1bfb1a76520fe208f3bbfe33bbc0fbc76f6","tarball":"https://registry.npmjs.org/adr/-/adr-0.7.1.tgz","integrity":"sha512-wlQ3hpkaB+G/v8vZf/jBWueHt6l2mqQywBzXmizT20J4vhlU9Q86c393UtqO5RNQcKWgjvvFApcDjtAR0PX3uw==","signatures":[{"sig":"MEUCIQDUbw3bKJmK+N+Ctww26OjfoofOpTjhU+tBqEwUDK6QqQIgBhFgMtRmaTRzbl+9LE2bmum2a0q2vBmRFrcQddQC1tw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"bdfd5114ece209e21bede75a1cc55f087ec2bb71","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-0.7.1.tgz_1512212207355_0.10338358487933874","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"adr","version":"1.0.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"678f2cbf11d7ce31614f00cb84518e8e6bf6d3bf","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.0.tgz","integrity":"sha512-XnKSZiAOLcOvFiZmsilQN6CzUvbJ9zO816cgs7Y1cWPpTUygrydoGCgyunNkumkelms54Z6ZrV/0aOyLFFxXwQ==","signatures":[{"sig":"MEUCIQCc12fPSS6WvZvTAaaqDbfST0wIxuZP9Mx75qjs06MyWgIgQYNSxowuV1QMDgM+/s8cPfMPQete8RSqc/RZSbzaujM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"1d5c6001592b481aad21783f8f99e4e6bbd88e08","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-1.0.0.tgz_1514419570296_0.12328333617188036","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"adr","version":"1.0.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"94212b1f2aada8bb2ef4ca19424f70e7ac292624","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.2.tgz","integrity":"sha512-kOaRH/X2fSfOcQ1qGugBI3Nd26heIl0Ey/MAJXTHCKvsYEDaUWZRYCqIJZ21iSTsf3r99ORdC3+k/cuUpwYnMg==","signatures":[{"sig":"MEUCIQC3A9AtcflbYLU57rzDiZU7fSxJCXtnZAiWDwjKY7MVFAIgKXsD+56J5rLpqowx1Gx+5CVjLKrqik9pH+jJsiFgMXE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"de900ed5c8f3f9dfb71048806ff670f928f43527","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-1.0.2.tgz_1515543080863_0.5362029692623764","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"adr","version":"1.0.3","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.3","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"9451c23df8deb25c48128ee1158409128da4a87c","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.3.tgz","integrity":"sha512-sjC48n1KaUCivU9+dK3rXRVpTHpdYsU1XfYfxqRUPZ4kk1hKVB7cN0t5iFU8MeQxC8WprgJ7ZwXgD4hkx7c5lg==","signatures":[{"sig":"MEQCIAOHoMI90+lxmHd4+HvqT0Y+r9VWD4YDfH6aKpNJKBR8AiBtL5c508S0/Q9yd8cFYVrnGuG90d+f17NT1mSEZHDcTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"0705d5f5ce3bd5118f81e433f8d1b5a3fc963e38","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-1.0.3.tgz_1515584294380_0.4747048462741077","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"adr","version":"1.0.4","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.4","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"e4aa5306f10e183af2b62974ebae5e44268c1a5c","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.4.tgz","integrity":"sha512-iynv94EiYIjqLL4B2Mm8KdsLPdRbVIs/yhECNVJ3GPMTaZF61oOU5HOuhps+CxeF7DPatPj2CPtmh4JAbUgn5w==","signatures":[{"sig":"MEUCIQChBF9SGJfznRNM5UfmcS/zT0+OvOmyWZZYxEaSR/JKSwIgB/b1pZp6td5v3ufVBymCTOvzaI0qnrVPmcihYQd0ut8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"fabe1591ffe5cc5259a580fcb876d78f3b0e5af9","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-1.0.4.tgz_1515584499996_0.9294692757539451","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"adr","version":"1.0.5","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.5","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"5bd1f080f180e5e928c36a4258f3f165e6dcad0c","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.5.tgz","integrity":"sha512-/pTe63y6P2fTfrbKrFnGpKzUMOqPTmrYzPMyTNkc+/fSIm623EdISH2J2TSxOZlN2eVwSetJdhJbFgdqvwjOrQ==","signatures":[{"sig":"MEUCIQCqApo8AiPw7C0Er1VcnZ3b0tBDUjJV0rvPVzoc5i6ojwIgBQlV1Irzxw1z12dOURpYXR4BWggCBdrDDhuXcfPRK00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"fabe1591ffe5cc5259a580fcb876d78f3b0e5af9","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-1.0.5.tgz_1515584550103_0.07747980020940304","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"adr","version":"1.0.6","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.6","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"41f195d779b4ce7e99da8000d71968dd801041cb","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.6.tgz","integrity":"sha512-1/u6Iz786lNnnx6NtwdM1EzfXiePkSBMRmvldCZyc9OFFtJdsaZCGdrJHcx9xZHfjN6W3FIN4tsGS8qKfvXE0g==","signatures":[{"sig":"MEUCIHEPDR4+L8wBc+8NqN9bKROgux03+tx7soqPsm93vyKEAiEAlcBuLZOR1s5b8ghPJ2eETeud34DoDeAlNk7Wzuqj8AA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"dfeac2b056eb5fbdbc30a2298c95db2ccc0767ea","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr-1.0.6.tgz_1517834262764_0.7721009363885969","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"adr","version":"1.0.7","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.7","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"ad9ff6736736f457f45c27ba7aa20758c27ef90b","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.7.tgz","fileCount":160,"integrity":"sha512-0q7ddF+iTzAyKgfwErbAGI5pU84IALvmLA3ckKvrfzfGyhGLPpLsyojmgBXWtoymQByS+pcze4XHaTMV91J8YA==","signatures":[{"sig":"MEUCIFD3FbwbaxmXubHRwzPGsqvbjT9HmAV3eY8edW04ZBf2AiEAijIuwu+XL4XcNVbYFHtf345YzzT6MGrwePMjSta3nV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":924667},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"b9774c095b4cba141f7f03b334e708334bbe4963","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.9.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.0.7_1519868597754_0.6323023208980749","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"adr","version":"1.0.8","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.8","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"c7ea25a02b1902d8f63d537154765ab0c266a916","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.8.tgz","fileCount":165,"integrity":"sha512-B82D/HNQcPYTbE+O7PkLGxl2TayNsaPI9Ynnq37cyA9Kz7u/MiOxH1Y1e7bXp1wTwMl8ls9av8EWjVoprWllAQ==","signatures":[{"sig":"MEUCIAYJe2jrYlbGsjpjRjMZc2ydYQ7V8f0lndf5VAL8mbPuAiEAxynSCwc7bN6uLzgxTvyGxP2cAA1LHn/nhz0XQBaoE8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":929028},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"b9774c095b4cba141f7f03b334e708334bbe4963","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.0.8_1521459305430_0.05407794228863749","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"adr","version":"1.0.9","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.0.9","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"0ed132d099d90f6dfea51c50ec26462b7ecb6feb","tarball":"https://registry.npmjs.org/adr/-/adr-1.0.9.tgz","fileCount":166,"integrity":"sha512-zyqMHkqYpMzg9xKKOH3DV5JklA8sAzEuGoLEZRs+/f44Gh3/6ANotTzqlx6zku4+3a/44XYrCtLOpYeFVgLVJQ==","signatures":[{"sig":"MEUCIQCLsl2ue556G26dLYmxB97oRR+/Cj5ojcpmtND2hxLFVgIgWZLmxlJZjyyh/Ds2JzrF81F8rEEdq5QN5L2PDXCbHf0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":925272},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"9f413c5736224041861e65d2a38d54eeb9aed1e7","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.0.9_1521460409602_0.5141213866305814","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"adr","version":"1.1.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.1.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"2bf3a111ef438a35575bba240347dba35aa55361","tarball":"https://registry.npmjs.org/adr/-/adr-1.1.0.tgz","fileCount":169,"integrity":"sha512-hJCiNpHsxVtqQKZL66LEAdL0hRPwNazarZ/DgiyRJMtPCcGNe7psn/XH1LU/P3UEGBkZAAVsItUe2J9mpgCWIg==","signatures":[{"sig":"MEUCIANb/xPn75DU88Nfxzjbv8m1eLM7MFiHci2RZ0FXcur9AiEA4E4lnBsxBa7IKdDTT0/UKcGgoDCd0ORjNovkYNjEgEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":936228},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"e204413345c94017dfe59737bbbc27b93f1d4167","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"5.6.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.10.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^5.1.0","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.1.0_1521463341163_0.9226928490160007","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"adr","version":"1.1.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.1.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"5ec0206d58947c3d471f0f921ed1092b60da67ff","tarball":"https://registry.npmjs.org/adr/-/adr-1.1.1.tgz","fileCount":162,"integrity":"sha512-en4/eFy6bRyrxUuGlMzBNXhu/AbQ4kqIFBvynInW967grfv62rvftrd2QrcxCIKE7VLEewCsrO9kEXmTPf5ZZw==","signatures":[{"sig":"MEYCIQDaoYsThVFexZiEFDiYCz8054P0X1Aicsr0iNfAFftyqwIhAKC5NGWI+ScKO4e/3BYkmtq9hxM77zfIuQzxypIkK5we","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":895590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbXdrKCRA9TVsSAnZWagAAZPgP/RWRIEq3dKYB16eBmZr7\nqGf1fWRL5lHjKB0OIltv8gw3HTOZnL+wFlWkTGzL5kJmsS00PvRcE4Lx1vAN\n9lcaAaNadx9Y2UaNBLEwAU9WP9Ag+zeLCDm1JK4zGCkEFGskz4+6xPF6KYqk\n7OEI4SBPGQLV72V1XW06DmVIDHdfNTM+Q3fkVv7xAQ4rd6TBxeR4ap3tIW/p\n4s6JLW60HW5Kkj//Ltgc0ZTKZeKfcSGwYLidIfWuGmLY/8ONIeiIDMzBsTKH\n0i06GITAVDvHnuKDvrr0ydpRLFWCinCBN7L1q5oLqUWSnjQsRDYQNbbRF4PY\nkWpiOblrevgqnydpY9nyJI8YaEc0ATV7DzvUZCjUhuTy2l3Jpsf3FVP0bto7\nxamNw+mYWL18vjR6Vrd4TFkJLN7ttaoYCyDlPPZH9qeeIZ6C8QJx++dL2D8U\nC1Wa/RPe1XGPkalSv7QX+cv1siquFfXtK7oOTHfojCdWhkpGlmDoVyKF1N+J\nsFQ+PM0kHGoqeiC1jYXGwww1NoDXKfJdj1Xtqk0Tf8agwuQfET3gDgDgUsqM\nscGL9D7nYmqNCL7QfbsH751Z7fssi01jXWPMKViAcY1VsUpJglxzNyarlZNP\nt2fEIJHkBSKR+fx5DV/960sPjqKA8ADAeM8HVb3UJfraUiJhlZc1ak2czkgs\nKW3r\r\n=pPB1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"e4e6c44fa7ff30129f6a0606bed91cd794d8e68c","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.2.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"8.11.1","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^5.1.0","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.1.1_1532877514009_0.48398791434086297","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"adr","version":"1.1.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.1.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*/*.spec.js","build/browser/**"]},"dist":{"shasum":"bb419106e9c5f984c7cfd3ee6dbc4b19f006550f","tarball":"https://registry.npmjs.org/adr/-/adr-1.1.2.tgz","fileCount":162,"integrity":"sha512-dz7HZZYd6rYJE2x627fqQ1boBT9Tj4wHPYCNb5H9BqqucbcssCwryEeCs0XWKvRMeRtWxNoZTfCkQfe4/INFXg==","signatures":[{"sig":"MEUCIQCBnxTrO5k4VGoFIDyhMv2VTn5fEc1v2CYn13UAm3x9FAIgXnP5tusRV47J7o4eNtRK7px8Q6pb9tuqLJgWCev86m8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":708807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcw6G5CRA9TVsSAnZWagAA38gP/iDHp3KnXFsw4wm+CZlf\nii3gYD9BEnWjAF1YoW/3z736skWMtCtb5Ws3tz1kDufWVoflFNsRBxokDurm\nZSTfeiGaKa5OiwkIDGbF1sFCJ8e5QVzsihB2/O2YqvnRRtqtpSNolGcjQpTR\nuYh7oedsJunERV/O2y6xWhmnWXboCUe5k6JhQ25a7xSsVIMrmW2JTD36O6hM\nqj8JCnzSqTyqvSuEHpr30XotYfI8a4xiFo2MWkxyURK+/+smGPR2KuhmVsSq\nQqaKt9q5qIIhBnsW8ZS+dmaie1Sa3uB5/+PlrNf23LqAzliVOD1O1GAESd+J\nWnVbeuOKZsWVbagpk12Y3MscdNLMBDtoSa0mrDA7kldg/j+viBLYQhFrPmTh\n6FyAzu3O+Fd4j9fzSY5ita5yqSxpFZXPhplcUU/5JUvUypvxW3ICzyg+th7s\n0MXsLc6DrOhlTn+WdD8BkDcskOpZjTUzJm+YGo37g5ig/P26cGTazkmUBPyM\nUZs6KOCF1t3lmkxRJuDoCST8jfyr3EzXsFDNmqeKuBs5X8DDAjGMiHAQT38o\nz3MfhFLSJrYHmAyV9rsb6dMNDdLXDknHpVgXL3GrFNrxGiCCNegomDD7k8GB\nIBKbLgAC9v6uhYxdNwDaY0WsMtB7NGKnBSQnK0Bkskg3neeno7zIsXQH9HF/\nLim1\r\n=4sna\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"e23feebbd5c0727a16dcc0de6c71a35a6c2cafca","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.8.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"10.15.0","dependencies":{"walk":"^2.3.9","table":"^4.0.2","tslib":"^1.8.0","colors":"^1.1.2","mkdirp":"^0.5.1","moment":"^2.19.2","inquirer":"^5.1.0","markdown":"^0.5.0","commander":"^2.12.2","lru-cache":"^4.1.1","walk-sync":"^0.3.2","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.4.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^0.24.0","cpx":"^1.5.0","nyc":"^11.3.0","sinon":"^4.1.2","rollup":"^0.51.6","tslint":"^5.8.0","codecov":"^3.0.0","opn-cli":"^3.1.0","sorcery":"^0.10.0","typedoc":"^0.8.0","gh-pages":"^1.1.0","sleep-ms":"^2.0.1","copyfiles":"^1.2.0","trash-cli":"^1.4.0","browserify":"^14.5.0","proxyquire":"^1.8.0","typescript":"^2.6.2","@types/node":"^8.0.53","concurrently":"^3.5.1","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.6","standard-version":"^4.0.0","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^8.2.6","tslint-config-standard":"^6.0.1","rollup-plugin-node-resolve":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.1.2_1556324792438_0.3152917477033206","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"adr","version":"1.1.4","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.1.4","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"]},"dist":{"shasum":"14167eabb2c5578ac86c327afbc24a60fee30e42","tarball":"https://registry.npmjs.org/adr/-/adr-1.1.4.tgz","fileCount":163,"integrity":"sha512-tXlHurwf0UyrON28lAbKoAy+IrvMSKy9mPWBIzdDZ9noHSVFc73wylZtzasQjVYcwmRKMp3XE8eodsCZMx8Zpw==","signatures":[{"sig":"MEUCIB1je6bIzvZEY5pllg0g6JtvmRmTd880y2OuqZ/MfiagAiEAlFSRjUDATagNo7rPIMKQeeloPe9LlhbaXLht4FOmuuk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":709167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJez32uCRA9TVsSAnZWagAAWMIP/3bgqwidtsd6BFfy+4Z6\ndAMysWbijPdZhqgqfGwMoJV39xIbEbNno4zBVy0mgECN3BUirRNF4bUfwB8U\nRMTPK0zy7BRnse5jkVopg2R4zEUA0sJyLhyQIdTxtMc4xClLKBXFF/1ib0Xf\n16nFhu2Tx27flKXrf4nEwuExkF2DSmnGAu6n0SXRsR5gzvqIgZ269gSr2mPg\nUhluDzXf4+Bgj5jEn0zGj7t8eOz760sKuarNawdn/5sXq0B3pkHsDaBTKHgA\nlGX3VSms/xoywaJR7HcfymyRngKzJaoiI9QqZ+JaEIwHrkf2NtxMozleoBDl\nBGdXwNGbPU3221UMZp3ntNtH1aVQdywCo77IG9dVM8gSMhvnIv9nbGYOBS8A\nYbtURp1xyQW0H5VajmkoRIJG1Fud8mlZ5f79oCBca9ni/XLlidq7TX3gfdcl\nN6aJQXi1XQ4WJh7259i7KffujqQFDIxk7sibGOBvEzA7oaIgccafCK1VTnXE\nr5JPd4bf8A7TCf8g0guAu31qAF0ljrYwoKFOWMnMGzAiGaZkyVvLNAsXUxkB\nffwVzLdLF5xKpg/dI4yqGxBIODMCK1UvQXmhYc4lLR/Rfup0Z45fwzbFPa8I\n6cEEB/iclOgl2t9uh2maFRgFTY1z8nAdZJ2KeMXuSNE2AN+ibmlRq/eZlAhy\n9/TR\r\n=RJxW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=4.0"},"gitHead":"d87dc1a574d7f92c4fd2348b8fe369c8b8e94baf","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.13.4","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"12.16.1","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^1.10.0","colors":"^1.3.3","mkdirp":"^0.5.1","moment":"^2.24.0","inquirer":"^6.4.1","markdown":"^0.5.0","commander":"^2.20.0","lru-cache":"^5.1.1","walk-sync":"^1.1.3","remarkable":"^1.7.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"2.2.0","cpx":"^1.5.0","nyc":"^14.1.1","sinon":"^7.3.2","rollup":"^1.16.2","tslint":"^5.18.0","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.14.2","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^12.0.10","concurrently":"^4.1.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^6.0.1","rollup-plugin-alias":"^1.5.2","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^8.0.1","rollup-plugin-node-resolve":"^5.0.4"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.1.4_1590656429978_0.12496405460848847","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"adr","version":"1.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"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.2.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"8e4ea51f56a2b78e9145d3d1d5490092b67e9a66","tarball":"https://registry.npmjs.org/adr/-/adr-1.2.0.tgz","fileCount":173,"integrity":"sha512-fRMS5WJhp47VfdL2uPM8L60WJNnvEdJPep/TckvN5dPXZaYlz4cdRWSAd9laM3gywxGJGIDbhCgxyllszLnbzQ==","signatures":[{"sig":"MEQCICRM6vfO4vcrMKA3em4gxyazIBbF40vR9tLFJjGbUhiIAiAZqfZTFp/5QJ7y9E/dJ1IXo778uB59o1BGHhJG/nYd7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":722640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfOnyGCRA9TVsSAnZWagAAQKAP/ievJ9hw8cmQ/8Yw32Yd\nb0MPmIeEcOEKO/kDa1fUnRNfO7Hzorn7U1TF8pFANZlDoVGIYhD4tbFO94od\nsxwW55XyK/U5I2QBCvCHMaN1xfKD6m6hoAnOAPGkBTsV9jROXcu5jysRT0oL\n0ga/2yubFIe1NJJIT8YXI2sxvNGbTQL78RmWrSO0yTbTtBgH4/4OjJCtbLWM\n1FvIcsl5f4gAGx1PTGdFXCB7YjITs1Jv6Fy+0CpmsWxJLq3QeWhbc+/Vp+5O\n0sKUmoO1PibI+OtJ5xkyinLIjqNaNem0RBuaErRcy1Qkov4Ai3yVklBtEB+y\nyUUSV1zQvy2xq6NXaHLEz87nXC3sqjqRP1aNWOHa3fxRHtxDJtwvdek/poDo\nutKSI5VpLDRC4lpewI6xhL+YRh0m8/Wzf2YnfTGIPkb4Rhi/52Am7KcGcPlq\nQDd3nVASAdwjNmXi7Ntvs1VdbjYwaG2qMvIqEfYMJXZ3+vGKsCvzjxQ9AXJW\nawtw4Gp165rT2NXDU5hYkDAD7TH4OffG0i2E5ZturAgrkdfn0f+bWpuM8EYl\nbsK6qgtLCWBCN3z9adoK8wUSu8dcqjuzQp+8RCq1iSO7I9//UWHlhkpzdrKw\nGRwvQdHQF1cFYyxlP5ICz1I0Ls6g/xkA0VoK4OmOJZO8wm7yfYbL/+/xVN0U\nyfLp\r\n=+phF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"93a9987b747ece34f3c755ec1aba43143c5c61f6","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.13.4","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"12.16.1","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.2.0_1597668485497_0.818888151209922","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"adr","version":"1.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"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.2.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"16be0644e99f593106dc0ef0dc313dabd64e149b","tarball":"https://registry.npmjs.org/adr/-/adr-1.2.1.tgz","fileCount":164,"integrity":"sha512-nk1QyNK8HgLajRCtUBJAZHgpGTu9P0tzEcZLdzYSNE1c9T7HCyO5Im4fk51IiZknpsIddeFwT7xN5JJznqNQ4A==","signatures":[{"sig":"MEUCIQD1jJb2ZAi6HEaNis8AV0IoWaFGhqNdtzpCjiZYc4UDmwIgS/l9NfYG42YayQPFyE27OtuUT0mA/vhsLlkCJXXQTUc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":713965,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPRQjCRA9TVsSAnZWagAAzMUP/3nN8mUiurIU4+yK2d86\ne9lvBeUuO4cKkOeF72igXEYgysfwzGiIR4VME6G7BzCQpZMHoW0zCuEkjLhk\nqMZcxeekqCvYuDZi//eHGO1xkbcepTFVdLaKnKqkOCNLpZeMOaf2XuicBVVd\nTSbD49i0let+7aRUQgOXG2y+m9GQ5DV/T0NWy4hyqYHNHYYy+grhgAmEwP51\nxxy4h3IayNuttSU5Hh8JXTLk5awdc4hUKNadScVZj2DOBK1rfeCMjQL2qzuq\nxwuNh/KkTOOMvMeMHVxM8HJjunJSvj3ZD9V4YJB0Wv6QevUudLio0ub4NU1I\ndyNHgc1AJ91go+DE4tosOUoU3ds/JVHBoFQyNGZBACwH3Ap45QhseJuQE7Jz\nbhlBgMsHAVNJfQ/x6BNO+PWuTH8IkY6erYKgJYf5ayo82FJhqbAFwWGRUDXM\nCPfFuw/AWVQmzIj7sXvdi/W0X15+fHJJZXlfmAAnQEq4um1qM/MsG5AX8Jo5\nmchfprptSi62KGx+3/9gw+qGAW/AxTzWwgbI5XN2SKD/jqDsKKHkFkYaNzSt\nvuUW/cdNWfqyl6ChITWG0QNlXG4fAH1/FLE2XBNt9hDYz+iOve6xOBkez3Uo\ng80sEZcGxssNSSjVpRp3feC04nCR7qq3WUbiaVP+v+6SVtMYqcjpRUifp2Up\n5WSf\r\n=fPaS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"1e028d196f4c6354f107fc9197c5e35300a73a61","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.13.4","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"12.16.1","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.2.1_1597838370893_0.3735910322222311","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"adr","version":"1.3.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.3.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"86391022ddf9f4afa6bd0ab3d9795e3c85ab0104","tarball":"https://registry.npmjs.org/adr/-/adr-1.3.1.tgz","fileCount":164,"integrity":"sha512-WoK21yLE3YrEwpaktVcSdpXsqNccYzaoPrcG6SLoCL9+ZFhC/ao18U9raDC6LVkHgNpUXgmYlpOgJi78EgboYA==","signatures":[{"sig":"MEYCIQDCGPt/yJtjFnTIy+TLKoGDJUTYXmNMmXPlQ/cJUFiyyAIhAMOym7RXHy4NTTU+6w8FhMhLf6EnoIjvJkckTBDfkpFu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":717752,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqTAhCRA9TVsSAnZWagAABawP/RnvpHfRN20b5LS8/Ab/\nqb2RyoaH16SUmZ/oR2cyRlijnzCHnyPYT1UfVTe7qQ074k7LQEDTA224vuYg\nCvWqSXQAL94aJGiDb48U3eZu4iWkl/R3LUWR8dF5r6MZyFL1/ctWTrjuCSLQ\nKvF4E2QliUwF7VdsyH8/Y5xmlxF9qBDa1I1Dp+LaZnVgZgtL3BjnkpJ1EGni\nzJiIaQV14E7lRa6OSeP5+lFaCxHkazWok1gSxHuY7l7CH+bKC3lJ0nmmGhdc\nNYecBRKAMHpCVZm2E0npIl2eGp7fn1bhdz6UX0j48bsiashWYaJU6AfK1aQO\nNOI1a2JXceSeG8xm7+REmAOtHpTDXPR5XyLFLl3wGVhdoukONJ4nbqcqatks\nM+JTndJc2y/U6zEaqaYds3If2xRgdeQQ7rbJnnVyFXiZHeNnxIhsvVvIHVGy\nBwzaTsEPb207dQyez2iTdlaMVt8aQ9jsIeZ0VZSi4QTbznpylOoT+iAPacym\nPbw5B6dg9aGCoij8YDuPBVI4cyzWyvXcVV32Cq/Q4mDHvJxWeKr1DC2slVJg\nWGTtSxncVec1tyG8D25DMako063XgDqWttqcsSMd6TJJ3uAXZqWrBndObZoH\nep6LEuZoNDkkMtyD+8Xo4bDsC6BAAFgo86LsjnHqPZvytNVicLsK4HIcaH6f\niuMo\r\n=sW1l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"ccc6a985e03d031fe95dbc9a0c5a670636028021","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.13.4","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"12.16.1","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.3.1_1604923425077_0.6858019065198153","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"adr","version":"1.3.3","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.3.3","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"07e84113e4315ff2e1424e56048db11e5ddc2935","tarball":"https://registry.npmjs.org/adr/-/adr-1.3.3.tgz","fileCount":173,"integrity":"sha512-MZBLtFDXlEQTFqCtZe0FeM61Tdh2dp7qSFwWH5xhEdymHL1wjijX5GOV9kbqtuZ+/F2E95S52D95mgYQCt4qpw==","signatures":[{"sig":"MEUCIQCECzCAujcyulx4MMYMK/WZKM5+YDfnwmlhTLgGnXTq1QIgQqmhe/79J1hYP/VPCsn7KN0Rv2Fi2Od35cQsvkPPSOM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":724572,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhmuHJCRA9TVsSAnZWagAALtEQAJG8dJEpq0pFSpZIdnsd\nPszfsczs37HycY/BddGUeMTZCLjU9/9T1nVBfnpT1JAcHsbBhNXV4NHTxfqL\nmqYRrM+2ZkcGhRIblxHf3osNDoz15ohZKamr+i+h4jA8/3OjAefQdiEzt7rW\n5+xnAObUTCGSGB8lgh1pszWHyIFGOuTiuT1f4U2vQXAWChI7BpZpsQNaHxrV\nrNi9R2ZCercLrScYHS2QW1NWgobaZnwofbOt/0uMAuWNYS9IwaYlt/pWch7l\nugddfBzpJZ5MU+ZVOLWIxlLujSvJtUg54VItwWbY4aAT1eVw9ro/dHbSfS8r\nRt4MHHnhLznaGraBSkI6PgkOTj04uNr+QwIYMXTRprEM5hMQDlJtbnxDt2ZJ\nJ6cby6GQqTr1NCtablpx9RVOOXwo9FVqA16WqVREcig9AFFogiC6OafP3jsC\nipmBamQZupvq9WDvyk9OBel9POIbpWyxENG3RZOIyFPF7Xd/UMeKsTc1tgYE\n4rTLBYQBz/H1sM1FBG+HUMm7RimT6ytzA75YBrsJeTOAQdBZD65fHCq3b7/k\ncBpcme78N+f/QFxy+JwzYzisjRRzuav3G29/w7sr2V5s6WhxOH/TNbbGc2l3\nt7gFqGargajhWwuCUxyZfeGyOelddESaVD/0bSWQ8PMQZ6hc7e2NdUweYWES\ntsrd\r\n=WQns\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"f213cafdb88a9c6eb4c09e33c4e25cdea25f3298","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"8.1.3","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"17.0.1","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.3.3_1637540297098_0.28669886905041686","host":"s3://npm-registry-packages"}},"1.3.4":{"name":"adr","version":"1.3.4","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.3.4","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"8910010a5d7388d0f72c1fc07230cb7acd59a705","tarball":"https://registry.npmjs.org/adr/-/adr-1.3.4.tgz","fileCount":174,"integrity":"sha512-CMB88P2M3em3ctiTWlGfCuULQWrEf1Ge2zAj9Z5krl3+sqI5Co9BIagIg/bccLhSiNx5l6Y+5/AIT93r5B95KQ==","signatures":[{"sig":"MEUCIQD+njbK7FLL8YqICE+oxqWWIDNevsmXbExcN8fNlvG4cwIgZk7i0RsVXcA8uu+Ozw+lkeHCH6wg2QBpY64BUig8UNs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":727197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiLv78ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoEhQ/+MOLt+AvT6jJU+0gjhBBRPdnapb2ZZakYVrGgsLFVOFEkZSrr\r\nBE8UHU8RwlOaOvMF8ldbf18AS9qGRWUMboWzm33CjJ8HsHaWJqkIeMEIfVWx\r\nnZy1k2rMfUDG6QZgXHl22q1VDri3U7BsUidwnmWbYmL7+xERYDrzyo4/EFt8\r\nf7eMwl4tXTZgTOrGLcL8k2rDLmNFXKNunfgMw2qqXkdbpDNBY5CO52H70cfa\r\n2gX7m4Gt8e7m1tjCK2E7192Wx156BYbVMBEta1w9+IkIgCPtGksKENxukf4e\r\nIn63KjZ38E0q4kSVZyMoi/85VsHWveFW8gMMy7ZsZSjbjWpnKnrXzEC1Ba27\r\nkiZa0pNQ4s8hO22PyR7FdcFJnfab9TuEU/9BrX1kmwA/90xJkV3TFsX+yzNe\r\n3u3a5aR1toAvrCEXMA3AjYKcK0y+P+iAEfbQOXP/IofY/yhc0IQFj6lGB3fI\r\npeJGwBgL9vM1EiSN8JTfVWJWsSLImPA2KkTZTrVTf32OkA7JtgwLcZQtB9Wb\r\nG4qOkRFhU/DY7tL82ezbY5vTtOcFmZ3BOTIpX5Ou0MDOg8jT+ZZXlnwjQQzP\r\n2l+xZJBKz0LW/zWZxoJnTKTrTcZqbBiLR3dZmmlFum9i0knMuD8k8+C6KhqW\r\nucgcIAY2rrR0PMDQEj0B7ON4pvp8Zi1BcSI=\r\n=WEx/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"632856cd6280cf7d0d376a245bcb12a5bd13f851","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"8.5.1","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"17.6.0","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.3.4_1647247099863_0.5131420299161236","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"adr","version":"1.4.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.4.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"e51f94d86a80395e367c18a11fbe4f77793aae4a","tarball":"https://registry.npmjs.org/adr/-/adr-1.4.0.tgz","fileCount":178,"integrity":"sha512-FcwEt+XkNwAnzwQCIjCHAyBz3vQcsKDa5PN3HlEI6eMva7nLQOHkBuB7oequJP1pPA7/tx8NBjE35Rk7eHcvLQ==","signatures":[{"sig":"MEQCIDZufe0kEWQievgq8kH5YqtXdkuhgxKqqHzJUk59Eax0AiABwoXQODNyHrygGrzoYIrXkMRWC/nloUQ05FjkdHcarw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":737078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXpkmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCCA//bOZvMBMTCZUAdlO2bCz1TiC5ycwRpOBi25oFKzXlIicmzsHF\r\nDP1KifNzeP5+RChqJAIhvcbJYevQC64tM1VsTS5fYQqH/O9ZHY6DXOO+ozq8\r\n1zGF5+CjGeBkw/uFb0tz2geJv4Gbk03HtswRfy+rpm8l//jaBayOq4zxY9MZ\r\nKlHUi7/lW8O2ZQZ7FZV685AbXYJUkvuJ3NBsOkK5kK1b1WKrMRWzDk1AIk+f\r\nyNarrRt6mRbTwcguhwHzbFNbe8mPN/ba6d4xkGAK//eXT5syDWwLmH16vUms\r\nwshKzcTAxRLdPkfWSFaujABW7xPIywOXj1TRY6EJvNFJkCLhrP/BIvu95ctV\r\nz2nP0aGIDdjIBB36rR0YXVmW20YVe02pTidx4EeVfohP7dFq9GN1v+PhG/qA\r\nOmO1bHexmcphzKCWTsKQJ9PXilosZ3COXUxDBjIMWlMC9OZvDCJFeXkQmYNb\r\nD9F2bjtYRUs0XDAVEAGb3RcZ5feH8LA//CiRmu43hpL6hZuHbc7PfD6ARYjP\r\nO73UxRJ2ZbBo8sR5o0Fya+cvRIV2WCtPYT6OsUp49CYcF7mMbHNTxxPM7Xsi\r\nRADEt3IGg6YpctUCmJ3P3UuCegDQbFbqm0hQTLrzXb5/E0x3JTUJSHKRhFfu\r\nKXp+KTNnzmss7DmiWwtEgfSFeaSMup+ZFdA=\r\n=Mct8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"8c748c91924426b13fb755747aec1a3217d2a9fe","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"6.14.16","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"12.22.10","dependencies":{"walk":"^2.3.14","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.4.0_1650366757784_0.21247850576163385","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"adr","version":"1.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"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.4.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"78fd4aaaa3fd7c739f3caf89fa30202a6230e855","tarball":"https://registry.npmjs.org/adr/-/adr-1.4.1.tgz","fileCount":183,"integrity":"sha512-WRgljcIOPkWqEWaDTTd4mKmhpiUbucrUmc+gmXyFg2gF2EiQefJhBK0hhEKSIE+Ga+lDhDdk94qROvmG7gCdAQ==","signatures":[{"sig":"MEUCIC6TaP2qrZ6Ov41CFw5DGkrXc82khgxvkCPqgv1ACZN1AiEAgi0oSi4aBvE2P6Yx4p9HV/YR25BBfbzfWLbTEHHx3Jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":755808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiITiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMSw//V5r32Ieg9Y1PjD6fIXYtAIsp9LoypTFYTOkfieFd5FrfgJgx\r\ndEhJdcczefpmcZSCMSzeG86w9AWtl2ck1rtav43xN3V33QXF7n2JDgc+JlqN\r\n2iDa0uZCmt3XuHWLGOTsljqVsy55tv/XXU3uvvxtNSMTfqLGwYm3lz3F4cIT\r\nkuVKBTc7eeQqjiH28dOnX56pFlZHj5oOJBTSRAwgRG3P8/xZG6jqCmhpZSU9\r\nAQoL3BUwRtI5/3xa8zP1e08Cu02sMp54sWGI0hvxuP+42TiSpU3ut/AjQ+Vi\r\ntBZ1WerIraTAVU6b/F8RM0pS53oJJLoqT2GbRW0Ks0GkPs9YnorQ505iVM+i\r\nWtqmUv9ydxq46tfAuC678Zt4pZ1itswk+RNlnWpkhFOg70H4ONGRqDOZoUTi\r\nExdUsuLnWTEigjBq75/HqyPYIEKBXqeCxXedC0SsXOO8lVySve0VluRTbf6D\r\nodk2AWJ1M2UtbyTPYiur5/zecYWSb8c2yiQX+sOnnNnZatO53b+C1VpGq5lq\r\n3ILQwNYxCTYgCbOD+POnkX9tWlY/0pPfytTfy/ekaHwfJ+G1OXtwynpSAkHf\r\n0kkdkAsdlRdIerA9kdzmWVDPvYkKv5oDwxgrvNaR5TCQXjdpQLc5SDXxKrIJ\r\nthcyVYMHeFI8p0QKvksG+VRVeEF5AS65sRY=\r\n=+7Yb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"0df6246239f91cb7e5d907322dafe7356243b2a6","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"8.1.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"16.13.0","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.4.1_1653114081788_0.4836326463705307","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"adr","version":"1.4.2","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.4.2","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"61fae2edbe2c9d53b35aebcd6b159612075aaf3d","tarball":"https://registry.npmjs.org/adr/-/adr-1.4.2.tgz","fileCount":37,"integrity":"sha512-/ZYxh/y4na56zyY+1M+9CkKEpw8abWWrr2ZsixoifdUaFppMDO7NYUiFQSudE6TVnsf18SxjRHrDb9n7LY4slw==","signatures":[{"sig":"MEUCIQDtEoXZyyrwceUyQuzEeWPMUPeZ3oP9frqYi9VuERZVOQIgNxG90LORxR+Ivh+FmrO/g9/hsuo/5chuTqQnlK7bwsI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":394648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIw6sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqdUw/+OGICbJJ8QARzjC0p2OyodRerRrtLTo0sEiVUo9BP2+tlz+B3\r\ne2O/M612is/dTRkFfHMuerY4B/jmrL0/TCj4uHxgoOH19aXn0g2V1uEgzw6I\r\ne2MVe3yUSZI8oxxzreJfJfY7AYrEwyEF+nhOQxBN95ckotKz1N+GMreSjwpF\r\nie7pMnmq6orUgf6lMMterbRGmELXI47g9OiV/e0R7hsQNTlRjMVBNP04dlkg\r\njvQ00Kn76kyzuWAJVLsXzK3bFM4gIrBiBqFd1MA+pnWH4xdvVL29AiWLXseG\r\n8XXJKl2PgVysm76+ZndRMNww7uXtqsx/EbR8Qo4PrhOjYYeMwUBk7IuZWFje\r\nU8UMRPAVkjbL/zJrjlgp1eirm+6HxFtR+Ac5FHholuuLhAzN1XxD55hd/BLB\r\nm7tYHJUu67RHjvMeOdmMZ5Mv/6h3j9cxvi9X3ya3Gt28D7bZFrxQrKw1RnBS\r\nhZF3Yd73dDNeH6rERiALE2REBIfTvozNMcrv1x6ZkuhboOobQ+IMyYhKF4Ps\r\nP0aV5eFmiq3pgHK6Jpai/VYq8TAKJG6m3ebdPohhCECMrHYvvi137OumKBKS\r\ntXyWI0KOZy6KaPl4mkxxjGAZf2dZoQcI42yV82XtzNxw4hmyFzbEgcKwVeEs\r\nm7jArjnwrQznkkNbfsEGj8drm1pR+3H/QMg=\r\n=H9ub\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"9aa1b8b35e0f165ee9b2397217f854b2dd8ee415","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"8.15.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"16.13.0","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.4.2_1663241899727_0.31574510956381063","host":"s3://npm-registry-packages"}},"1.4.3":{"name":"adr","version":"1.4.3","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.4.3","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"2c817166da6c2d00183dc98cb55f1b5b32a3c482","tarball":"https://registry.npmjs.org/adr/-/adr-1.4.3.tgz","fileCount":185,"integrity":"sha512-g9KcB0i1Hnf2b24LhD6JVZmDEc8si4XVTmic0Tv+mN1YuM2JRckLTIPQbeklnqloSTjk8uLUkr95p307qvSBHA==","signatures":[{"sig":"MEYCIQDwDfbKexTO64NkLF/SAV5sOHfdhsSBGMrGjpbkuRdkzgIhAJdrnAxQc2OnDqK2GAgEuC+bPnBY/9QaP90wOf+6Rjc5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":760442,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPCAWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqwmQ/8DKO12AqLpxEzZPNxRMwz50lt8pXPFVhm8zP8/CpDaUqJRLP5\r\nFMXsUf32dmDxQPUm4Q1TKT5YJU2+75hmZsccmcazMU8TzRRFBbT9sbk6fV18\r\nygxgBm7rbFweEaNyW0I/O+QKCD6zwbYK73hQtpLRlD0IYVdHXosk59KDb9hB\r\n+Jayl9gM4l5QLnWXiCT5wzsoNotP4o/F9HEcxJYD/qBLbGxT/HkEZ+7YuaA3\r\nAiOstZyR9RFVPs821jd6e+Ie8EzB8cN7s/4mHsMSIu98/iWRcZbOfaXuu0OY\r\nsKZG9uMTNzWcbY9LU7QjRbI8J/q19D9NQmbEbbweNaKT+FquVofkLD2lCsBP\r\nBFTG0avw3gy6FdWkjqoXk80qUr20Ir/eQCRB1YbOJDX8LFLK2wnQQgoVhA3p\r\nD17ncIOZAW5bOeIiuh+46zqIWXc3N1ORIvmc1EN5KbuN6azdF0jXBIT2DGmD\r\ngroE66Zob8V4NXdsj48I4L7IrSeoLk/mWtva6UGepE9RNhOQWrEvIFhlQUki\r\nCyCjaopxU7oeexrJV4eKJCc0fgFigm9etnCCDoS2cD/ZV7ZLu6Ztnd6lgjxj\r\nl75aprFBxs3bOyUMiCyq+UvKXmaS6ynU6gZo/K7Fj2+n2R2j2w6DNfMRmxZJ\r\nR183J9uKZk+rtjh/FZTfmb/4T1nqkHILOGM=\r\n=M5ZY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"ce2eafd0b435e06eb40e4e70fc4682d091361be8","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"8.15.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"16.13.0","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"3.8.2","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.4.3_1664884758720_0.12342923283606111","host":"s3://npm-registry-packages"}},"1.4.5":{"name":"adr","version":"1.4.5","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.4.5","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"d1a6f8b3c4249298466b1b40deb443054299dfbb","tarball":"https://registry.npmjs.org/adr/-/adr-1.4.5.tgz","fileCount":178,"integrity":"sha512-CksA+gh5K4P63R4B0rbH/ILumBLBRN7x4/MAh6GEurDjb8LKpUGeqf7Ux/60luhTpMugkyFc6Gr6EsCQy9VI4g==","signatures":[{"sig":"MEYCIQDrPbZWhYQXOUyNyKpuoV79iVt7c1cj9jZPwwC+2mmqawIhANGWKPeovvJULIlfZWfMkGuiF7kdbUa5Oe4Sz5wT4U9Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763287},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"9e4426c80bee636c1d853cc8ab6560c7a20dc381","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"9.2.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"18.12.1","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"4.3.3","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.4.5_1684499316496_0.5838457872255878","host":"s3://npm-registry-packages"}},"1.4.6":{"name":"adr","version":"1.4.6","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.4.6","homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"b5e4a5cdd24cfa336f9cd96f1e8f6df3b54ecc76","tarball":"https://registry.npmjs.org/adr/-/adr-1.4.6.tgz","fileCount":178,"integrity":"sha512-U7SPIlVD30yGu2K9F5M1vuTn/j0qJ1ygGoW9B0pyfVZqwHifYIY8t8Un1F4qZ9yB+TsQ1KhAy6i7EYjzmQodTg==","signatures":[{"sig":"MEQCIBwMeLEo8Hn/jflbwoOUmZXm+EJKxQZ1j9dLY73NYhs+AiBYD6XEIWHpYBp+VItEoJaCfyNHCVKJ3LE5v4RpjLYoFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":763835},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"8e4a281ef0776810ef0e5f595e98bc2365cddc94","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"10.5.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"18.20.2","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"4.3.3","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.4.6_1719365739358_0.4261046131386397","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"adr","version":"1.5.0","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.5.0","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"da61aeea4f0bbe6243d85e6fdb657c462b1ceb68","tarball":"https://registry.npmjs.org/adr/-/adr-1.5.0.tgz","fileCount":194,"integrity":"sha512-YNuZK3KSC8dW9nmUFYEtDvy8g7oonPJUW6Is+d+Mu0M3IbfZrtKSfgebqLbe6j/QwY5GEnURipA4QM+g+qz94A==","signatures":[{"sig":"MEQCIBmPo1fe+fRSndeqWeQGprsvDVkXJIc5AaphIK4kqh/tAiBp4W9vY0A3bwD0zewjtEM+6ap4PAtFDWFkYmb8ETMIWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":868771},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"44eb858e815d7c068a5a115f6fbc3cfe292485dc","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"10.5.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"18.20.2","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0","@asciidoctor/core":"^3.0.4"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"4.3.3","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.5.0_1724424194890_0.80461388848693","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"adr","version":"1.5.1","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","_id":"adr@1.5.1","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"homepage":"https://github.com/phodal/adr#readme","bugs":{"url":"https://github.com/phodal/adr/issues"},"ava":{"files":["build/main/**/*.spec.js"],"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"ignoredByWatcher":["build/main/**/*.js"]},"bin":{"adr":"build/main/cli.js"},"nyc":{"exclude":["**/*.spec.js","build/browser/**"],"extends":"@istanbuljs/nyc-config-typescript"},"dist":{"shasum":"008ffb824a53b934feb5fa4d8cebdceddf57c705","tarball":"https://registry.npmjs.org/adr/-/adr-1.5.1.tgz","fileCount":193,"integrity":"sha512-hUtPIKzOgCZIiCq8QAhCbs3uyEmMeCxNonMWrIqvECesllXe5ph+/mNRD0joNOtwDHWT3J9koaxodrUY5KZ4Gw==","signatures":[{"sig":"MEUCIQDGjxEMCU/A+hTzJjlk84giv6rY8dVON+nF/YnXUexuGQIgLGKs7q60qREiFnWQh0IdgLj7J05odjaB/En3uaLZhlo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":872752},"main":"build/main/index.js","module":"build/module/index.js","engines":{"node":">=10.0"},"gitHead":"704551b03360391196cef3186ebdead9e05def59","scripts":{"cli":"node build/main/cli.js","cov":"yarn unit && yarn html-coverage && opn coverage/index.html","docs":"yarn docs:html && opn build/docs/index.html","info":"npm-scripts-info","lint":"tslint --project . src/**/*.ts","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","unit":"yarn build && yarn build:tests && nyc ava","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","reset":"git clean -dfx && git reset --hard && yarn","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && concurrently -r --kill-others 'npm run --silent build:main -- -w' 'npm run --silent build:tests -- -w --no-browser' 'sleepms 2000 && ava --watch'","release":"yarn reset && yarn test && yarn docs:publish && yarn changelog","changelog":"standard-version","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","build:main":"tsc -p tsconfig.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","build:module":"tsc -p config/exports/tsconfig.module.json","docs:publish":"yarn docs:html && gh-pages -d build/docs","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/","html-coverage":"nyc report --reporter=html","send-coverage":"nyc report --reporter=lcov > coverage.lcov && codecov","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80"},"typings":"build/main/index.d.ts","_npmUser":{"name":"phodal","email":"h@phodal.com"},"repository":{"url":"git+https://github.com/phodal/adr.git","type":"git"},"_npmVersion":"10.5.0","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","directories":{},"_nodeVersion":"18.20.2","dependencies":{"walk":"^2.3.14","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","colors":"^1.3.3","mkdirp":"^1.0.4","moment":"^2.24.0","inquirer":"^7.1.0","markdown":"^0.5.0","commander":"^5.1.0","lru-cache":"^5.1.1","walk-sync":"^2.1.0","remarkable":"^2.0.1","markdown-toc":"^1.2.0","find-in-files":"^0.5.0","open-in-editor":"^2.2.0","@asciidoctor/core":"^3.0.4"},"scripts-info":{"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","info":"Display information about the scripts","lint":"Lint all typescript source files","test":"Lint, build, and test the library","unit":"Build the library and run unit tests","build":"(Trash and re)build the library","reset":"Delete all untracked files and reset the repo to the last commit","watch":"Watch source files, rebuild library on changes, rerun relevant tests","release":"Clean, build, test, publish docs, and prepare release (a one-step publish process)","changelog":"Bump package.json version, update CHANGELOG.md, tag a release","docs:json":"Generate API documentation in typedoc JSON format","docs:publish":"Generate HTML API documentation and push it to GitHub Pages"},"_hasShrinkwrap":false,"devDependencies":{"ava":"4.3.3","cpx":"^1.5.0","nyc":"^15.0.1","sinon":"^9.0.2","rollup":"^2.11.2","tslint":"^6.1.2","codecov":"^3.5.0","opn-cli":"^5.0.0","sorcery":"^0.10.0","typedoc":"^0.17.7","gh-pages":"^2.0.1","sleep-ms":"^2.0.1","copyfiles":"^2.1.0","trash-cli":"^3.0.0","browserify":"^16.2.3","proxyquire":"^2.1.0","typescript":"^3.5.3","@types/node":"^14.0.5","concurrently":"^5.2.0","rollup-watch":"^4.3.1","npm-scripts-info":"^0.3.9","standard-version":"^8.0.0","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","tslint-config-standard":"^9.0.0","@lisnote/image-generator":"^1.0.3","rollup-plugin-node-resolve":"^5.0.4","@istanbuljs/nyc-config-typescript":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/adr_1.5.1_1724454265291_0.7940850703409845","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"adr","version":"1.5.2","description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","main":"build/main/index.js","bin":{"adr":"build/main/cli.js"},"typings":"build/main/index.d.ts","module":"build/module/index.js","repository":{"type":"git","url":"git+https://github.com/phodal/adr.git"},"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","scripts":{"info":"npm-scripts-info","build":"trash build && yarn build:main && yarn build:module && copyfiles -f ./src/lib/templates/* ./build/main/lib/templates/ && yarn copy:template","build:main":"tsc -p tsconfig.json","build:module":"tsc -p config/exports/tsconfig.module.json","build:tests":"trash test && copyfiles -f ./src/test/*.html ./test/main/test/ && node config/exports/build-tests.js","lint":"tslint --project . src/**/*.ts","unit":"yarn build && yarn build:tests && nyc ava","check-coverage":"nyc check-coverage --lines 85 --functions 80 --branches 80","test":"yarn lint && yarn unit && nyc report --reporter=lcov && yarn check-coverage","watch":"yarn build && yarn build:tests --no-browser  && yarn html-coverage && 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","cli":"node build/main/cli.js","copy:template":"copyfiles -f ./src/lib/helpers/*.html ./build/main/lib/helpers/ && copyfiles -f ./src/lib/helpers/*.html ./build/module/lib/helpers/"},"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":">=10.0"},"devDependencies":{"@istanbuljs/nyc-config-typescript":"^1.0.1","@lisnote/image-generator":"^1.0.3","@types/node":"^14.0.5","ava":"4.3.3","browserify":"^16.2.3","codecov":"^3.5.0","concurrently":"^5.2.0","copyfiles":"^2.1.0","cpx":"^1.5.0","gh-pages":"^2.0.1","npm-scripts-info":"^0.3.9","nyc":"^15.0.1","opn-cli":"^5.0.0","proxyquire":"^2.1.0","rollup":"^2.11.2","rollup-plugin-alias":"^2.2.0","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.4","rollup-watch":"^4.3.1","sinon":"^9.0.2","sleep-ms":"^2.0.1","sorcery":"^0.10.0","standard-version":"^8.0.0","trash-cli":"^3.0.0","tslint":"^6.1.2","tslint-config-standard":"^9.0.0","typedoc":"^0.17.7","typescript":"^3.5.3"},"keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"nyc":{"extends":"@istanbuljs/nyc-config-typescript","exclude":["**/*.spec.js","build/browser/**"]},"ava":{"source":["test/**/*.js","build/**/*.js","!build/**/*.spec.js"],"failFast":true,"files":["build/main/**/*.spec.js"],"ignoredByWatcher":["build/main/**/*.js"]},"dependencies":{"@asciidoctor/core":"^3.0.4","colors":"^1.3.3","commander":"^5.1.0","find-in-files":"^0.5.0","inquirer":"^7.1.0","lru-cache":"^5.1.1","markdown":"^0.5.0","markdown-toc":"^1.2.0","mkdirp":"^1.0.4","moment":"^2.24.0","open-in-editor":"^2.2.0","remarkable":"^2.0.1","sharp":"^0.30.4","table":"^5.4.1","tslib":"^2.0.0","walk":"^2.3.14","walk-sync":"^2.1.0"},"_id":"adr@1.5.2","gitHead":"3650a7707fdb093c7a3856c9e1b09444211c7d03","bugs":{"url":"https://github.com/phodal/adr/issues"},"homepage":"https://github.com/phodal/adr#readme","_nodeVersion":"18.20.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-nIXF3bo8kYIXqYLftaJ0rJ1dt8N8Apj7Nz9Sh7cwEkTjokMwVzg/hKJOp/lm422h3Fw34wSicZ6wJu4TYzdOsw==","shasum":"1b5cf2e542f60d69e1f6d592eec6dc2b48d68e20","tarball":"https://registry.npmjs.org/adr/-/adr-1.5.2.tgz","fileCount":194,"unpackedSize":873278,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICkG8X2KneTff6UcEL4ME99kM/d6mOx550bNBa/S3m32AiEAvqvBUN1KjmwxwrzFEpvdnNYkL+H2PuLBLdrege1FhMU="}]},"_npmUser":{"name":"phodal","email":"h@phodal.com"},"directories":{},"maintainers":[{"name":"phodal","email":"h@phodal.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/adr_1.5.2_1724980694709_0.9433833428844198"},"_hasShrinkwrap":false}},"time":{"created":"2017-03-15T11:46:16.067Z","modified":"2024-08-30T01:18:15.172Z","0.0.0-reserved":"2017-03-15T11:46:16.067Z","0.0.0-development":"2017-03-15T14:36:45.544Z","0.0.1":"2017-11-22T01:58:56.010Z","0.0.2":"2017-11-22T10:58:48.153Z","0.0.3":"2017-11-22T11:01:44.339Z","0.0.4":"2017-11-22T14:54:54.500Z","0.0.5":"2017-11-22T15:23:16.312Z","0.0.6":"2017-11-23T07:34:49.133Z","0.0.7":"2017-11-23T09:17:46.838Z","0.0.8":"2017-11-23T14:53:37.392Z","0.0.9":"2017-11-23T15:31:12.707Z","0.0.10":"2017-11-23T15:54:28.822Z","0.0.11":"2017-11-23T23:18:11.811Z","0.1.0":"2017-11-24T03:09:23.435Z","0.1.1":"2017-11-24T07:42:01.686Z","0.1.2":"2017-11-24T07:43:17.145Z","0.2.0":"2017-11-24T09:26:11.634Z","0.2.1":"2017-11-25T13:27:08.533Z","0.3.0":"2017-11-26T06:54:43.413Z","0.3.1":"2017-11-26T23:39:49.141Z","0.4.0":"2017-11-27T03:19:11.483Z","0.4.1":"2017-11-27T03:36:16.219Z","0.4.2":"2017-11-27T13:37:12.153Z","0.4.3":"2017-11-28T00:56:05.911Z","0.4.4":"2017-11-28T03:17:49.629Z","0.4.5":"2017-11-28T03:38:40.381Z","0.4.6":"2017-11-28T07:23:47.406Z","0.5.0":"2017-11-28T14:49:30.170Z","0.5.1":"2017-11-29T13:36:03.817Z","0.5.2":"2017-11-30T02:46:29.850Z","0.5.3":"2017-11-30T03:44:47.060Z","0.5.4":"2017-11-30T07:21:53.402Z","0.5.5":"2017-11-30T09:42:35.441Z","0.5.6":"2017-11-30T13:04:41.964Z","0.6.0":"2017-11-30T14:04:01.810Z","0.6.1":"2017-12-01T00:16:59.959Z","0.7.1":"2017-12-02T10:56:47.547Z","1.0.0":"2017-12-28T00:06:10.748Z","1.0.2":"2018-01-10T00:11:21.116Z","1.0.3":"2018-01-10T11:38:14.518Z","1.0.4":"2018-01-10T11:41:40.188Z","1.0.5":"2018-01-10T11:42:30.293Z","1.0.6":"2018-02-05T12:37:42.902Z","1.0.7":"2018-03-01T01:43:17.851Z","1.0.8":"2018-03-19T11:35:05.602Z","1.0.9":"2018-03-19T11:53:29.766Z","1.1.0":"2018-03-19T12:42:21.244Z","1.1.1":"2018-07-29T15:18:34.158Z","1.1.2":"2019-04-27T00:26:32.638Z","1.1.4":"2020-05-28T09:00:30.103Z","1.2.0":"2020-08-17T12:48:05.685Z","1.2.1":"2020-08-19T11:59:31.070Z","1.3.1":"2020-11-09T12:03:45.277Z","1.3.3":"2021-11-22T00:18:17.358Z","1.3.4":"2022-03-14T08:38:20.143Z","1.4.0":"2022-04-19T11:12:38.001Z","1.4.1":"2022-05-21T06:21:22.185Z","1.4.2":"2022-09-15T11:38:19.986Z","1.4.3":"2022-10-04T11:59:18.968Z","1.4.5":"2023-05-19T12:28:36.745Z","1.4.6":"2024-06-26T01:35:39.663Z","1.5.0":"2024-08-23T14:43:15.276Z","1.5.1":"2024-08-23T23:04:25.652Z","1.5.2":"2024-08-30T01:18:14.982Z"},"bugs":{"url":"https://github.com/phodal/adr/issues"},"author":{"name":"Phodal HUANG","email":"h@phodal.com"},"license":"MIT","homepage":"https://github.com/phodal/adr#readme","keywords":["async","ava","await","boilerplate","conventional-changelog","ES6","ES7","library","javascript-modules","node","nyc","rollup","starter","template","tree-shaking","tslint","typedoc","typescript","typings"],"repository":{"type":"git","url":"git+https://github.com/phodal/adr.git"},"description":"轻量级架构记录工具 - Command-line tools for working with Architecture Decision Records","maintainers":[{"name":"phodal","email":"h@phodal.com"}],"readme":"ADR - Architecture Decision Records（轻量级架构决策记录工具）\n===\n\n> ADR - Architecture Decision Records（轻量级架构决策记录工具）\n\n[![Build Status](https://travis-ci.org/phodal/adr.svg?branch=master)](https://travis-ci.org/phodal/adr) [![codecov.io](https://codecov.io/github/phodal/adr/coverage.svg?branch=master)](https://codecov.io/github/phodal/adr?branch=master)  [![Maintainability](https://api.codeclimate.com/v1/badges/5cd05f9857e0a2031ba1/maintainability)](https://codeclimate.com/github/phodal/adr/maintainability)\n\n[![Markdown Improve](https://img.shields.io/badge/markdown--improve-Phodal-blue.svg)](https://github.com/phodal/markdown-improve) [![node](https://img.shields.io/node/v/adr.svg)](https://www.npmjs.com/package/adr) [![npm](https://img.shields.io/npm/v/adr.svg)](https://www.npmjs.com/adr)\n\nInspired by [https://github.com/npryce/adr-tools](https://github.com/npryce/adr-tools), but supported Windows.\n\nADR Blogpost: [Documenting Architecture Decisions](http://thinkrelevance.com/blog/2011/11/15/documenting-architecture-decisions)\n\nA good material about [Architecture decision record](https://github.com/joelparkerhenderson/architecture_decision_record)\n\n中文翻译：[架构决策记录](https://www.phodal.com/blog/documenting-architecture-decisions/)\n\n**功能特性**\n\n- 支持 Windows, GNU/Linux, Mac OS\n- Markdown 目录生成\n- 为项目经理、业务人员等非开发人员，生成报表：HTML，CSV, JSON\n- 兼容 adr-tools\n- 国际化支持：English、中文、Brazilian Portuguese (pt-br), Standard Italian (it-IT)\n- 状态历史\n- 状态查询\n- 更好的列表展示\n- 兼容 adr-tools\n\n[查看本项目的架构决策记录](/docs/adr)\n\n**Features**\n\n- Supported Windows, GNU/Linux, Mac OS\n- **report for PM, BA**: html, csv, json\n- Support Markdown and Asciidoc\n- generate markdown and asciidoc toc（see in [docs/adr](/docs/adr) ）\n- **i18n**: English (en), 中文(zh-cn), Brazilian Portuguese (pt-br), Standard Italian (it-IT), Farsi (fa), French (fr)\n- status logs\n- status query\n- better list view\n- compatible adr-tools\n- custom templates: add a `template.md` (or `template.adoc`, `template.asciidoc`) file in the save path\n\n## HTML Reporter Example\n\n- [ADR Example](https://phodal.github.io/adr/examples/export-1.html)\n- [ADR Tools Example](https://phodal.github.io/adr/examples/export-3.html)\n- [会分期 Example](https://phodal.github.io/adr/examples/export-2.html)\n- [Arachne Framework Example](https://phodal.github.io/adr/examples/export-4.html)\n\nScreenshots\n---\n\n### ADR List\n\n![List Examples](docs/list-example.png)\n\n### ADR Reporter\n\n![Reporter Examples](docs/reporter-example.png)\n\n## Install\n\n1. install\n\n```bash\nnpm install -g adr\n```\n\n2. init\n\n```bash\nadr init <language>\n```\n\ne.x: ``adr init en``\n\n### new\n\n```bash\nadr new <decision>\n```\n\ne.x: ``adr new \"create project\"``. It will open the new file with your config [editor](#config)\n\n### list\n\n```bash\nadr list\n```\n\nresult:\n\n```\n╔══════════════════════════════════════╤══════════════╤═══════════════════╗\n║ Decision                             │ Last Modified│ Last Status       ║\n╟──────────────────────────────────────┼──────────────┼───────────────────╢\n║ 1.编写完整的单元测试                    │ 2017-11-26   │ 2017-11-26 已完成  ║\n╟──────────────────────────────────────┼──────────────┼───────────────────╢\n║ 2.添加目录生成                         │ 2017-11-26   │ 2017-11-25 已完成  ║\n╟──────────────────────────────────────┼──────────────┼───────────────────╢\n║ 3.图形生成功能                         │ 2017-11-26   │ 2017-11-24 已完成  ║\n╟──────────────────────────────────────┼──────────────┼───────────────────╢\n║ 4.生成在线图形                         │ 2017-11-26   │ 2017-11-22 提议    ║\n╚══════════════════════════════════════╧══════════════╧═══════════════════╝\n```\n\n### generate toc\n\n```bash\nadr generate toc\n```\n\nresults:\n\n```markdown\n# Architecture Decision Records\n\n* [1. 编写完整的单元测试](001-编写完整的单元测试.md)\n* [2. 添加目录生成](002-添加目录生成.md)\n* [3. 图形生成](003-图形生成.md)\n```\n\n### generate graph\n\n```sh\nadr generate graph\n```\n\nresults:\n\n```\ndigraph {\n  node [shape=plaintext];\n  _1 [label=\"1.编写完整的单元测试\"; URL=\"001-编写完整的单元测试.md\"]\n  _2 [label=\"2.添加目录生成\"; URL=\"002-添加目录生成.md\"]\n  _1 -> _2 [style=\"dotted\"];\n  _3 [label=\"3.图形生成\"; URL=\"003-图形生成.md\"]\n  _2 -> _3 [style=\"dotted\"];\n}\n```\n\n### update filename by title\n\n```bash\nadr update\n```\n\n### decisions change logs\n\n```bash\nadr logs <index>\n```\n\ne.x. ``adr logs 9``\n\n```\n╔════════════╤══════╗\n║  -         │  -   ║\n╟────────────┼──────╢\n║ 2017-11-23 │ 提议 ║\n╟────────────┼──────╢\n║ 2017-11-24 │ 通过 ║\n╚════════════╧══════╝\n```\n\n### export adr\n\nsupport: json, csv, html, markdown\n\n```bash\nadr export <type>\n```\n\ne.x. ``adr export csv``\n\n```\nIndex, 决策, 上次修改时间, 最后状态\n1, 编写完整的单元测试, 2017-11-26, 2017-11-26 已完成\n2, 添加目录生成, 2017-11-26, 2017-11-25 已完成\n3, 图形生成功能, 2017-11-26, 2017-11-24 已完成\n```\n\n### search adr\n\n```bash\nadr search <keyword>\n```\n\ne.x. ``adr search 测试``\n\n```\n╔══════════════════════╤══════════════════╗\n║ 决策                 │ 最后状态         ║\n╟──────────────────────┼──────────────────╢\n║ 19.添加-e2e-测试     │ 2017-11-28 提议  ║\n╟──────────────────────┼──────────────────╢\n║ 1.编写完整的单元测试 │ 2017-11-26 完成  ║\n╚══════════════════════╧══════════════════╝\n```\n\nConfig\n---\n\ncurrent:\n\n- **language**, language\n- **path**, save path\n- **digits**, the index length, e.x. digits:3 001-index.md\n- **prefix**, the prefix of files, e.x. adr-0001\n- **editor**, the editor to open file, e.x. code, [more information](https://github.com/lahmatiy/open-in-editor#editor), and you can also use the editor by setting the program path, such as `/System/Applications/TextEdit.app/Contents/MacOS/TextEdit`\n- **force_nfc**, whether to normalize the names of files generated by `adr` commands in NFC (Normalization Form Canonical Composition) format, e.x. `true`\n- **extension**, the document extension/format you want to used. `md` for Markdown (default value) or`adoc` for asciidoc\n\nexample config:\n\n```json\n{\n  \"path\":\"doc/adr/\",\n  \"language\":\"zh-cn\",\n  \"prefix\": \"\",\n  \"digits\": 4,\n  \"editor\": \"code\",\n  \"force_nfc\": true,\n  \"extension\": \"md\"\n}\n```\n\nLicense\n---\n\n[![Phodal's Idea](http://brand.phodal.com/shields/idea-small.svg)](http://ideas.phodal.com/)\n\n@ 2017~2021 A [Phodal Huang](https://www.phodal.com)'s [Idea](http://github.com/phodal/ideas).  This code is distributed under the MIT license. See `LICENSE` in this directory.\n","readmeFilename":"README.md","users":{}}