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/"
}
}