123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_args": [
- [
- "sirv@2.0.3",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "sirv@2.0.3",
- "_id": "sirv@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==",
- "_location": "/sirv",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "sirv@2.0.3",
- "name": "sirv",
- "escapedName": "sirv",
- "rawSpec": "2.0.3",
- "saveSpec": null,
- "fetchSpec": "2.0.3"
- },
- "_requiredBy": [
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npmmirror.com/sirv/-/sirv-2.0.3.tgz",
- "_spec": "2.0.3",
- "_where": "/Users/mac/projects/mime/mine",
- "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",
- "mrmime": "^1.0.0",
- "totalist": "^3.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": "2.0.3"
- }
|