HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/linde-ai/html/node_modules/es-module-lexer/package.json
{
  "_from": "es-module-lexer@^0.9.0",
  "_id": "es-module-lexer@0.9.3",
  "_inBundle": false,
  "_integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==",
  "_location": "/es-module-lexer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "es-module-lexer@^0.9.0",
    "name": "es-module-lexer",
    "escapedName": "es-module-lexer",
    "rawSpec": "^0.9.0",
    "saveSpec": null,
    "fetchSpec": "^0.9.0"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz",
  "_shasum": "6f13db00cc38417137daf74366f535c8eb438f19",
  "_spec": "es-module-lexer@^0.9.0",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\webpack",
  "author": {
    "name": "Guy Bedford"
  },
  "bugs": {
    "url": "https://github.com/guybedford/es-module-lexer/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lexes ES modules returning their import/export metadata",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
    "cross-env": "^7.0.3",
    "kleur": "^2.0.2",
    "mocha": "^5.2.0",
    "terser": "^4.1.4"
  },
  "exports": {
    ".": {
      "module": "./dist/lexer.js",
      "import": "./dist/lexer.js",
      "require": "./dist/lexer.cjs"
    },
    "./js": "./dist/lexer.asm.js"
  },
  "files": [
    "dist",
    "types",
    "lexer.js"
  ],
  "homepage": "https://github.com/guybedford/es-module-lexer#readme",
  "license": "MIT",
  "main": "dist/lexer.cjs",
  "module": "dist/lexer.js",
  "name": "es-module-lexer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guybedford/es-module-lexer.git"
  },
  "scripts": {
    "bench": "node --expose-gc bench/index.js",
    "build": "npm run build:wasm && npm run build:asm && npm run build:cjs",
    "build:asm": "cat src/lexer.asm.js lib/lexer.asm.js | terser --module -c -m -o dist/lexer.asm.js",
    "build:cjs": "babel dist/lexer.js | terser -c -m -o dist/lexer.cjs",
    "build:wasm": "node build.js",
    "footprint": "npm run build && echo Wasm: && cat dist/lexer.js | brotli | wc -c && echo Asm.js: && cat dist/lexer.asm.js | brotli | wc -c",
    "prepublishOnly": "npm run build",
    "test": "npm run test:js && npm run test:wasm",
    "test:js": "mocha -b -u tdd test/*.cjs",
    "test:wasm": "cross-env WASM=1 mocha -b -u tdd test/*.cjs"
  },
  "type": "module",
  "types": "types/lexer.d.ts",
  "version": "0.9.3"
}