Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
50
node_modules/conventional-changelog-core/package.json
generated
vendored
Normal file
50
node_modules/conventional-changelog-core/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "conventional-changelog-core",
|
||||
"version": "4.2.4",
|
||||
"description": "conventional-changelog core",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
|
||||
},
|
||||
"keywords": [
|
||||
"conventional-changelog",
|
||||
"conventional",
|
||||
"changelog",
|
||||
"log"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"hosts"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
|
||||
},
|
||||
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme",
|
||||
"dependencies": {
|
||||
"add-stream": "^1.0.0",
|
||||
"conventional-changelog-writer": "^5.0.0",
|
||||
"conventional-commits-parser": "^3.2.0",
|
||||
"dateformat": "^3.0.0",
|
||||
"get-pkg-repo": "^4.0.0",
|
||||
"git-raw-commits": "^2.0.8",
|
||||
"git-remote-origin-url": "^2.0.0",
|
||||
"git-semver-tags": "^4.1.1",
|
||||
"lodash": "^4.17.15",
|
||||
"normalize-package-data": "^3.0.0",
|
||||
"q": "^1.5.1",
|
||||
"read-pkg": "^3.0.0",
|
||||
"read-pkg-up": "^3.0.0",
|
||||
"through2": "^4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test-windows": "mocha --timeout 30000"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-angular": "^5.0.12"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue