first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

98
build/node_modules/http2-push-manifest/package.json generated vendored Normal file
View File

@@ -0,0 +1,98 @@
{
"_from": "http2-push-manifest",
"_id": "http2-push-manifest@1.0.1",
"_inBundle": false,
"_integrity": "sha1-hl8ICOIcM4wMII/arVCEtGP7NJM=",
"_location": "/http2-push-manifest",
"_phantomChildren": {
"duplexify": "3.5.1",
"escape-string-regexp": "1.0.5",
"graceful-fs": "4.1.11",
"has-ansi": "2.0.0",
"infinity-agent": "2.0.3",
"is-finite": "1.0.2",
"is-npm": "1.0.0",
"is-redirect": "1.0.0",
"is-stream": "1.1.0",
"lowercase-keys": "1.0.0",
"mkdirp": "0.5.1",
"nested-error-stacks": "1.0.2",
"object-assign": "4.1.1",
"os-tmpdir": "1.0.2",
"osenv": "0.1.4",
"prepend-http": "1.0.4",
"read-all-stream": "3.1.0",
"registry-url": "3.1.0",
"semver-diff": "2.1.0",
"string-length": "1.0.1",
"strip-ansi": "3.0.1",
"write-file-atomic": "1.3.4",
"xdg-basedir": "2.0.0"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "http2-push-manifest",
"name": "http2-push-manifest",
"escapedName": "http2-push-manifest",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/http2-push-manifest/-/http2-push-manifest-1.0.1.tgz",
"_shasum": "865f0808e21c338c0c208fdaad5084b463fb3493",
"_spec": "http2-push-manifest",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Eric Bidelman",
"email": "ebidel@"
},
"bin": {
"http2-push-manifest": "bin/http2-push-manifest"
},
"bugs": {
"url": "https://github.com/GoogleChrome/http2-push-manifest/issues"
},
"bundleDependencies": false,
"dependencies": {
"dom5": "^1.1.1",
"hydrolysis": "1.22.0",
"nopt": "^3.0.4",
"update-notifier": "^0.5.0",
"vulcanize": "^1.13.1"
},
"deprecated": false,
"description": "Generate a list of static resources for http2 push and preload.",
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"engines": {
"node": ">=4.0"
},
"homepage": "https://github.com/GoogleChrome/http2-push-manifest",
"keywords": [
"http2",
"http2 push",
"performance"
],
"license": "Apache-2.0",
"main": "lib/manifest.js",
"name": "http2-push-manifest",
"optionalDependencies": {
"update-notifier": "^0.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleChrome/http2-push-manifest.git"
},
"scripts": {
"lint": "jshint --verbose lib",
"test": "npm run lint; mocha"
},
"version": "1.0.1"
}