Force higher (fixed) Panino; remove needless package.json

This commit is contained in:
Garen Torikian 2012-04-29 18:22:02 -07:00
commit d32dfd3194
23 changed files with 72 additions and 70 deletions

View file

@ -1,4 +1,23 @@
{
"Array" : "http://www.nodemanual.org/latest/js_doc/Array.html",
"Boolean" : "http://www.nodemanual.org/latest/js_doc/Boolean.html",
"Date" : "http://www.nodemanual.org/latest/js_doc/Date.html",
"Error" : "http://www.nodemanual.org/latest/js_doc/Error.html",
"EvalError" : "http://www.nodemanual.org/latest/js_doc/EvalError.html",
"RangeError" : "http://www.nodemanual.org/latest/js_doc/RangeError.html",
"ReferenceError" : "http://www.nodemanual.org/latest/js_doc/ReferenceError.html",
"SyntaxError" : "http://www.nodemanual.org/latest/js_doc/SyntaxError.html",
"TypeError" : "http://www.nodemanual.org/latest/js_doc/TypeError.html",
"URIError" : "http://www.nodemanual.org/latest/js_doc/URIError.html",
"Function" : "http://www.nodemanual.org/latest/js_doc/Function.html",
"Infinity" : "http://www.nodemanual.org/latest/js_doc/Infinity.html",
"JSON" : "http://www.nodemanual.org/latest/js_doc/JSON.html",
"Math" : "http://www.nodemanual.org/latest/js_doc/Math.html",
"NaN" : "http://www.nodemanual.org/latest/js_doc/NaN.html",
"Number" : "http://www.nodemanual.org/latest/js_doc/Number.html",
"Object" : "http://www.nodemanual.org/latest/js_doc/Object.html",
"RegExp" : "http://www.nodemanual.org/latest/js_doc/RegExp.html",
"String" : "http://www.nodemanual.org/latest/js_doc/String.html",
"DOMElement": "https://developer.mozilla.org/en/DOM/element",
"Event": "https://github.com/ajaxorg/ace/blob/master/lib/ace/lib/event.js",
"TextMode": "https://github.com/ajaxorg/ace/blob/master/lib/ace/mode/text.js",