-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.98 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
{
"_args": [],
"_from": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/fbg-toolkit",
"_phantomChildren": {},
"_requested": {
"hosted": {
"directUrl": "https://raw.githubusercontent.com/shepsii/extjs-db-proxies/master/package.json",
"gitUrl": "git://github.com/shepsii/extjs-db-proxies.git",
"httpsUrl": "git+https://github.com/shepsii/extjs-db-proxies.git",
"shortcut": "github:shepsii/extjs-db-proxies",
"ssh": "[email protected]:shepsii/extjs-db-proxies.git",
"sshUrl": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git",
"type": "github"
},
"name": null,
"raw": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git",
"rawSpec": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git",
"scope": null,
"spec": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git",
"type": "hosted"
},
"_requiredBy": [
"/"
],
"_resolved": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git#eb622296ee2285330382d0b8c46184efe7faf793",
"_shasum": "8706103f54531f6d0abcfc3dd20a02e9b33f9ddd",
"_shrinkwrap": null,
"_spec": "git+ssh://[email protected]/shepsii/extjs-db-proxies.git",
"_where": "/Users/simon/fbgapps/fbg-draft-dominator",
"author": "",
"bugs": {
"url": "https://github.com/shepsii/extjs-db-proxies/issues"
},
"dependencies": {},
"description": "ExtJS proxies for WebSql/Sqlite and IndexedDB",
"devDependencies": {},
"directories": {
"test": "test"
},
"framework": "ext",
"homepage": "https://github.com/shepsii/extjs-db-proxies#readme",
"license": "MIT",
"main": "index.js",
"name": "extjs-db-proxies",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/shepsii/extjs-db-proxies.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}