-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.35 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.35 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_args": [
[
{
"raw": "cssom@>= 0.3.0 < 0.4.0",
"scope": null,
"escapedName": "cssom",
"name": "cssom",
"rawSpec": ">= 0.3.0 < 0.4.0",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"/Users/b004577/Documents/workshop/blog/next/node_modules/jsdom"
]
],
"_from": "cssom@>=0.3.0 <0.4.0",
"_id": "cssom@0.3.2",
"_inCache": true,
"_location": "/cssom",
"_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/cssom-0.3.2.tgz_1484956361462_0.48309571552090347"
},
"_npmUser": {
"name": "nv",
"email": "me@elv1s.ru"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"raw": "cssom@>= 0.3.0 < 0.4.0",
"scope": null,
"escapedName": "cssom",
"name": "cssom",
"rawSpec": ">= 0.3.0 < 0.4.0",
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/cssstyle",
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz",
"_shasum": "b8036170c79f07a90ff2f16e22284027a243848b",
"_shrinkwrap": null,
"_spec": "cssom@>= 0.3.0 < 0.4.0",
"_where": "/Users/b004577/Documents/workshop/blog/next/node_modules/jsdom",
"author": {
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
},
"bugs": {
"url": "https://github.com/NV/CSSOM/issues"
},
"dependencies": {},
"description": "CSS Object Model implementation and CSS parser",
"devDependencies": {
"jake": "~0.7.3"
},
"directories": {},
"dist": {
"shasum": "b8036170c79f07a90ff2f16e22284027a243848b",
"tarball": "https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz"
},
"files": [
"lib/"
],
"gitHead": "d600816ea9442c5e33f27ff59de536d7b7ccd239",
"homepage": "https://github.com/NV/CSSOM",
"keywords": [
"CSS",
"CSSOM",
"parser",
"styleSheet"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "nv",
"email": "me@elv1s.ru"
},
{
"name": "domenic",
"email": "domenic@domenicdenicola.com"
}
],
"name": "cssom",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/NV/CSSOM.git"
},
"scripts": {
"prepublish": "jake lib/index.js"
},
"version": "0.3.2"
}