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/module-alias/package.json
{
  "name": "module-alias",
  "description": "Create aliases of directories and register custom module paths",
  "version": "2.2.3",
  "author": {
    "name": "Nick Gavrilov",
    "email": "artnikpro@gmail.com"
  },
  "scripts": {
    "test": "npm run lint && npm run testonly",
    "testonly": "NODE_ENV=test mocha test/specs.js",
    "testonly-watch": "NODE_ENV=test mocha -w test/specs.js",
    "lint": "standard"
  },
  "bugs": {
    "url": "https://github.com/ilearnio/module-alias/issues"
  },
  "homepage": "https://github.com/ilearnio/module-alias",
  "keywords": [
    "extend",
    "modules",
    "node",
    "path",
    "resolve"
  ],
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js",
    "register.js",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilearnio/module-alias.git"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "hello-world-classic": "ilearnio/hello-world-classic",
    "husky": "^3.0.2",
    "mocha": "^2.4.5",
    "semver": "^6.1.1",
    "standard": "^12.0.1"
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run test"
    }
  }
}