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

75
build/node_modules/exec-buffer/package.json generated vendored Normal file
View File

@@ -0,0 +1,75 @@
{
"_args": [
[
"exec-buffer@3.2.0",
"/Users/asciidisco/Desktop/asciidisco.com/build"
]
],
"_from": "exec-buffer@3.2.0",
"_id": "exec-buffer@3.2.0",
"_inBundle": false,
"_integrity": "sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==",
"_location": "/exec-buffer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "exec-buffer@3.2.0",
"name": "exec-buffer",
"escapedName": "exec-buffer",
"rawSpec": "3.2.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
},
"_requiredBy": [
"/imagemin-jpeg-recompress",
"/imagemin-jpegtran"
],
"_resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/exec-buffer/issues"
},
"dependencies": {
"execa": "^0.7.0",
"p-finally": "^1.0.0",
"pify": "^3.0.0",
"rimraf": "^2.5.4",
"tempfile": "^2.0.0"
},
"description": "Run a buffer through a child process",
"devDependencies": {
"ava": "*",
"gifsicle": "^3.0.4",
"is-gif": "^1.0.0",
"path-exists": "^3.0.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/exec-buffer#readme",
"keywords": [
"buffer",
"exec"
],
"license": "MIT",
"name": "exec-buffer",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/exec-buffer.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.2.0"
}