1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
| {
| "_args": [
| [
| "cssom@0.4.4",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_development": true,
| "_from": "cssom@0.4.4",
| "_id": "cssom@0.4.4",
| "_inBundle": false,
| "_integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
| "_location": "/cssom",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "cssom@0.4.4",
| "name": "cssom",
| "escapedName": "cssom",
| "rawSpec": "0.4.4",
| "saveSpec": null,
| "fetchSpec": "0.4.4"
| },
| "_requiredBy": [
| "/jsdom"
| ],
| "_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
| "_spec": "0.4.4",
| "_where": "/Users/tomas/PAM/PAMapp",
| "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"
| }
|
|