noflo-image
Advanced tools
Comparing version 0.2.23 to 0.3.0
{ | ||
"name": "noflo-image", | ||
"description": "Image processing utilities for browser and Node.js NoFlo.", | ||
"version": "0.2.23", | ||
"version": "0.3.0", | ||
"author": { | ||
@@ -21,24 +21,20 @@ "name": "Forrest Oliphant", | ||
"d3-color": "^1.0.1", | ||
"file-type": "^4.0.0", | ||
"file-type": "^7.0.1", | ||
"gm": "^1.22.0", | ||
"graceful-logger": "^0.4.3", | ||
"image-size": "~0.5.1", | ||
"image-size": "~0.6.1", | ||
"jsfeat": "0.0.8", | ||
"noflo": "0.x >= 0.5", | ||
"noflo-ajax": "~0.1.6", | ||
"noflo-canvas": "~0.2.3", | ||
"noflo-core": "~0.2.2", | ||
"noflo-filesystem": "~1.1.1", | ||
"noflo-groups": "~0.1.10", | ||
"noflo-objects": "~0.2.0", | ||
"noflo-strings": "~0.2.0", | ||
"noflo": "0.x >= 0.8", | ||
"noflo-canvas": ">=0.2.3", | ||
"noflo-core": ">=0.4.0", | ||
"noflo-objects": ">=0.2.0", | ||
"read-chunk": "^2.0.0", | ||
"request": "^2.79.0", | ||
"rgbquant": "~1.1.2", | ||
"superagent": "~3.3.2", | ||
"tmp": "0.0.31", | ||
"superagent": "~3.7.0", | ||
"tmp": "0.0.33", | ||
"urijs": "^1.18.4" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai": "^4.0.0", | ||
"coffee-loader": "^0.7.2", | ||
@@ -56,5 +52,4 @@ "coffee-script": "^1.12.2", | ||
"grunt-noflo-browser": "^1.1.4", | ||
"grunt-noflo-manifest": "^0.1.12", | ||
"json-loader": "^0.5.4", | ||
"mocha": "^3.2.0" | ||
"mocha": "^4.0.0" | ||
}, | ||
@@ -65,41 +60,3 @@ "keywords": [ | ||
"image processing" | ||
], | ||
"noflo": { | ||
"components": { | ||
"AdjustBrightness": "components/AdjustBrightness.coffee", | ||
"AdjustContrast": "components/AdjustContrast.coffee", | ||
"AdjustSaturation": "components/AdjustSaturation.coffee", | ||
"ApplyAdjustmentCurve": "components/ApplyAdjustmentCurve.coffee", | ||
"ApplyVignette": "components/ApplyVignette.coffee", | ||
"BufferToCanvas": "components/BufferToCanvas-node.coffee", | ||
"CalculateAspectRatio": "components/CalculateAspectRatio.coffee", | ||
"CanvasToBuffer": "components/CanvasToBuffer.coffee", | ||
"CreateImage": "components/CreateImage-node.coffee", | ||
"Crop": "components/Crop.coffee", | ||
"DetectAnimatedGif": "components/DetectAnimatedGif.coffee", | ||
"ExtractLightness": "components/ExtractLightness.coffee", | ||
"ExtractSaturation": "components/ExtractSaturation.coffee", | ||
"FindFeatureFreeAreas": "components/FindFeatureFreeAreas.coffee", | ||
"FindFreeRectangles": "components/FindFreeRectangles.coffee", | ||
"GetBorderlessBox": "components/GetBorderlessBox.coffee", | ||
"GetCannyEdges": "components/GetCannyEdges.coffee", | ||
"GetColors": "components/GetColors.coffee", | ||
"GetColorsFromCentroids": "components/GetColorsFromCentroids.coffee", | ||
"GetColorsFromRectangles": "components/GetColorsFromRectangles.coffee", | ||
"GetFeaturesYAPE": "components/GetFeaturesYAPE.coffee", | ||
"GetGIFFrame": "components/GetGIFFrame.coffee", | ||
"GetHistogram": "components/GetHistogram.coffee", | ||
"GetOrientation": "components/GetOrientation.coffee", | ||
"GetPresetCurve": "components/GetPresetCurve.coffee", | ||
"ImageToCanvas": "components/ImageToCanvas.coffee", | ||
"Measure": "components/Measure-node.coffee", | ||
"ToFullscale": "components/ToFullscale.coffee", | ||
"UrlToBuffer": "components/UrlToBuffer-node.coffee", | ||
"UrlToTempFile": "components/UrlToTempFile-node.coffee", | ||
"VideoToCanvas": "components/VideoToCanvas.coffee" | ||
}, | ||
"graphs": { | ||
"UrlToCanvas": "graphs/UrlToCanvas.json" | ||
} | ||
} | ||
} | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18
15
5630043
128
1141
+ Added@mapbox/node-pre-gyp@1.0.11(transitive)
+ Addedabbrev@1.1.1(transitive)
+ Addedagent-base@6.0.2(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedaproba@2.0.0(transitive)
+ Addedare-we-there-yet@2.0.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcanvas@2.11.2(transitive)
+ Addedchownr@2.0.0(transitive)
+ Addedcolor-support@1.1.3(transitive)
+ Addedcommander@6.2.1(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedconsole-control-strings@1.1.0(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addeddecompress-response@4.2.1(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addeddelegates@1.0.0(transitive)
+ Addeddetect-libc@2.0.3(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedescodegen@1.14.3(transitive)
+ Addedesprima@1.2.24.0.1(transitive)
+ Addedestraverse@4.3.0(transitive)
+ Addedesutils@2.0.3(transitive)
+ Addedfast-levenshtein@2.0.6(transitive)
+ Addedfbp@1.8.0(transitive)
+ Addedfbp-graph@0.7.0(transitive)
+ Addedfbp-manifest@0.2.7(transitive)
+ Addedfile-type@7.7.1(transitive)
+ Addedfs-minipass@2.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedgauge@3.0.2(transitive)
+ Addedget-function-params@2.0.7(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedhas-unicode@2.0.1(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addedimage-size@0.6.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedjsonpath@1.1.1(transitive)
+ Addedlevn@0.3.0(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedmimic-response@2.1.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminipass@3.3.65.0.0(transitive)
+ Addedminizlib@2.1.2(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addednoflo@1.4.3(transitive)
+ Addednoflo-adapters@0.3.2(transitive)
+ Addednoflo-canvas@0.4.2(transitive)
+ Addednoflo-core@0.6.1(transitive)
+ Addednoflo-helper-arrayable@0.3.0(transitive)
+ Addednoflo-objects@0.7.0(transitive)
+ Addednopt@5.0.0(transitive)
+ Addednpmlog@5.0.1(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedoptionator@0.8.3(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedprelude-ls@1.1.2(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrimraf@3.0.2(transitive)
+ Addedsemver@6.3.17.7.1(transitive)
+ Addedset-blocking@2.0.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedsimple-concat@1.0.1(transitive)
+ Addedsimple-get@3.1.1(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedstatic-eval@2.0.2(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedsuperagent@3.7.0(transitive)
+ Addedtar@6.2.1(transitive)
+ Addedtmp@0.0.33(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedtype-check@0.3.2(transitive)
+ Addedunderscore@1.12.11.9.2(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
+ Addedwide-align@1.1.5(transitive)
+ Addedword-wrap@1.2.5(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyallist@4.0.0(transitive)
- Removednoflo-ajax@~0.1.6
- Removednoflo-filesystem@~1.1.1
- Removednoflo-groups@~0.1.10
- Removednoflo-strings@~0.2.0
- Removedbtoa@1.1.2(transitive)
- Removedcanvas@1.6.13(transitive)
- Removeddebug@2.6.9(transitive)
- Removedfile-type@4.4.0(transitive)
- Removedforeachasync@3.0.0(transitive)
- Removedfs-extra@0.6.4(transitive)
- Removedfs.extra@1.3.2(transitive)
- Removedimage-size@0.5.5(transitive)
- Removedjsonfile@1.0.1(transitive)
- Removedmimetype@0.0.8(transitive)
- Removedmkdirp@0.3.5(transitive)
- Removedms@2.0.0(transitive)
- Removedncp@0.4.2(transitive)
- Removednoflo-adapters@0.1.5(transitive)
- Removednoflo-ajax@0.1.6(transitive)
- Removednoflo-canvas@0.2.6(transitive)
- Removednoflo-core@0.2.3(transitive)
- Removednoflo-filesystem@1.1.1(transitive)
- Removednoflo-groups@0.1.12(transitive)
- Removednoflo-helper-arrayable@0.0.4(transitive)
- Removednoflo-objects@0.2.0(transitive)
- Removednoflo-strings@0.2.0(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedsuperagent@3.3.2(transitive)
- Removedtmp@0.0.31(transitive)
- Removedwalk@2.3.15(transitive)
Updatedfile-type@^7.0.1
Updatedimage-size@~0.6.1
Updatednoflo@0.x >= 0.8
Updatednoflo-canvas@>=0.2.3
Updatednoflo-core@>=0.4.0
Updatednoflo-objects@>=0.2.0
Updatedsuperagent@~3.7.0
Updatedtmp@0.0.33