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/classnames/package.json
{
  "name": "classnames",
  "version": "2.3.2",
  "description": "A simple utility for conditionally joining classNames together",
  "main": "index.js",
  "author": "Jed Watson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JedWatson/classnames.git"
  },
  "types": "./index.d.ts",
  "scripts": {
    "benchmarks": "node ./benchmarks/run",
    "benchmarks-browserify": "./node_modules/.bin/browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
    "dtslint": "dtslint",
    "test": "mocha tests/*.js"
  },
  "keywords": [
    "react",
    "css",
    "classes",
    "classname",
    "classnames",
    "util",
    "utility"
  ],
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "*.d.ts",
    "*.js"
  ],
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^17.0.0",
    "dtslint": "^4.0.9",
    "mocha": "^10.0.0"
  }
}