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

28
node_modules/bplist-creator/package.json generated vendored Normal file
View file

@ -0,0 +1,28 @@
{
"name": "bplist-creator",
"version": "0.1.0",
"description": "Binary Mac OS X Plist (property list) creator.",
"main": "bplistCreator.js",
"scripts": {
"test": "./node_modules/nodeunit/bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/nearinfinity/node-bplist-creator.git"
},
"keywords": [
"bplist",
"plist",
"creator"
],
"author": "Joe Ferner",
"license": "MIT",
"devDependencies": {
"bplist-parser": "0.3.0",
"is-buffer": "1.1.x",
"nodeunit": "0.9.x"
},
"dependencies": {
"stream-buffers": "2.2.x"
}
}