Node updated. Some todos.
This commit is contained in:
17
Scripts/node_modules/tar-fs/package.json
generated
vendored
17
Scripts/node_modules/tar-fs/package.json
generated
vendored
@ -1,12 +1,25 @@
|
||||
{
|
||||
"name": "tar-fs",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.6",
|
||||
"description": "filesystem bindings for tar-stream",
|
||||
"dependencies": {
|
||||
"mkdirp-classic": "^0.5.2",
|
||||
"pump": "^3.0.0",
|
||||
"tar-stream": "^3.1.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bare-fs": "^2.1.1",
|
||||
"bare-path": "^2.1.0"
|
||||
},
|
||||
"imports": {
|
||||
"fs": {
|
||||
"bare": "bare-fs",
|
||||
"default": "fs"
|
||||
},
|
||||
"path": {
|
||||
"bare": "bare-path",
|
||||
"default": "path"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user