mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-18 12:36:03 +00:00
Initial commit
This commit is contained in:
12
node_modules/@nodelib/fs.stat/package.json
generated
vendored
Normal file
12
node_modules/@nodelib/fs.stat/package.json
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@nodelib/fs.stat",
|
||||
"version": "1.1.2",
|
||||
"description": "Get the status of a file with some features",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/nodelib/nodelib/tree/master/packages/fs.stat",
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"main": "out/index.js",
|
||||
"typings": "out/index.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user