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/inline-style/package.json
{
  "name": "inline-style",
  "version": "2.0.0",
  "description": "Transform an object into an inline CSS string.",
  "main": "index.js",
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gummesson/inline-style.git"
  },
  "keywords": [
    "browser",
    "css",
    "style",
    "inline"
  ],
  "author": "Ellen Gummesson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gummesson/inline-style/issues"
  },
  "homepage": "https://github.com/gummesson/inline-style",
  "dependencies": {
    "dashify": "^0.1.0"
  },
  "devDependencies": {
    "browserify": "^11.0.0",
    "covert": "^1.1.0",
    "smokestack": "^3.3.0",
    "tap-closer": "^1.0.0",
    "tape": "^4.0.1"
  },
  "scripts": {
    "test": "node test/",
    "test:browser": "browserify test/ | tap-closer | smokestack",
    "test:cover": "covert test/"
  }
}