🐛 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:
34
network-visualization/node_modules/resolve-url/package.json
generated
vendored
Normal file
34
network-visualization/node_modules/resolve-url/package.json
generated
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "resolve-url",
|
||||
"version": "0.2.1",
|
||||
"description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
|
||||
"author": "Simon Lydell",
|
||||
"license": "MIT",
|
||||
"main": "resolve-url.js",
|
||||
"repository": "lydell/resolve-url",
|
||||
"keywords": [
|
||||
"resolve",
|
||||
"url"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jshint resolve-url.js test/ && testling -u"
|
||||
},
|
||||
"devDependencies": {
|
||||
"testling": "~1.6.0",
|
||||
"jshint": "~2.4.3",
|
||||
"tape": "~2.5.0"
|
||||
},
|
||||
"testling": {
|
||||
"files": "test/*.js",
|
||||
"browsers": [
|
||||
"ie/8..latest",
|
||||
"chrome/latest",
|
||||
"firefox/latest",
|
||||
"opera/12",
|
||||
"opera/latest",
|
||||
"safari/5",
|
||||
"iphone/6",
|
||||
"android-browser/4"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user