HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
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/quadcode.com/node_modules/@rollup/plugin-commonjs/node_modules/is-reference/package.json
{
  "name": "is-reference",
  "version": "1.2.1",
  "description": "Determine whether an AST node is a reference",
  "main": "dist/is-reference.js",
  "module": "dist/is-reference.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/*.js",
    "dist/types/**/*.d.ts"
  ],
  "scripts": {
    "test": "mocha",
    "build": "rollup -c && tsc --emitDeclarationOnly",
    "pretest": "npm run build",
    "prepare": "npm run build",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/is-reference.git"
  },
  "keywords": [
    "ast",
    "javascript",
    "estree",
    "acorn"
  ],
  "author": "Rich Harris",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Rich-Harris/is-reference/issues"
  },
  "homepage": "https://github.com/Rich-Harris/is-reference#readme",
  "dependencies": {
    "@types/estree": "*"
  },
  "devDependencies": {
    "acorn": "^7.2.0",
    "acorn-class-fields": "^0.3.2",
    "acorn-static-class-features": "^0.2.1",
    "estree-walker": "^2.0.1",
    "mocha": "^7.1.2",
    "rollup": "^2.10.3",
    "rollup-plugin-typescript": "^1.0.1",
    "tslib": "^2.0.0",
    "typescript": "^3.9.2"
  }
}