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

57 lines
1.5 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "caseless@~0.12.0",
2023-12-18 13:12:25 +08:00
"_id": "caseless@0.12.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
2023-12-18 13:12:25 +08:00
"_location": "/caseless",
"_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": "caseless@~0.12.0",
2023-12-18 13:12:25 +08:00
"name": "caseless",
"escapedName": "caseless",
2024-01-16 21:26:16 +08:00
"rawSpec": "~0.12.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "~0.12.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/request"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz",
"_shasum": "1b681c21ff84033c826543090689420d187151dc",
"_spec": "caseless@~0.12.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\request",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Mikeal Rogers",
"email": "mikeal.rogers@gmail.com"
},
"bugs": {
"url": "https://github.com/mikeal/caseless/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
"devDependencies": {
"tape": "^2.10.2"
},
"homepage": "https://github.com/mikeal/caseless#readme",
"keywords": [
"headers",
"http",
"caseless"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "caseless",
"repository": {
"type": "git",
"url": "git+https://github.com/mikeal/caseless.git"
},
"scripts": {
"test": "node test.js"
},
"test": "node test.js",
"version": "0.12.0"
}