1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/resolve-url/package.json

69 lines
1.8 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "resolve-url@^0.2.1",
2023-12-18 13:12:25 +08:00
"_id": "resolve-url@0.2.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==",
2023-12-18 13:12:25 +08:00
"_location": "/resolve-url",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "resolve-url@^0.2.1",
2023-12-18 13:12:25 +08:00
"name": "resolve-url",
"escapedName": "resolve-url",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.2.1",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.2.1"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/source-map-resolve"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/resolve-url/-/resolve-url-0.2.1.tgz",
"_shasum": "2c637fe77c893afd2a663fe21aa9080068e2052a",
"_spec": "resolve-url@^0.2.1",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\source-map-resolve",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Simon Lydell"
},
"bugs": {
"url": "https://github.com/lydell/resolve-url/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": "https://github.com/lydell/resolve-url#deprecated",
2023-12-18 13:12:25 +08:00
"description": "Like Node.js `path.resolve`/`url.resolve` for the browser.",
"devDependencies": {
"jshint": "~2.4.3",
"tape": "~2.5.0",
"testling": "~1.6.0"
},
"homepage": "https://github.com/lydell/resolve-url#readme",
"keywords": [
"resolve",
"url"
],
"license": "MIT",
"main": "resolve-url.js",
"name": "resolve-url",
"repository": {
"type": "git",
"url": "git+https://github.com/lydell/resolve-url.git"
},
"scripts": {
"test": "jshint resolve-url.js test/ && testling -u"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"chrome/latest",
"firefox/latest",
"opera/12",
"opera/latest",
"safari/5",
"iphone/6",
"android-browser/4"
]
},
"version": "0.2.1"
}