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/zaklada/html/node_modules/symbol-tree/package.json
{
  "_args": [
    [
      "symbol-tree@3.2.2",
      "C:\\wamp\\www\\tokic-shop\\html"
    ]
  ],
  "_development": true,
  "_from": "symbol-tree@3.2.2",
  "_id": "symbol-tree@3.2.2",
  "_inBundle": false,
  "_integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=",
  "_location": "/symbol-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "symbol-tree@3.2.2",
    "name": "symbol-tree",
    "escapedName": "symbol-tree",
    "rawSpec": "3.2.2",
    "saveSpec": null,
    "fetchSpec": "3.2.2"
  },
  "_requiredBy": [
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz",
  "_spec": "3.2.2",
  "_where": "C:\\wamp\\www\\tokic-shop\\html",
  "author": {
    "name": "Joris van der Wel",
    "email": "joris@jorisvanderwel.com"
  },
  "bugs": {
    "url": "https://github.com/jsdom/js-symbol-tree/issues"
  },
  "description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "coveralls": "^2.11.15",
    "eslint": "^3.12.0",
    "eslint-plugin-import": "^2.2.0",
    "istanbul": "^0.4.5",
    "jsdoc-to-markdown": "^3.0.0",
    "tape": "^4.0.0"
  },
  "files": [
    "lib",
    "api.md"
  ],
  "homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
  "keywords": [
    "list",
    "queue",
    "stack",
    "linked-list",
    "tree",
    "es6",
    "dom",
    "symbol"
  ],
  "license": "MIT",
  "main": "lib/SymbolTree.js",
  "name": "symbol-tree",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/js-symbol-tree.git"
  },
  "scripts": {
    "ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
    "documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
    "lint": "eslint lib test",
    "postci": "npm run posttest",
    "posttest": "npm run lint",
    "predocumentation": "cp readme-header.md README.md",
    "test": "istanbul cover test/SymbolTree.js"
  },
  "version": "3.2.2"
}