|
|
|
@ -625,17 +625,17 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-atom": {
|
|
|
|
|
"version": "2.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-7dOREZwzB+tCEMjRTDfen0OHwd7vPUdmU0llTy1eloZgtOP4iSLVzYIQqfmdRZEty+3w5Jz+AbhfTJKoKw1JeQ==",
|
|
|
|
|
"version": "2.0.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.8.tgz",
|
|
|
|
|
"integrity": "sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-codemirror": {
|
|
|
|
|
"version": "2.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-Oralk1kiagn3Gb5cR5BffenWjVu59t/viE6UMD/mQa1hISMPkMYhJIqX+CMeA1zXgVBO+YHQhhokEj99GP5xcg==",
|
|
|
|
|
"version": "2.0.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.8.tgz",
|
|
|
|
|
"integrity": "sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
|
}
|
|
|
|
@ -651,63 +651,208 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-core": {
|
|
|
|
|
"version": "4.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-8+xMvN6JvdDtPbGBqA7oRNyZD4od1h/SIzrWqHcKZjitbVXrFpozEeyn4iI4af1UwdrabQpiZMaV07fPUTGd4w==",
|
|
|
|
|
"version": "4.2.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-4.2.1.tgz",
|
|
|
|
|
"integrity": "sha512-8cH8/DEoD3e5Q6aeogdR5oaaKs0+mG6+f+Om0ZYt3PNv7Zo0sQhu4bMDRsqAF+UTekTAtP1W/C41jH/fkm8Jtw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"add-stream": "^1.0.0",
|
|
|
|
|
"conventional-changelog-writer": "^4.0.17",
|
|
|
|
|
"conventional-commits-parser": "^3.1.0",
|
|
|
|
|
"conventional-changelog-writer": "^4.0.18",
|
|
|
|
|
"conventional-commits-parser": "^3.2.0",
|
|
|
|
|
"dateformat": "^3.0.0",
|
|
|
|
|
"get-pkg-repo": "^1.0.0",
|
|
|
|
|
"git-raw-commits": "2.0.0",
|
|
|
|
|
"git-remote-origin-url": "^2.0.0",
|
|
|
|
|
"git-semver-tags": "^4.1.0",
|
|
|
|
|
"git-semver-tags": "^4.1.1",
|
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
|
"normalize-package-data": "^2.3.5",
|
|
|
|
|
"normalize-package-data": "^3.0.0",
|
|
|
|
|
"q": "^1.5.1",
|
|
|
|
|
"read-pkg": "^3.0.0",
|
|
|
|
|
"read-pkg-up": "^3.0.0",
|
|
|
|
|
"shelljs": "^0.8.3",
|
|
|
|
|
"through2": "^3.0.0"
|
|
|
|
|
"through2": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"conventional-commits-parser": {
|
|
|
|
|
"version": "3.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-XmJiXPxsF0JhAKyfA2Nn+rZwYKJ60nanlbSWwwkGwLQFbugsc0gv1rzc7VbbUWAzJfR1qR87/pNgv9NgmxtBMQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"JSONStream": "^1.0.4",
|
|
|
|
|
"is-text-path": "^1.0.1",
|
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
|
"meow": "^8.0.0",
|
|
|
|
|
"split2": "^2.0.0",
|
|
|
|
|
"through2": "^4.0.0",
|
|
|
|
|
"trim-off-newlines": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"git-semver-tags": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-4.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"meow": "^8.0.0",
|
|
|
|
|
"semver": "^6.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"hosted-git-info": {
|
|
|
|
|
"version": "3.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"lru-cache": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"meow": {
|
|
|
|
|
"version": "8.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/minimist": "^1.2.0",
|
|
|
|
|
"camelcase-keys": "^6.2.2",
|
|
|
|
|
"decamelize-keys": "^1.1.0",
|
|
|
|
|
"hard-rejection": "^2.1.0",
|
|
|
|
|
"minimist-options": "4.1.0",
|
|
|
|
|
"normalize-package-data": "^3.0.0",
|
|
|
|
|
"read-pkg-up": "^7.0.1",
|
|
|
|
|
"redent": "^3.0.0",
|
|
|
|
|
"trim-newlines": "^3.0.0",
|
|
|
|
|
"type-fest": "^0.18.0",
|
|
|
|
|
"yargs-parser": "^20.2.3"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hosted-git-info": {
|
|
|
|
|
"version": "2.8.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
|
|
|
|
|
"integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
|
|
|
|
|
},
|
|
|
|
|
"read-pkg": {
|
|
|
|
|
"version": "5.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
|
|
|
"normalize-package-data": "^2.5.0",
|
|
|
|
|
"parse-json": "^5.0.0",
|
|
|
|
|
"type-fest": "^0.6.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"normalize-package-data": {
|
|
|
|
|
"version": "2.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hosted-git-info": "^2.1.4",
|
|
|
|
|
"resolve": "^1.10.0",
|
|
|
|
|
"semver": "2 || 3 || 4 || 5",
|
|
|
|
|
"validate-npm-package-license": "^3.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"type-fest": {
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"read-pkg-up": {
|
|
|
|
|
"version": "7.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"find-up": "^4.1.0",
|
|
|
|
|
"read-pkg": "^5.2.0",
|
|
|
|
|
"type-fest": "^0.8.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"type-fest": {
|
|
|
|
|
"version": "0.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "5.7.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
|
|
|
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"normalize-package-data": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hosted-git-info": "^3.0.6",
|
|
|
|
|
"resolve": "^1.17.0",
|
|
|
|
|
"semver": "^7.3.2",
|
|
|
|
|
"validate-npm-package-license": "^3.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"through2": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"readable-stream": "3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"type-fest": {
|
|
|
|
|
"version": "0.18.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
|
|
|
|
|
"integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw=="
|
|
|
|
|
},
|
|
|
|
|
"yargs-parser": {
|
|
|
|
|
"version": "20.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-ember": {
|
|
|
|
|
"version": "2.0.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.8.tgz",
|
|
|
|
|
"integrity": "sha512-JEMEcUAMg4Q9yxD341OgWlESQ4gLqMWMXIWWUqoQU8yvTJlKnrvcui3wk9JvnZQyONwM2g1MKRZuAjKxr8hAXA==",
|
|
|
|
|
"version": "2.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-eslint": {
|
|
|
|
|
"version": "3.0.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.8.tgz",
|
|
|
|
|
"integrity": "sha512-5rTRltgWG7TpU1PqgKHMA/2ivjhrB+E+S7OCTvj0zM/QGg4vmnVH67Vq/EzvSNYtejhWC+OwzvDrLk3tqPry8A==",
|
|
|
|
|
"version": "3.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-express": {
|
|
|
|
|
"version": "2.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-pW2hsjKG+xNx/Qjof8wYlAX/P61hT5gQ/2rZ2NsTpG+PgV7Rc8RCfITvC/zN9K8fj0QmV6dWmUefCteD9baEAw==",
|
|
|
|
|
"version": "2.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-jquery": {
|
|
|
|
|
"version": "3.0.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.10.tgz",
|
|
|
|
|
"integrity": "sha512-QCW6wF8QgPkq2ruPaxc83jZxoWQxLkt/pNxIDn/oYjMiVgrtqNdd7lWe3vsl0hw5ENHNf/ejXuzDHk6suKsRpg==",
|
|
|
|
|
"version": "3.0.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-3.0.11.tgz",
|
|
|
|
|
"integrity": "sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-jshint": {
|
|
|
|
|
"version": "2.0.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.8.tgz",
|
|
|
|
|
"integrity": "sha512-hB/iI0IiZwnZ+seYI+qEQ4b+EMQSEC8jGIvhO2Vpz1E5p8FgLz75OX8oB1xJWl+s4xBMB6f8zJr0tC/BL7YOjw==",
|
|
|
|
|
"version": "2.0.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.9.tgz",
|
|
|
|
|
"integrity": "sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"compare-func": "^2.0.0",
|
|
|
|
|
"q": "^1.5.1"
|
|
|
|
@ -719,33 +864,154 @@
|
|
|
|
|
"integrity": "sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g=="
|
|
|
|
|
},
|
|
|
|
|
"conventional-changelog-writer": {
|
|
|
|
|
"version": "4.0.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17.tgz",
|
|
|
|
|
"integrity": "sha512-IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw==",
|
|
|
|
|
"version": "4.0.18",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.18.tgz",
|
|
|
|
|
"integrity": "sha512-mAQDCKyB9HsE8Ko5cCM1Jn1AWxXPYV0v8dFPabZRkvsiWUul2YyAqbIaoMKF88Zf2ffnOPSvKhboLf3fnjo5/A==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"compare-func": "^2.0.0",
|
|
|
|
|
"conventional-commits-filter": "^2.0.6",
|
|
|
|
|
"conventional-commits-filter": "^2.0.7",
|
|
|
|
|
"dateformat": "^3.0.0",
|
|
|
|
|
"handlebars": "^4.7.6",
|
|
|
|
|
"json-stringify-safe": "^5.0.1",
|
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
|
"meow": "^7.0.0",
|
|
|
|
|
"meow": "^8.0.0",
|
|
|
|
|
"semver": "^6.0.0",
|
|
|
|
|
"split": "^1.0.0",
|
|
|
|
|
"through2": "^3.0.0"
|
|
|
|
|
"through2": "^4.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hosted-git-info": {
|
|
|
|
|
"version": "3.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-3.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-fWqc0IcuXs+BmE9orLDyVykAG9GJtGLGuZAAqgcckPgv5xad4AcXGIv8galtQvlwutxSlaMcdw7BUtq2EIvqCQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"lru-cache": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"meow": {
|
|
|
|
|
"version": "8.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-nbsTRz2fwniJBFgUkcdISq8y/q9n9VbiHYbfwklFh5V4V2uAcxtKQkDc0yCLPM/kP0d+inZBewn3zJqewHE7kg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/minimist": "^1.2.0",
|
|
|
|
|
"camelcase-keys": "^6.2.2",
|
|
|
|
|
"decamelize-keys": "^1.1.0",
|
|
|
|
|
"hard-rejection": "^2.1.0",
|
|
|
|
|
"minimist-options": "4.1.0",
|
|
|
|
|
"normalize-package-data": "^3.0.0",
|
|
|
|
|
"read-pkg-up": "^7.0.1",
|
|
|
|
|
"redent": "^3.0.0",
|
|
|
|
|
"trim-newlines": "^3.0.0",
|
|
|
|
|
"type-fest": "^0.18.0",
|
|
|
|
|
"yargs-parser": "^20.2.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"normalize-package-data": {
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-6lUjEI0d3v6kFrtgA/lOx4zHCWULXsFNIjHolnZCKCTLA6m/G625cdn3O7eNmT0iD3jfo6HZ9cdImGZwf21prw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hosted-git-info": "^3.0.6",
|
|
|
|
|
"resolve": "^1.17.0",
|
|
|
|
|
"semver": "^7.3.2",
|
|
|
|
|
"validate-npm-package-license": "^3.0.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "7.3.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz",
|
|
|
|
|
"integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"lru-cache": "^6.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"read-pkg": {
|
|
|
|
|
"version": "5.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
|
|
|
"normalize-package-data": "^2.5.0",
|
|
|
|
|
"parse-json": "^5.0.0",
|
|
|
|
|
"type-fest": "^0.6.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"hosted-git-info": {
|
|
|
|
|
"version": "2.8.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
|
|
|
|
|
"integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
|
|
|
|
|
},
|
|
|
|
|
"normalize-package-data": {
|
|
|
|
|
"version": "2.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
|
|
|
"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"hosted-git-info": "^2.1.4",
|
|
|
|
|
"resolve": "^1.10.0",
|
|
|
|
|
"semver": "2 || 3 || 4 || 5",
|
|
|
|
|
"validate-npm-package-license": "^3.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "5.7.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
|
|
|
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
|
|
|
|
},
|
|
|
|
|
"type-fest": {
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"read-pkg-up": {
|
|
|
|
|
"version": "7.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"find-up": "^4.1.0",
|
|
|
|
|
"read-pkg": "^5.2.0",
|
|
|
|
|
"type-fest": "^0.8.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"type-fest": {
|
|
|
|
|
"version": "0.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
|
|
|
|
|
},
|
|
|
|
|
"through2": {
|
|
|
|
|
"version": "4.0.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/through2/-/through2-4.0.2.tgz",
|
|
|
|
|
"integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"readable-stream": "3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"type-fest": {
|
|
|
|
|
"version": "0.18.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz",
|
|
|
|
|
"integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw=="
|
|
|
|
|
},
|
|
|
|
|
"yargs-parser": {
|
|
|
|
|
"version": "20.2.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
|
|
|
|
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA=="
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"conventional-commits-filter": {
|
|
|
|
|
"version": "2.0.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.6.tgz",
|
|
|
|
|
"integrity": "sha512-4g+sw8+KA50/Qwzfr0hL5k5NWxqtrOVw4DDk3/h6L85a9Gz0/Eqp3oP+CWCNfesBvZZZEFHF7OTEbRe+yYSyKw==",
|
|
|
|
|
"version": "2.0.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.7.tgz",
|
|
|
|
|
"integrity": "sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"lodash.ismatch": "^4.4.0",
|
|
|
|
|
"modify-values": "^1.0.0"
|
|
|
|
@ -1304,9 +1570,9 @@
|
|
|
|
|
"integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg=="
|
|
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"version": "4.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-4.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA==",
|
|
|
|
|
"version": "4.3.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-4.3.6.tgz",
|
|
|
|
|
"integrity": "sha512-o6UjVI8xtlWRL5395iWq9LKDyp/9TE7XMOTvIpEVzW638UcGxTmV5cfel6fsk/jbZSTlvfGVJf2svFtybcIZag==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"chalk": "^4.0.0",
|
|
|
|
@ -1587,6 +1853,14 @@
|
|
|
|
|
"signal-exit": "^3.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"lru-cache": {
|
|
|
|
|
"version": "6.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"yallist": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"map-obj": {
|
|
|
|
|
"version": "4.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.1.0.tgz",
|
|
|
|
@ -2263,9 +2537,9 @@
|
|
|
|
|
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
|
|
|
|
|
},
|
|
|
|
|
"uglify-js": {
|
|
|
|
|
"version": "3.11.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.11.4.tgz",
|
|
|
|
|
"integrity": "sha512-FyYnoxVL1D6+jDGQpbK5jW6y/2JlVfRfEeQ67BPCUg5wfCjaKOpr2XeceE4QL+MkhxliLtf5EbrMDZgzpt2CNw==",
|
|
|
|
|
"version": "3.12.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.12.1.tgz",
|
|
|
|
|
"integrity": "sha512-o8lHP20KjIiQe5b/67Rh68xEGRrc2SRsCuuoYclXXoC74AfSRGblU1HKzJWH3HxPZ+Ort85fWHpSX7KwBUC9CQ==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"universalify": {
|
|
|
|
@ -2358,6 +2632,11 @@
|
|
|
|
|
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"yallist": {
|
|
|
|
|
"version": "4.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
|
|
|
},
|
|
|
|
|
"yaml": {
|
|
|
|
|
"version": "1.10.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
|
|
|
|
|