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

67
build/node_modules/labeled-stream-splicer/package.json generated vendored Normal file
View File

@@ -0,0 +1,67 @@
{
"_from": "labeled-stream-splicer@^2.0.0",
"_id": "labeled-stream-splicer@2.0.0",
"_inBundle": false,
"_integrity": "sha1-pS4dE4AkwAuGscDJH2d5GLiuClk=",
"_location": "/labeled-stream-splicer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "labeled-stream-splicer@^2.0.0",
"name": "labeled-stream-splicer",
"escapedName": "labeled-stream-splicer",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.0.tgz",
"_shasum": "a52e1d138024c00b86b1c0c91f677918b8ae0a59",
"_spec": "labeled-stream-splicer@^2.0.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/browserify",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/labeled-stream-splicer/issues"
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.1",
"isarray": "~0.0.1",
"stream-splicer": "^2.0.0"
},
"deprecated": false,
"description": "stream splicer with labels",
"devDependencies": {
"browser-pack": "^2.0.1",
"concat-stream": "^1.4.6",
"module-deps": "^2.1.2",
"tape": "^2.12.1",
"through2": "^1.0.0"
},
"homepage": "https://github.com/substack/labeled-stream-splicer",
"keywords": [
"splice",
"stream",
"labels",
"mutable",
"pipeline"
],
"license": "MIT",
"main": "index.js",
"name": "labeled-stream-splicer",
"repository": {
"type": "git",
"url": "git://github.com/substack/labeled-stream-splicer.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "2.0.0"
}