No Description

package.json 1.4KB

    { "_from": "cssom@>= 0.3.2 < 0.4.0", "_id": "cssom@0.3.2", "_inBundle": false, "_integrity": "sha1-uANhcMefB6kP8vFuIihAJ6JDhIs=", "_location": "/cssom", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "cssom@>= 0.3.2 < 0.4.0", "name": "cssom", "escapedName": "cssom", "rawSpec": ">= 0.3.2 < 0.4.0", "saveSpec": null, "fetchSpec": ">= 0.3.2 < 0.4.0" }, "_requiredBy": [ "/cssstyle", "/jsdom" ], "_resolved": "http://registry.npm.taobao.org/cssom/download/cssom-0.3.2.tgz", "_shasum": "b8036170c79f07a90ff2f16e22284027a243848b", "_spec": "cssom@>= 0.3.2 < 0.4.0", "_where": "/Users/FFIB/Desktop/data_visualization/node_modules/jsdom", "author": { "name": "Nikita Vasilyev", "email": "me@elv1s.ru" }, "bugs": { "url": "https://github.com/NV/CSSOM/issues" }, "bundleDependencies": false, "deprecated": false, "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.2" }