🐛 Update: Added support for the 'find' command in settings.local.json. Enhanced logging for various modules, including initialization and performance metrics. Improved SQLite database optimization and ensured better tracking of user interactions and system processes. 📚
This commit is contained in:
25
network-visualization/node_modules/urix/package.json
generated
vendored
Normal file
25
network-visualization/node_modules/urix/package.json
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "urix",
|
||||
"version": "0.1.0",
|
||||
"author": "Simon Lydell",
|
||||
"license": "MIT",
|
||||
"description": "Makes Windows-style paths more unix and URI friendly.",
|
||||
"main": "index.js",
|
||||
"repository": "lydell/urix",
|
||||
"keywords": [
|
||||
"path",
|
||||
"url",
|
||||
"uri",
|
||||
"unix",
|
||||
"windows",
|
||||
"backslash",
|
||||
"slash"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jshint index.js test/ && mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^1.17.1",
|
||||
"jshint": "^2.4.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user