{
  "_args": [
    [
      "cssstyle@1.1.1",
      "/home/alex/Projects/SDPK/Works/content/sdpk-content"
    ]
  ],
  "_from": "cssstyle@1.1.1",
  "_id": "cssstyle@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-364AI1l/M5TYcFH83JnOH/pSqgaNnKmYgKrm0didZMGKWjQB60dymwWy1rKUgL3J1ffdq9xVi2yGLHdSjjSNog==",
  "_location": "/cssstyle",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cssstyle@1.1.1",
    "name": "cssstyle",
    "escapedName": "cssstyle",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/jest-environment-jsdom/jsdom",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content",
  "bugs": {
    "url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
  },
  "contributors": [
    {
      "name": "Chad Walker",
      "email": "chad@chad-cat-lore-eddie.com",
      "url": "https://github.com/chad3814"
    },
    {
      "name": "Nikita Vasilyev",
      "email": "me@elv1s.ru"
    },
    {
      "name": "Davide P. Cervone"
    },
    {
      "name": "Forbes Lindesay"
    }
  ],
  "dependencies": {
    "cssom": "0.3.x"
  },
  "description": "CSSStyleDeclaration Object Model implementation",
  "devDependencies": {
    "babel-generator": "~6.11.4",
    "babel-traverse": "~6.13.0",
    "babel-types": "~6.13.0",
    "babylon": "~6.8.4",
    "nodeunit": "~0.8.0",
    "resolve": "~1.1.7"
  },
  "directories": {
    "lib": "./lib"
  },
  "homepage": "https://github.com/jsakas/CSSStyleDeclaration",
  "keywords": [
    "CSS",
    "CSSStyleDeclaration",
    "StyleSheet"
  ],
  "license": "MIT",
  "main": "./lib/CSSStyleDeclaration.js",
  "maintainers": [
    {
      "name": "Jon Sakas",
      "email": "jon.sakas@gmail.com",
      "url": "http://jon.sakas.co/"
    }
  ],
  "name": "cssstyle",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
  },
  "scripts": {
    "prepare": "node ./scripts/generate_properties.js && node ./scripts/generate_valid_properties.js",
    "test": "node ./scripts/generate_properties.js && node ./scripts/generate_valid_properties.js && nodeunit tests"
  },
  "version": "1.1.1"
}
