tlrobinson / narwhal forked from 280north/narwhal

A JavaScript standard library, package manager, and more.

This URL has Read+Write access

tlrobinson (author)
Mon Nov 02 15:22:12 -0800 2009
commit  1d0ef468baa9a0277ce6fd26787a460eb25806d7
tree    bf51e8d1f56a034508b5167d9ac78614ec4a16ae
parent  02ba90b7c7bfd9dca32d32e82e1eb3ece64151ec
narwhal / sources.json
100644 177 lines (176 sloc) 4.415 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
    "version": 1,
    "packages": {
        "narwhal": {
            "type": "github",
            "user": "tlrobinson"
        },
        "narwhal-jsc": {
            "type": "github",
            "user": "tlrobinson"
        },
        "narwhal-v8": {
            "type": "github",
            "user": "tlrobinson"
        },
        "narwhal-johnson": {
            "type": "github",
            "user": "tlrobinson"
        },
        "narwhal-xulrunner": {
            "type": "github",
            "user": "Gozala"
        },
        "narwhal-jaxer": {
            "type": "github",
            "user": "smith"
        },
        "jack": {
            "type": "github",
            "user": "tlrobinson"
        },
        "nitro": {
            "type": "github",
            "user": "gmosx"
        },
        "chiron": {
            "type": "github",
            "user": "kriskowal"
        },
        "narcissus": {
            "type": "github",
            "user": "kriskowal"
        },
        "creolejs": {
            "type": "github",
            "user": "kriskowal"
        },
        "browserjs": {
            "type": "github",
            "user": "tlrobinson"
        },
        "inspec": {
            "type": "github",
            "user": "aq1018"
        },
        "kupo": {
            "type": "github",
            "user": "janv"
        },
        "appengine": {
            "type": "github",
            "user": "gmosx"
        },
        "jack-servlet": {
            "type": "github",
            "user": "tlrobinson"
        },
        "appengine-java-sdk": {
            "type": "inline",
            "package.json": {
                "name": "gae",
                "title": "Google App Engine Java SDK",
                "description": "Java components necessary for deploying applications on Google's App Engine.",
                "author": "Google",
                "version": "1.2.2",
                "dependencies": ["jack-servlet", "jack", "narwhal"],
                "lib": [],
                "type": "zip",
                "location": "http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.2.zip"
            }
        },
        "env": {
            "type": "github",
            "name": "env-js",
            "user": "kriskowal",
            "package.json": {}
        },
        "template": {
            "type": "github",
            "user": "gmosx"
        },
        "markdown": {
            "type": "github",
            "user": "gmosx"
        },
        "xbin": {
            "type": "github",
            "user": "kriskowal"
        },
        "wiky": {
            "type": "github",
            "user": "kriskowal"
        },
        "jsdocs": {
            "type": "github",
            "user": "Gozala"
        },
        "syntax-stroop": {
            "type": "github",
            "user": "Gozala"
        },
        "seethrough": {
            "type": "github",
            "user": "Gozala"
        },
        "jack-dav": {
            "type": "github",
            "user": "tlrobinson"
        },
        "jsont": {
            "type": "github",
            "user": "tlrobinson"
        },
        "activejs": {
            "type": "github",
            "user": "tlrobinson",
            "ref": "package"
        },
        "speller": {
            "type": "github",
            "user": "past"
        },
        "objj": {
            "type": "github",
            "name": "cappuccino",
            "user": "280north",
            "ref": "package"
        },
        "jake": {
            "type": "github",
            "user": "280north"
        },
        "json-rpc": {
            "type": "github",
            "user": "tlrobinson"
        },
        "prototype": {
            "type": "github",
            "name": "prototype-asp",
            "user": "smith",
            "ref": "narwhal-global"
        },
        "qunit": {
            "type": "github",
            "user": "jquery"
        },
        "oauth": {
            "type": "github",
            "user": "cloudwork"
        },
        "bogart": {
            "type": "github",
            "user": "nrstott"
        },
        "ejs": {
            "type": "github",
            "user": "nrstott",
            "name": "narwhal-ejs"
        },
        "couchdb": {
            "type": "github",
            "user": "nrstott",
            "name": "narwhal-couchdb"
        }
    }
}