HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
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/vhost/disk-apps/alq-webapp-boleteria/node_modules/esquery/package.json
{
  "_args": [
    [
      "esquery@1.4.0",
      "/var/www/vhost/disk-apps/alq-webapp-boleteria"
    ]
  ],
  "_development": true,
  "_from": "esquery@1.4.0",
  "_id": "esquery@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
  "_location": "/esquery",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "esquery@1.4.0",
    "name": "esquery",
    "escapedName": "esquery",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "/eslint",
    "/vue-eslint-parser"
  ],
  "_resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "/var/www/vhost/disk-apps/alq-webapp-boleteria",
  "author": {
    "name": "Joel Feenstra",
    "email": "jrfeenst+esquery@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/estools/esquery/issues"
  },
  "contributors": [],
  "dependencies": {
    "estraverse": "^5.1.0"
  },
  "description": "A query library for ECMAScript AST using a CSS selector like query language.",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/register": "^7.9.0",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "babel-plugin-transform-es2017-object-entries": "0.0.5",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "esprima": "~4.0.1",
    "mocha": "^7.1.1",
    "nyc": "^15.0.1",
    "pegjs": "~0.10.0",
    "rollup": "^1.32.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-terser": "^5.3.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "dist/*.js",
    "dist/*.map",
    "parser.js",
    "license.txt",
    "README.md"
  ],
  "homepage": "https://github.com/estools/esquery/",
  "keywords": [
    "ast",
    "ecmascript",
    "javascript",
    "query"
  ],
  "license": "BSD-3-Clause",
  "main": "dist/esquery.min.js",
  "module": "dist/esquery.esm.min.js",
  "name": "esquery",
  "nyc": {
    "branches": 100,
    "lines": 100,
    "functions": 100,
    "statements": 100,
    "reporter": [
      "html",
      "text"
    ],
    "exclude": [
      "parser.js",
      "dist",
      "tests"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/estools/esquery.git"
  },
  "scripts": {
    "build": "npm run build:parser && npm run build:browser",
    "build:browser": "rollup -c",
    "build:parser": "rm parser.js && pegjs --cache --format umd -o \"parser.js\" \"grammar.pegjs\"",
    "lint": "eslint .",
    "mocha": "mocha --require chai/register-assert --require @babel/register tests",
    "prepublishOnly": "npm run build && npm test",
    "test": "nyc npm run mocha && npm run lint",
    "test:ci": "npm run mocha"
  },
  "version": "1.4.0"
}