mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"_from": "cssom@>= 0.3.2 < 0.4.0",
|
|
"_id": "cssom@0.3.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+7prCSORpXNeR4/fUP3rL+TzqtiFfhMvTd7uEqMdgPvLPt4+uzFUeufx5RHjGTACCargg/DiEt/moMQmvnfkog==",
|
|
"_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": "https://registry.npmjs.org/cssom/-/cssom-0.3.4.tgz",
|
|
"_shasum": "8cd52e8a3acfd68d3aed38ee0a640177d2f9d797",
|
|
"_spec": "cssom@>= 0.3.2 < 0.4.0",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/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.4"
|
|
}
|