MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/snap.cafsinfotech.in/node_modules/decamelize/package.json
{
  "name": "decamelize",
  "version": "1.2.0",
  "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  "license": "MIT",
  "repository": "sindresorhus/decamelize",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "decamelize",
    "decamelcase",
    "camelcase",
    "lowercase",
    "case",
    "dash",
    "hyphen",
    "string",
    "str",
    "text",
    "convert"
  ],
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  }
}