Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "arlib", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Andras' Utility Functions", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -13,3 +13,3 @@ # arlib | ||
### tempnam | ||
### tempnam( [directory], [prefix] ) | ||
@@ -24,3 +24,3 @@ php tempnam equivalent, creates a filename that does not exist on the | ||
### getopt | ||
### getopt( argv, optspec ) | ||
@@ -39,3 +39,3 @@ traditional unix command option extractor, returns an object with the options | ||
### mongoid | ||
### mongoid( ), new MongoId().fetch( ) | ||
@@ -66,3 +66,3 @@ very fast, light-weight mongodb compatible timestamped unique id | ||
#### fgets | ||
#### fgets( ) | ||
@@ -74,3 +74,3 @@ var fs = require('fs'); | ||
#### feof | ||
#### feof( ) | ||
@@ -77,0 +77,0 @@ returns true when fgets has no more lines to return |
39599