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

65
build/node_modules/syntax-error/package.json generated vendored Normal file
View File

@@ -0,0 +1,65 @@
{
"_from": "syntax-error@^1.1.1",
"_id": "syntax-error@1.3.0",
"_inBundle": false,
"_integrity": "sha1-HtkmbE1AvnXcVb+bsct3Biu5bKE=",
"_location": "/syntax-error",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "syntax-error@^1.1.1",
"name": "syntax-error",
"escapedName": "syntax-error",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.3.0.tgz",
"_shasum": "1ed9266c4d40be75dc55bf9bb1cb77062bb96ca1",
"_spec": "syntax-error@^1.1.1",
"_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/node-syntax-error/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn": "^4.0.3"
},
"deprecated": false,
"description": "detect and report syntax errors in source code strings",
"devDependencies": {
"tap": "^1.1.0"
},
"engine": {
"node": ">=0.6"
},
"homepage": "https://github.com/substack/node-syntax-error",
"keywords": [
"syntax",
"error",
"esprima",
"stack",
"line",
"column"
],
"license": "MIT",
"main": "index.js",
"name": "syntax-error",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-syntax-error.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.3.0"
}