HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/camelize/package.json
{
    "name": "camelize",
    "version": "1.0.0",
    "description": "recursively transform key strings to camel-case",
    "main": "index.js",
    "devDependencies": {
        "tape": "~2.3.2"
    },
    "scripts": {
        "test": "tape test/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/substack/camelize.git"
    },
    "homepage": "https://github.com/substack/camelize",
    "keywords": [
        "camel-case",
        "json",
        "transform"
    ],
    "testling" : {
        "files" : "test/*.js",
        "browsers" : {
            "iexplore" : [ "6.0", "7.0", "8.0", "9.0" ],
            "chrome" : [ "20.0" ],
            "firefox" : [ "10.0", "15.0" ],
            "safari" : [ "5.1" ],
            "opera" : [ "12.0" ]
        }
    },
    "author": {
        "name": "James Halliday",
        "email": "mail@substack.net",
        "url": "http://substack.net"
    },
    "license": "MIT"
}