forked from LambdaTest/webdriverio-selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.29 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
{
"_args": [
[
"css-value@0.0.1",
"/home/admin1/Samples/webdriverio-browserstack-master"
]
],
"_from": "css-value@0.0.1",
"_id": "css-value@0.0.1",
"_inBundle": false,
"_integrity": "sha1-Xv1sLupeof1rasV+wEJ7GEUkJOo=",
"_location": "/css-value",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "css-value@0.0.1",
"name": "css-value",
"escapedName": "css-value",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/webdriverio"
],
"_resolved": "https://registry.npmjs.org/css-value/-/css-value-0.0.1.tgz",
"_spec": "0.0.1",
"_where": "/home/admin1/Samples/webdriverio-browserstack-master",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/visionmedia/css-value/issues"
},
"dependencies": {},
"description": "CSS value parser",
"devDependencies": {
"mocha": "~1.9.0",
"should": "~1.2.2"
},
"homepage": "https://github.com/visionmedia/css-value#readme",
"keywords": [
"css",
"parser",
"value"
],
"main": "index",
"name": "css-value",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/css-value.git"
},
"version": "0.0.1"
}