1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
| {
| "_args": [
| [
| "sirv@1.0.18",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "sirv@1.0.18",
| "_id": "sirv@1.0.18",
| "_inBundle": false,
| "_integrity": "sha512-f2AOPogZmXgJ9Ma2M22ZEhc1dNtRIzcEkiflMFeVTRq+OViOZMvH1IPMVOwrKaxpSaHioBJiDR0SluRqGa7atA==",
| "_location": "/sirv",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "sirv@1.0.18",
| "name": "sirv",
| "escapedName": "sirv",
| "rawSpec": "1.0.18",
| "saveSpec": null,
| "fetchSpec": "1.0.18"
| },
| "_requiredBy": [
| "/webpack-bundle-analyzer"
| ],
| "_resolved": "https://registry.npmjs.org/sirv/-/sirv-1.0.18.tgz",
| "_spec": "1.0.18",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Luke Edwards",
| "email": "luke@lukeed.com",
| "url": "https://lukeed.com"
| },
| "bugs": {
| "url": "https://github.com/lukeed/sirv/issues"
| },
| "dependencies": {
| "@polka/url": "^1.0.0-next.20",
| "mime": "^2.3.1",
| "totalist": "^1.0.0"
| },
| "description": "The optimized & lightweight middleware for serving requests to static assets",
| "engines": {
| "node": ">= 10"
| },
| "files": [
| "build.*",
| "sirv.d.ts"
| ],
| "homepage": "https://github.com/lukeed/sirv#readme",
| "license": "MIT",
| "main": "build.js",
| "module": "build.mjs",
| "name": "sirv",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/lukeed/sirv.git"
| },
| "types": "sirv.d.ts",
| "version": "1.0.18"
| }
|
|