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/node_modules/whatwg-url/package.json
{
  "_args": [
    [
      "whatwg-url@5.0.0",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_from": "whatwg-url@5.0.0",
  "_id": "whatwg-url@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
  "_location": "/whatwg-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "whatwg-url@5.0.0",
    "name": "whatwg-url",
    "escapedName": "whatwg-url",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/node-fetch"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Sebastian Mayr",
    "email": "github@smayr.name"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-url/issues"
  },
  "dependencies": {
    "tr46": "~0.0.3",
    "webidl-conversions": "^3.0.0"
  },
  "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
  "devDependencies": {
    "eslint": "^2.6.0",
    "istanbul": "~0.4.3",
    "mocha": "^2.2.4",
    "recast": "~0.10.29",
    "request": "^2.55.0",
    "webidl2js": "^3.0.2"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/jsdom/whatwg-url#readme",
  "license": "MIT",
  "main": "lib/public-api.js",
  "name": "whatwg-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-url.git"
  },
  "scripts": {
    "build": "node scripts/transform.js && node scripts/convert-idl.js",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha",
    "lint": "eslint .",
    "prepublish": "npm run build",
    "pretest": "node scripts/get-latest-platform-tests.js && npm run build",
    "test": "mocha"
  },
  "version": "5.0.0"
}