This commit is contained in:
Tiệp Sunflower
2023-03-06 14:23:39 +07:00
commit aa9c76c82f
2234 changed files with 449471 additions and 0 deletions

28
node_modules/chrome/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "chrome",
"version": "0.1.0",
"description": "Open chrome in shell",
"repository": {
"type": "git",
"url": "git@github.com:afc163/chrome.git"
},
"main": "index.js",
"bin": {
"chrome": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "afc163 <afc163@gmail.com>",
"license": "ISC",
"dependencies": {
"exeq": "^2.2.0",
"plist": "^1.1.0"
},
"maintainers": [
{
"name": "afc163",
"email": "afc163@gmail.com"
}
]
}