Add capacitorjs runtime

This commit is contained in:
olcxja 2026-05-03 17:09:55 +02:00
commit f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions

36
node_modules/modify-values/package.json generated vendored Normal file
View file

@ -0,0 +1,36 @@
{
"name": "modify-values",
"version": "1.0.1",
"description": "Modify the values of an object",
"license": "MIT",
"repository": "sindresorhus/modify-values",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"keywords": [
"object",
"assign",
"extend",
"properties",
"values",
"val",
"transform",
"transformation",
"map",
"modify"
],
"devDependencies": {
"ava": "*"
}
}