Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/node_modules/node-static/package.json
334 views
1
{
2
"_args": [
3
[
4
"[email protected]",
5
"/home/runner/OffbeatDimpledTag"
6
]
7
],
8
"_from": "[email protected]",
9
"_id": "[email protected]",
10
"_inBundle": false,
11
"_integrity": "sha512-zfWC/gICcqb74D9ndyvxZWaI1jzcoHmf4UTHWQchBNuNMxdBLJMDiUgZ1tjGLEIe/BMhj2DxKD8HOuc2062pDQ==",
12
"_location": "/node-static",
13
"_phantomChildren": {},
14
"_requested": {
15
"type": "version",
16
"registry": true,
17
"raw": "[email protected]",
18
"name": "node-static",
19
"escapedName": "node-static",
20
"rawSpec": "0.7.11",
21
"saveSpec": null,
22
"fetchSpec": "0.7.11"
23
},
24
"_requiredBy": [
25
"/"
26
],
27
"_resolved": "https://registry.npmjs.org/node-static/-/node-static-0.7.11.tgz",
28
"_spec": "0.7.11",
29
"_where": "/home/runner/OffbeatDimpledTag",
30
"author": {
31
"name": "Alexis Sellier",
32
"email": "[email protected]"
33
},
34
"bin": {
35
"static": "bin/cli.js"
36
},
37
"bugs": {
38
"url": "https://github.com/cloudhead/node-static/issues"
39
},
40
"contributors": [
41
{
42
"name": "Pablo Cantero",
43
"email": "[email protected]"
44
},
45
{
46
"name": "Ionică Bizău",
47
"email": "[email protected]"
48
}
49
],
50
"dependencies": {
51
"colors": ">=0.6.0",
52
"mime": "^1.2.9",
53
"optimist": ">=0.3.4"
54
},
55
"description": "simple, compliant file streaming module for node",
56
"devDependencies": {
57
"request": "latest",
58
"vows": "latest"
59
},
60
"directories": {
61
"example": "examples",
62
"test": "test"
63
},
64
"engines": {
65
"node": ">= 0.4.1"
66
},
67
"homepage": "https://github.com/cloudhead/node-static",
68
"keywords": [
69
"http",
70
"static",
71
"file",
72
"server"
73
],
74
"license": "MIT",
75
"main": "./lib/node-static",
76
"name": "node-static",
77
"repository": {
78
"type": "git",
79
"url": "git+ssh://[email protected]/cloudhead/node-static.git"
80
},
81
"scripts": {
82
"test": "vows --spec --isolate"
83
},
84
"url": "http://github.com/cloudhead/node-static",
85
"version": "0.7.11"
86
}
87
88