HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/regjsparser/package.json
{
  "_args": [
    [
      "regjsparser@0.9.1",
      "/home/arjun/projects/buyercall_forms/buyercall"
    ]
  ],
  "_from": "regjsparser@0.9.1",
  "_id": "regjsparser@0.9.1",
  "_inBundle": false,
  "_integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
  "_location": "/regjsparser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "regjsparser@0.9.1",
    "name": "regjsparser",
    "escapedName": "regjsparser",
    "rawSpec": "0.9.1",
    "saveSpec": null,
    "fetchSpec": "0.9.1"
  },
  "_requiredBy": [
    "/regexpu-core"
  ],
  "_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
  "_spec": "0.9.1",
  "_where": "/home/arjun/projects/buyercall_forms/buyercall",
  "author": {
    "name": "'Julian Viereck'",
    "email": "julian.viereck@gmail.com"
  },
  "bin": {
    "regjsparser": "bin/parser"
  },
  "bugs": {
    "url": "https://github.com/jviereck/regjsparser/issues"
  },
  "dependencies": {
    "jsesc": "~0.5.0"
  },
  "description": "Parsing the JavaScript's RegExp in JavaScript.",
  "devDependencies": {
    "eslint": "^8.8.0",
    "npm-run-all": "^4.1.5",
    "regenerate": "~1.0.1",
    "typescript": "^4.5.2",
    "unicode-11.0.0": "^0.7.8"
  },
  "files": [
    "bin/",
    "LICENSE.BSD",
    "parser.js",
    "parser.d.ts",
    "README.md"
  ],
  "homepage": "https://github.com/jviereck/regjsparser",
  "license": "BSD-2-Clause",
  "main": "./parser",
  "name": "regjsparser",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jviereck/regjsparser.git"
  },
  "scripts": {
    "lint": "eslint --ext .js --max-warnings 0 .",
    "test": "run-p test:* && npm run lint",
    "test:src": "node test/index.js",
    "test:types": "tsc test/types.ts --noEmit"
  },
  "types": "./parser.d.ts",
  "version": "0.9.1"
}