github-pages-deploy-action/node_modules/cssom/package.json

58 lines
1.2 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args": [
[
"cssom@0.4.4",
"."
]
],
"_development": true,
"_from": "cssom@0.4.4",
2020-03-31 20:42:07 +08:00
"_id": "cssom@0.4.4",
"_inBundle": false,
"_integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
"_location": "/cssom",
"_phantomChildren": {},
"_requested": {
2020-03-31 20:54:32 +08:00
"type": "version",
2020-03-31 20:42:07 +08:00
"registry": true,
2020-03-31 20:54:32 +08:00
"raw": "cssom@0.4.4",
2020-03-31 20:42:07 +08:00
"name": "cssom",
"escapedName": "cssom",
2020-03-31 20:54:32 +08:00
"rawSpec": "0.4.4",
2020-03-31 20:42:07 +08:00
"saveSpec": null,
2020-03-31 20:54:32 +08:00
"fetchSpec": "0.4.4"
2020-03-31 20:42:07 +08:00
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
2020-03-31 20:54:32 +08:00
"_spec": "0.4.4",
"_where": ".",
2020-03-31 20:42:07 +08:00
"author": {
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
},
"bugs": {
"url": "https://github.com/NV/CSSOM/issues"
},
"description": "CSS Object Model implementation and CSS parser",
"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"
},
"version": "0.4.4"
}