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

27
node_modules/driver/package.json~ generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "driver",
"version": "0.0.1",
"description": "Old driver take you fly.",
"main": "index.js",
"scripts": {
"test": "eslint --ext .js *.js"
},
"keywords": [
"driver",
"nodejs",
"node",
"hot"
],
"author": "Liu Chong",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/liuchong/driver.js/issues"
},
"homepage": "https://github.com/liuchong/driver.js#readme",
"repository": {
"type": "git",
"url": "https://github.com/liuchong/driver.js"
},
"dependencies": {},
"devDependencies": {}
}