package.json 1.4 KB
{
  "_args": [
    [
      "cssom@0.3.6",
      "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT"
    ]
  ],
  "_from": "cssom@0.3.6",
  "_id": "cssom@0.3.6",
  "_inBundle": false,
  "_integrity": "sha512-DtUeseGk9/GBW0hl0vVPpU22iHL6YB5BUX7ml1hB+GMpo0NX5G4voX3kdWiMSEguFtcW3Vh3djqNF4aIe6ne0A==",
  "_location": "/cssom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cssom@0.3.6",
    "name": "cssom",
    "escapedName": "cssom",
    "rawSpec": "0.3.6",
    "saveSpec": null,
    "fetchSpec": "0.3.6"
  },
  "_requiredBy": [
    "/cssstyle",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.6.tgz",
  "_spec": "0.3.6",
  "_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
  "author": {
    "name": "Nikita Vasilyev",
    "email": "me@elv1s.ru"
  },
  "bugs": {
    "url": "https://github.com/NV/CSSOM/issues"
  },
  "description": "CSS Object Model implementation and CSS parser",
  "devDependencies": {
    "jake": "~0.7.3"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/NV/CSSOM#readme",
  "keywords": [
    "CSS",
    "CSSOM",
    "parser",
    "styleSheet"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "cssom",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NV/CSSOM.git"
  },
  "scripts": {
    "prepublish": "jake lib/index.js"
  },
  "version": "0.3.6"
}