diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/node_modules/.bin/glob b/node_modules/.bin/glob deleted file mode 100755 index 43dc08d..0000000 --- a/node_modules/.bin/glob +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -z "$NODE_PATH" ]; then - export NODE_PATH="/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules/glob/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/node_modules" -else - export NODE_PATH="/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules/glob/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/glob@11.0.0/node_modules:/Users/tschuck/projects/spherity/dpp-vocabulary/node_modules/.pnpm/node_modules:$NODE_PATH" -fi -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../glob/dist/esm/bin.mjs" "$@" -else - exec node "$basedir/../glob/dist/esm/bin.mjs" "$@" -fi diff --git a/node_modules/.modules.yaml b/node_modules/.modules.yaml deleted file mode 100644 index a6413ad..0000000 --- a/node_modules/.modules.yaml +++ /dev/null @@ -1,116 +0,0 @@ -hoistPattern: - - '*' -hoistedDependencies: - '@digitalbazaar/http-client@3.4.1(web-streams-polyfill@3.3.3)': - '@digitalbazaar/http-client': private - '@fastify/busboy@2.1.1': - '@fastify/busboy': private - '@isaacs/cliui@8.0.2': - '@isaacs/cliui': private - abort-controller@3.0.0: - abort-controller: private - ansi-regex@5.0.1: - ansi-regex: private - ansi-styles@4.3.0: - ansi-styles: private - balanced-match@1.0.2: - balanced-match: private - brace-expansion@2.0.1: - brace-expansion: private - canonicalize@1.0.8: - canonicalize: private - color-convert@2.0.1: - color-convert: private - color-name@1.1.4: - color-name: private - cross-spawn@7.0.3: - cross-spawn: private - data-uri-to-buffer@4.0.1: - data-uri-to-buffer: private - eastasianwidth@0.2.0: - eastasianwidth: private - emoji-regex@8.0.0: - emoji-regex: private - event-target-shim@5.0.1: - event-target-shim: private - fetch-blob@3.2.0: - fetch-blob: private - foreground-child@3.3.0: - foreground-child: private - formdata-polyfill@4.0.10: - formdata-polyfill: private - is-fullwidth-code-point@3.0.0: - is-fullwidth-code-point: private - isexe@2.0.0: - isexe: private - jackspeak@4.0.2: - jackspeak: private - ky-universal@0.11.0(ky@0.33.3)(web-streams-polyfill@3.3.3): - ky-universal: private - ky@0.33.3: - ky: private - lru-cache@6.0.0: - lru-cache: private - minimatch@10.0.1: - minimatch: private - minipass@7.1.2: - minipass: private - node-domexception@1.0.0: - node-domexception: private - node-fetch@3.3.2: - node-fetch: private - package-json-from-dist@1.0.1: - package-json-from-dist: private - path-key@3.1.1: - path-key: private - path-scurry@2.0.0: - path-scurry: private - rdf-canonize@3.4.0: - rdf-canonize: private - setimmediate@1.0.5: - setimmediate: private - shebang-command@2.0.0: - shebang-command: private - shebang-regex@3.0.0: - shebang-regex: private - signal-exit@4.1.0: - signal-exit: private - string-width@4.2.3: - string-width-cjs: private - string-width@5.1.2: - string-width: private - strip-ansi@6.0.1: - strip-ansi-cjs: private - strip-ansi@7.1.0: - strip-ansi: private - undici@5.28.4: - undici: private - web-streams-polyfill@3.3.3: - web-streams-polyfill: private - which@2.0.2: - which: private - wrap-ansi@7.0.0: - wrap-ansi-cjs: private - wrap-ansi@8.1.0: - wrap-ansi: private - yallist@4.0.0: - yallist: private -included: - dependencies: true - devDependencies: true - optionalDependencies: true -injectedDeps: {} -layoutVersion: 5 -nodeLinker: isolated -packageManager: pnpm@9.11.0 -pendingBuilds: [] -prunedAt: Tue, 22 Oct 2024 08:46:29 GMT -publicHoistPattern: - - '*eslint*' - - '*prettier*' -registries: - default: https://registry.npmjs.org/ -skipped: [] -storeDir: /Users/tschuck/Library/pnpm/store/v3 -virtualStoreDir: .pnpm -virtualStoreDirMaxLength: 120 diff --git a/node_modules/glob b/node_modules/glob deleted file mode 120000 index 5152a2b..0000000 --- a/node_modules/glob +++ /dev/null @@ -1 +0,0 @@ -.pnpm/glob@11.0.0/node_modules/glob \ No newline at end of file diff --git a/node_modules/jsonld b/node_modules/jsonld deleted file mode 120000 index 7b746bd..0000000 --- a/node_modules/jsonld +++ /dev/null @@ -1 +0,0 @@ -.pnpm/jsonld@8.3.2_web-streams-polyfill@3.3.3/node_modules/jsonld \ No newline at end of file