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/hyphenate-style-name/package.json
{
  "name": "hyphenate-style-name",
  "version": "1.0.4",
  "description": "Hyphenates a camelcased CSS property name",
  "main": "index.cjs.js",
  "module": "index.js",
  "sideEffects": false,
  "scripts": {
    "build": "rollup --input index.js --file index.cjs.js --format cjs",
    "coverage": "nyc tape -- test/**/*.test.js",
    "lint": "eslint . --ignore-path .gitignore",
    "test": "tape test/**/*.test.js",
    "precoverage": "npm run build",
    "pretest": "npm run lint && npm run build",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/rexxars/hyphenate-style-name.git"
  },
  "keywords": [
    "hyphenate",
    "style",
    "css",
    "camelcase"
  ],
  "author": "Espen Hovlandsdal <espen@hovlandsdal.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/rexxars/hyphenate-style-name/issues"
  },
  "homepage": "https://github.com/rexxars/hyphenate-style-name#readme",
  "devDependencies": {
    "eslint": "^7.4.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-sanity": "^1.149.16",
    "nyc": "^15.1.0",
    "prettier": "^2.0.5",
    "rollup": "^2.21.0",
    "tape": "^5.0.1"
  }
}