Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "caseless",
3
"version": "0.10.0",
4
"description": "Caseless object set/get/has, very useful when working with HTTP headers.",
5
"main": "index.js",
6
"scripts": {
7
"test": "node test.js"
8
},
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/mikeal/caseless"
12
},
13
"keywords": [
14
"headers",
15
"http",
16
"caseless"
17
],
18
"test": "node test.js",
19
"author": {
20
"name": "Mikeal Rogers",
21
"email": "[email protected]"
22
},
23
"license": "BSD",
24
"bugs": {
25
"url": "https://github.com/mikeal/caseless/issues"
26
},
27
"devDependencies": {
28
"tape": "^2.10.2"
29
},
30
"gitHead": "9c85efef6c37d48923b79f3f282441414dd691c9",
31
"homepage": "https://github.com/mikeal/caseless",
32
"_id": "[email protected]",
33
"_shasum": "ed6b2719adcd1fd18f58dc081c0f1a5b43963909",
34
"_from": "caseless@>=0.10.0 <0.11.0",
35
"_npmVersion": "1.4.14",
36
"_npmUser": {
37
"name": "nylen",
38
"email": "[email protected]"
39
},
40
"maintainers": [
41
{
42
"name": "mikeal",
43
"email": "[email protected]"
44
},
45
{
46
"name": "nylen",
47
"email": "[email protected]"
48
}
49
],
50
"dist": {
51
"shasum": "ed6b2719adcd1fd18f58dc081c0f1a5b43963909",
52
"tarball": "http://registry.npmjs.org/caseless/-/caseless-0.10.0.tgz"
53
},
54
"directories": {},
55
"_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.10.0.tgz"
56
}
57
58