{
  "manifest": {
    "name": "cssstyle",
    "description": "CSSStyleDeclaration Object Model implementation",
    "keywords": [
      "CSS",
      "CSSStyleDeclaration",
      "StyleSheet"
    ],
    "version": "2.3.0",
    "homepage": "https://github.com/jsdom/cssstyle",
    "maintainers": [
      {
        "name": "Jon Sakas",
        "email": "jon.sakas@gmail.com",
        "url": "https://jon.sakas.co/"
      },
      {
        "name": "Rafał Ruciński",
        "email": "fatfisz@gmail.com",
        "url": "https://fatfisz.com"
      }
    ],
    "contributors": [
      {
        "name": "Chad Walker",
        "email": "chad@chad-cat-lore-eddie.com",
        "url": "https://github.com/chad3814"
      }
    ],
    "repository": {
      "type": "git",
      "url": "https://github.com/jsdom/cssstyle.git"
    },
    "bugs": {
      "url": "https://github.com/jsdom/cssstyle/issues"
    },
    "files": [
      "lib/"
    ],
    "main": "./lib/CSSStyleDeclaration.js",
    "dependencies": {
      "cssom": "~0.3.6"
    },
    "devDependencies": {
      "babel-generator": "~6.26.1",
      "babel-traverse": "~6.26.0",
      "babel-types": "~6.26.0",
      "babylon": "~6.18.0",
      "eslint": "~6.0.0",
      "eslint-config-prettier": "~6.0.0",
      "eslint-plugin-prettier": "~3.1.0",
      "jest": "^24.8.0",
      "npm-run-all": "^4.1.5",
      "prettier": "~1.18.0",
      "request": "^2.88.0",
      "resolve": "~1.11.1"
    },
    "scripts": {
      "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
      "generate": "run-p generate:*",
      "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
      "generate:properties": "node ./scripts/generate_properties.js",
      "lint": "npm run generate && eslint . --max-warnings 0",
      "lint:fix": "eslint . --fix --max-warnings 0",
      "prepublishOnly": "npm run lint && npm run test",
      "test": "npm run generate && jest",
      "test-ci": "npm run lint && npm run test && codecov",
      "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
    },
    "license": "MIT",
    "engines": {
      "node": ">=8"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-cssstyle-2.3.0-ff665a0ddbdc31864b09647f34163443d90b0852-integrity/node_modules/cssstyle/package.json",
    "readmeFilename": "README.md",
    "readme": "# CSSStyleDeclaration\n\nA Node JS implementation of the CSS Object Model [CSSStyleDeclaration interface](https://www.w3.org/TR/cssom-1/#the-cssstyledeclaration-interface).\n\n[![NpmVersion](https://img.shields.io/npm/v/cssstyle.svg)](https://www.npmjs.com/package/cssstyle) [![Build Status](https://travis-ci.org/jsdom/cssstyle.svg?branch=master)](https://travis-ci.org/jsdom/cssstyle) [![codecov](https://codecov.io/gh/jsdom/cssstyle/branch/master/graph/badge.svg)](https://codecov.io/gh/jsdom/cssstyle)\n\n---\n\n#### Background\n\nThis package is an extension of the CSSStyleDeclaration class in Nikita Vasilyev's [CSSOM](https://github.com/NV/CSSOM) with added support for CSS 2 & 3 properties. The primary use case is for testing browser code in a Node environment. \n\nIt was originally created by Chad Walker, it is now maintaind by Jon Sakas and other open source contributors.\n\nBug reports and pull requests are welcome.\n",
    "licenseText": "Copyright (c) Chad Walker\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz#ff665a0ddbdc31864b09647f34163443d90b0852",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/cssstyle/-/cssstyle-2.3.0.tgz",
    "hash": "ff665a0ddbdc31864b09647f34163443d90b0852",
    "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
    "registry": "npm",
    "packageName": "cssstyle",
    "cacheIntegrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A== sha1-/2ZaDdvcMYZLCWR/NBY0Q9kLCFI="
  },
  "registry": "npm",
  "hash": "ff665a0ddbdc31864b09647f34163443d90b0852"
}