github-pages-deploy-action/node_modules/caseless/package.json

28 lines
593 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "caseless",
"version": "0.12.0",
2020-03-31 20:42:07 +08:00
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
2020-03-31 20:57:48 +08:00
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeal/caseless"
2020-03-31 20:42:07 +08:00
},
"keywords": [
"headers",
"http",
"caseless"
],
2020-03-31 20:57:48 +08:00
"test": "node test.js",
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
2020-03-31 20:42:07 +08:00
"license": "Apache-2.0",
2020-03-31 20:57:48 +08:00
"bugs": {
"url": "https://github.com/mikeal/caseless/issues"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"devDependencies": {
"tape": "^2.10.2"
}
2020-03-31 20:42:07 +08:00
}