fairmont-filesystem
Advanced tools
Comparing version 1.0.0 to 1.0.1
// Generated by CoffeeScript 1.10.0 | ||
(function() { | ||
var FS, Method, async, binary, chDir, chdir, cp, curry, dirname, eq, exist, exists, fs, glob, isDirectory, isFile, isFunction, isKind, isPromise, isReadable, isString, isType, isWritable, join, liftAll, ls, lsR, lsr, minimatch, mkDir, mkDirP, mkdir, mkdirp, mv, promise, read, readBinaryStream, readBuffer, readDir, readStream, readdir, ref, ref1, ref2, rm, rmDir, rmdir, stat, stream, write, | ||
var FS, Method, async, binary, chDir, chdir, cp, curry, dirname, eq, exist, exists, fs, glob, isDirectory, isFile, isFunction, isKind, isPromise, isReadable, isString, isType, isWritable, join, lift, ls, lsR, lsr, minimatch, mkDir, mkDirP, mkdir, mkdirp, mv, promise, read, readBinaryStream, readBuffer, readDir, readStream, readdir, ref, ref1, ref2, rm, rmDir, rmdir, stat, stream, write, | ||
indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; | ||
@@ -14,12 +14,8 @@ | ||
ref2 = require("fairmont-helpers"), async = ref2.async, isType = ref2.isType, isKind = ref2.isKind, isFunction = ref2.isFunction, isString = ref2.isString, isPromise = ref2.isPromise, eq = ref2.eq; | ||
ref2 = require("fairmont-helpers"), async = ref2.async, promise = ref2.promise, lift = ref2.lift, isType = ref2.isType, isKind = ref2.isKind, isFunction = ref2.isFunction, isString = ref2.isString, isPromise = ref2.isPromise, eq = ref2.eq; | ||
Method = require("fairmont-multimethods").Method; | ||
liftAll = require("when/node").liftAll; | ||
FS = lift(require("fs")); | ||
promise = require("when").promise; | ||
FS = liftAll(require("fs")); | ||
fs = require("fs"); | ||
@@ -29,5 +25,3 @@ | ||
stat = function(path) { | ||
return FS.stat(path); | ||
}; | ||
stat = FS.stat; | ||
@@ -34,0 +28,0 @@ exists = exist = async(function*(path) { |
{ | ||
"name": "fairmont-filesystem", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "True functional reactive programming for JavaScript.", | ||
"files": [ | ||
"src/", | ||
"lib/", | ||
@@ -15,3 +14,3 @@ "README.md" | ||
"prepublish": "coffee -o lib/ -c src/*.*coffee", | ||
"postpublish": "(node_modules/.bin/json -f package.json version | tee ./VERSION | xargs -I version git tag -am version version) && git push --tags" | ||
"postpublish": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags" | ||
}, | ||
@@ -27,16 +26,15 @@ "repository": { | ||
"license": "ISC", | ||
"devDependencies": { | ||
"amen": "^1.0.0-alpha-03", | ||
"coffee-script": "^1.10.0", | ||
"json": "^9.0.3" | ||
}, | ||
"dependencies": { | ||
"fairmont-core": "1.0.x", | ||
"fairmont-helpers": "1.0.x", | ||
"fairmont-helpers": "1.1.x", | ||
"fairmont-multimethods": "1.0.x", | ||
"fairmont-reactive": "1.0.x", | ||
"minimatch": "^2.0.9", | ||
"when": "^3.7.3" | ||
"minimatch": "^2.0.9" | ||
}, | ||
"engine": "node >= 4.0.x" | ||
"devDependencies": { | ||
"amen": "^1.0.1", | ||
"coffee-script": "^1.10.0", | ||
"json": "^9.0.3" | ||
}, | ||
"engine": "node >= 6.0.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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
5
8969
3
234
1
0
+ Addedfairmont-helpers@1.1.2(transitive)
- Removedwhen@^3.7.3
Updatedfairmont-helpers@1.1.x