setup-python/node_modules/cssom/package.json

65 lines
1.4 KiB
JSON
Raw Normal View History

2019-06-27 08:12:00 +07:00
{
"_args": [
[
"cssom@0.3.6",
"C:\\Users\\Administrator\\Documents\\setup-python"
]
],
"_development": true,
"_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\\Administrator\\Documents\\setup-python",
"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"
}