noflo-strings
Advanced tools
Comparing version 0.3.1 to 0.4.0
{ | ||
"name": "noflo-strings", | ||
"description": "String Utilities for NoFlo", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"keywords": [ | ||
@@ -31,3 +31,3 @@ "noflo", | ||
"dependencies": { | ||
"noflo": "0.x >= 0.8", | ||
"noflo": "^1.0.0", | ||
"underscore": "~1.8.3", | ||
@@ -38,8 +38,5 @@ "btoa": "~1.1.2" | ||
"chai": "^4.0.0", | ||
"coffee-loader": "^0.7.2", | ||
"coffee-script": "^1.12.0", | ||
"fbp-loader": "^0.1.1", | ||
"grunt": "^1.0.1", | ||
"grunt-coffeelint": "^0.0.16", | ||
"grunt-contrib-coffee": "^1.0.0", | ||
"grunt-contrib-coffee": "^2.0.0", | ||
"grunt-contrib-uglify": "^3.0.1", | ||
@@ -49,34 +46,7 @@ "grunt-contrib-watch": "^1.0.0", | ||
"grunt-mocha-test": "^0.13.2", | ||
"grunt-noflo-browser": "^1.0.1", | ||
"json-loader": "^0.5.4", | ||
"mocha": "^3.1.2" | ||
"grunt-noflo-browser": "^1.5.0", | ||
"mocha": "^4.0.0" | ||
}, | ||
"noflo": { | ||
"icon": "font", | ||
"components": { | ||
"Base64Encode": "components/Base64Encode.coffee", | ||
"CompileString": "components/CompileString.coffee", | ||
"ConvertEncoding": "components/ConvertEncoding.coffee", | ||
"EscapeQuotes": "components/EscapeQuotes.coffee", | ||
"Filter": "components/Filter.coffee", | ||
"Jsonify": "components/Jsonify.coffee", | ||
"LowerCaseString": "components/LowerCaseString.coffee", | ||
"MatchReplace": "components/MatchReplace.coffee", | ||
"ParseFloat": "components/ParseFloat.coffee", | ||
"ParseInt": "components/ParseInt.coffee", | ||
"ParseJson": "components/ParseJson.coffee", | ||
"Quote": "components/Quote.coffee", | ||
"Replace": "components/Replace.coffee", | ||
"SendString": "components/SendString.coffee", | ||
"Sift3Distance": "components/Sift3Distance.coffee", | ||
"Splice": "components/Splice.coffee", | ||
"SplitStr": "components/SplitStr.coffee", | ||
"StringTemplate": "components/StringTemplate.coffee", | ||
"SubStr": "components/SubStr.coffee", | ||
"TemplateReplace": "components/TemplateReplace.coffee", | ||
"ToString": "components/ToString.coffee" | ||
}, | ||
"graphs": { | ||
"SendJson": "graphs/SendJson.fbp" | ||
} | ||
"icon": "font" | ||
}, | ||
@@ -83,0 +53,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10
59420
+ Addedcommander@6.2.1(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedfbp@1.8.0(transitive)
+ Addedfbp-graph@0.7.0(transitive)
+ Addedfbp-manifest@0.2.7(transitive)
+ Addedget-function-params@2.0.7(transitive)
+ Addednoflo@1.4.3(transitive)
- Removedcoffee-script@1.12.7(transitive)
- Removedcommander@2.20.3(transitive)
- Removeddebug@3.2.7(transitive)
- Removedfbp@1.5.0(transitive)
- Removedfbp-graph@0.1.0(transitive)
- Removedfbp-manifest@0.1.14(transitive)
- Removednoflo@0.8.6(transitive)
Updatednoflo@^1.0.0