Comparing version 1.0.4 to 1.0.5
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var indexOfc = function(buf, chr, offset) { | ||
@@ -2,0 +4,0 @@ for (var i = offset||0; i < buf.length ; i++) |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var cp = require('child_process'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var crypto = require('crypto'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var ASN_LONG_LEN = 0x80, SSH_RSA = 'ssh-rsa'; | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var str_chunk = require('../string/chunk'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ var isDirectorySync = require('./isDirectorySync'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'), | ||
@@ -2,0 +4,0 @@ crypto = require('crypto'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ var path = require('path'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ var path = require('path'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
module.exports = function(fn) { | ||
@@ -2,0 +4,0 @@ var f = function () { |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
module.exports = Math.log10 || function(x) { | ||
@@ -2,0 +4,0 @@ return Math.log(x) / Math.LN10; |
{ | ||
"name": "nyks", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,2 +1,4 @@ | ||
"use strict"; | ||
module.exports = function(npath){ | ||
@@ -3,0 +5,0 @@ var paths = process.env.PATH.split(path.delimiter).concat(Array.from(arguments)); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var fs = require('fs'); | ||
@@ -2,0 +4,0 @@ var path = require('path'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var util = require('util'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var url = require('url'), | ||
@@ -2,0 +4,0 @@ path = require('path'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
module.exports = function(str, chunkSize){ | ||
@@ -2,0 +4,0 @@ if(chunkSize <= 0) |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var forIn = require('mout/object/forIn'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
// http://stackoverflow.com/q/617647 | ||
@@ -2,0 +4,0 @@ module.exports = function(str) { |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
//recursive version of replaces | ||
@@ -2,0 +4,0 @@ var replaces = require('./replaces'); |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var endsWith = require('mout/string/endsWith'); | ||
@@ -2,0 +4,0 @@ |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
var startsWith = require('mout/string/startsWith'); | ||
@@ -2,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19632
474