Comparing version 0.4.0-beta1 to 0.4.0
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.3.1 | ||
// Generated by LiveScript 1.4.0 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var ref$, id, compact, unlines, min, max; |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.3.1 | ||
// Generated by LiveScript 1.4.0 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var ref$, map, flatten, join, lines, unlines, chars, unchars, syntax, syntaxFlat, aliasMap, attrMapInverse, matchesMap, matchesAliasMap, pad, options, generateSyntaxHelp, generateSyntaxHelpForNode, generateCategoryHelp, generateHelpForCategory; |
@@ -15,3 +15,3 @@ // Generated by LiveScript 1.4.0 | ||
_console = console; | ||
version = '0.4.0-beta1'; | ||
version = '0.4.0'; | ||
run = function(arg$){ | ||
@@ -18,0 +18,0 @@ var ref$, args, error, ref1$, callback, exit, data, stdin, fs, textFormat, input, console, options, positional, debug, e, versionString, getHelp, helpString, queryEngine, parser, parserOptions, that, selector, targets, targetsLen, replacement, isDir, color, bold, textFormatFuncs, resultsData, resultsFormat, callCallback, out, parsedSelector, resultsSortFunc, search, processResults, getToMap, end, exts, testExt, targetPaths, searchTarget, cwd; |
@@ -46,3 +46,3 @@ // Generated by LiveScript 1.4.0 | ||
longDescription: 'Sets the parser and options for the parser. Argument value is a tuple, with the first item being the require path, and the second an optional object with options for the parser when calling its parse function.', | ||
'default': "(acorn, {locations: true, ecmaVersion: 6, sourceType: 'module'})", | ||
'default': "(acorn, {locations: true, ecmaVersion: 6, sourceType: 'module', allowHashBang: true})", | ||
hidden: true, | ||
@@ -49,0 +49,0 @@ example: '--parser "(./path/to/esprima, {loc: true})"' |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.3.1 | ||
// Generated by LiveScript 1.4.0 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var ref$, lines, unlines, filter, fold, capitalize, camelize, dasherize, levn, getRaw, filterRegex, replacer, getReplacementFunc, replace, slice$ = [].slice, toString$ = {}.toString; |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.3.1 | ||
// Generated by LiveScript 1.4.0 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var pad; |
{ | ||
"name": "grasp", | ||
"author": "George Zahariev", | ||
"version": "0.4.0-beta1", | ||
"version": "0.4.0", | ||
"homepage": "http://graspjs.com", | ||
@@ -39,18 +39,18 @@ "description": "JavaScript structural search, replace, and refactor", | ||
"dependencies": { | ||
"acorn": "~2.5.0", | ||
"prelude-ls": "~1.1.2", | ||
"cli-color": "~0.3.2", | ||
"async": "~0.9.0", | ||
"optionator": "~0.6.0", | ||
"grasp-squery": "~0.3.0", | ||
"grasp-equery": "~0.3.0", | ||
"grasp-syntax-javascript": "~0.2.0", | ||
"levn": "~0.2.5" | ||
"acorn": "^2.6.4", | ||
"prelude-ls": "^1.1.2", | ||
"cli-color": "^1.1.0", | ||
"async": "^1.5.0", | ||
"optionator": "^0.8.0", | ||
"grasp-squery": "^0.3.0", | ||
"grasp-equery": "^0.3.1", | ||
"grasp-syntax-javascript": "^0.2.0", | ||
"levn": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"livescript": "~1.4.0", | ||
"mocha": "~2.1.0", | ||
"istanbul": "~0.3.5" | ||
"livescript": "^1.4.0", | ||
"mocha": "^2.3.4", | ||
"istanbul": "^0.4.1" | ||
}, | ||
"preferGlobal": true | ||
} |
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
52086
+ Addedansi-regex@2.1.1(transitive)
+ Addedasync@1.5.2(transitive)
+ Addedcli-color@1.4.0(transitive)
+ Addedes6-weak-map@2.0.3(transitive)
+ Addedfast-levenshtein@2.0.6(transitive)
+ Addedis-promise@2.2.2(transitive)
+ Addedlevn@0.3.0(transitive)
+ Addedmemoizee@0.4.17(transitive)
+ Addedoptionator@0.8.3(transitive)
+ Addedprelude-ls@1.2.1(transitive)
+ Addedword-wrap@1.2.5(transitive)
- Removedacorn@2.5.2(transitive)
- Removedasync@0.9.2(transitive)
- Removedcli-color@0.3.3(transitive)
- Removedd@0.1.1(transitive)
- Removedes6-iterator@0.1.3(transitive)
- Removedes6-symbol@2.0.1(transitive)
- Removedes6-weak-map@0.1.4(transitive)
- Removedfast-levenshtein@1.0.7(transitive)
- Removedlevn@0.2.5(transitive)
- Removedmemoizee@0.3.10(transitive)
- Removednext-tick@0.2.2(transitive)
- Removedoptionator@0.6.0(transitive)
- Removedwordwrap@0.0.3(transitive)
Updatedacorn@^2.6.4
Updatedasync@^1.5.0
Updatedcli-color@^1.1.0
Updatedgrasp-equery@^0.3.1
Updatedgrasp-squery@^0.3.0
Updatedlevn@^0.3.0
Updatedoptionator@^0.8.0
Updatedprelude-ls@^1.1.2