-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.5 KB
/
package.json
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
101
102
103
104
105
106
107
108
109
110
{
"_args": [
[
"fairchild@git+https://github.com/thsig/fairchild.git"
],
[
"fairchild@git+https://github.com/thsig/fairchild.git"
],
[
"fairchild@git+https://github.com/thsig/fairchild.git#master",
"/Users/ths/src/fronkensteen_native"
],
[
"fairchild@git+https://github.com/thsig/fairchild.git",
"/Users/ths/src/rnlib/compression/FairchildSandbox"
],
[
{
"raw": "fairchild@git+https://github.com/thsig/fairchild.git#master",
"scope": null,
"escapedName": "fairchild",
"name": "fairchild",
"rawSpec": "git+https://github.com/thsig/fairchild.git#master",
"spec": "git+https://github.com/thsig/fairchild.git#master",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:thsig/fairchild.git#master",
"sshUrl": "git+ssh://[email protected]/thsig/fairchild.git#master",
"httpsUrl": "git+https://github.com/thsig/fairchild.git#master",
"gitUrl": "git://github.com/thsig/fairchild.git#master",
"shortcut": "github:thsig/fairchild#master",
"directUrl": "https://raw.githubusercontent.com/thsig/fairchild/master/package.json"
}
},
"/Users/ths/src/fronkensteen_native"
]
],
"_from": "git+https://github.com/thsig/fairchild.git#master",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/fairchild",
"_phantomChildren": {},
"_requested": {
"raw": "fairchild@git+https://github.com/thsig/fairchild.git#master",
"scope": null,
"escapedName": "fairchild",
"name": "fairchild",
"rawSpec": "git+https://github.com/thsig/fairchild.git#master",
"spec": "git+https://github.com/thsig/fairchild.git#master",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:thsig/fairchild.git#master",
"sshUrl": "git+ssh://[email protected]/thsig/fairchild.git#master",
"httpsUrl": "git+https://github.com/thsig/fairchild.git#master",
"gitUrl": "git://github.com/thsig/fairchild.git#master",
"shortcut": "github:thsig/fairchild#master",
"directUrl": "https://raw.githubusercontent.com/thsig/fairchild/master/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/thsig/fairchild.git#bf25f069ec113ceac55ddc2069af078da5ce66e0",
"_shasum": "28f9e463d228937bc9d79e60f6fd71956eaa82de",
"_shrinkwrap": null,
"_spec": "fairchild@git+https://github.com/thsig/fairchild.git#master",
"_where": "/Users/ths/src/fronkensteen_native",
"author": {
"name": "Thorarinn Sigurdsson",
"email": "[email protected]",
"url": "https://github.com/thsig"
},
"bugs": {
"url": "https://github.com/thsig/Fairchild/issues"
},
"dependencies": {
"bluebird": "^2.9.25"
},
"description": "Native media compression for react-native",
"devDependencies": {
"react-native": "*"
},
"gitHead": "54d480c3c3508d813ab4e9b95e189ce7271e83f0",
"homepage": "https://github.com/thsig/Fairchild#readme",
"keywords": [
"compression",
"filesystem",
"fs",
"ios",
"react-component",
"react-native",
"video"
],
"license": "MIT",
"main": "Fairchild.js",
"name": "fairchild",
"optionalDependencies": {},
"readme": "Nothing here yet.",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/thsig/Fairchild.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}