package.json
2.07 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
{
"_args": [
[
{
"raw": "nth-check@~1.0.1",
"scope": null,
"escapedName": "nth-check",
"name": "nth-check",
"rawSpec": "~1.0.1",
"spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/css-select"
]
],
"_from": "nth-check@>=1.0.1 <1.1.0",
"_id": "nth-check@1.0.1",
"_inCache": true,
"_location": "/nth-check",
"_nodeVersion": "1.5.1",
"_npmUser": {
"name": "feedic",
"email": "me@feedic.com"
},
"_npmVersion": "2.6.1",
"_phantomChildren": {},
"_requested": {
"raw": "nth-check@~1.0.1",
"scope": null,
"escapedName": "nth-check",
"name": "nth-check",
"rawSpec": "~1.0.1",
"spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/css-select"
],
"_resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
"_shasum": "9929acdf628fc2c41098deab82ac580cf149aae4",
"_shrinkwrap": null,
"_spec": "nth-check@~1.0.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/css-select",
"author": {
"name": "Felix Boehm",
"email": "me@feedic.com"
},
"bugs": {
"url": "https://github.com/fb55/nth-check/issues"
},
"dependencies": {
"boolbase": "~1.0.0"
},
"description": "performant nth-check parser & compiler",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "9929acdf628fc2c41098deab82ac580cf149aae4",
"tarball": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz"
},
"gitHead": "257338e5bbd53228236abd4cc09539b66b27dd11",
"homepage": "https://github.com/fb55/nth-check",
"keywords": [
"nth-child",
"nth",
"css"
],
"license": "BSD",
"main": "index.js",
"maintainers": [
{
"name": "feedic",
"email": "me@feedic.com"
}
],
"name": "nth-check",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/fb55/nth-check.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.1"
}