grasp-equery
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.2.0 | ||
// Generated by LiveScript 1.3.1 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var attrMap, getNodeAtPath; |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.2.0 | ||
// Generated by LiveScript 1.3.1 | ||
(function(){ | ||
@@ -6,3 +6,3 @@ var parse, matchNode, VERSION, query, queryParsed; | ||
matchNode = require('./match').matchNode; | ||
VERSION = '0.2.1'; | ||
VERSION = '0.2.2'; | ||
query = function(selector, ast){ | ||
@@ -9,0 +9,0 @@ return queryParsed(parse(selector), ast); |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.2.0 | ||
// Generated by LiveScript 1.3.1 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var ref$, primitiveOnlyAttributes, eitherAttributes, all, tail, getNodeAtPath, toString$ = {}.toString, slice$ = [].slice; |
@@ -1,2 +0,2 @@ | ||
// Generated by LiveScript 1.2.0 | ||
// Generated by LiveScript 1.3.1 | ||
(function(){ | ||
@@ -3,0 +3,0 @@ var acorn, ref$, aliasMap, matchesMap, matchesAliasMap, literalMap, getNodeAtPath, toString$ = {}.toString; |
{ | ||
"name": "grasp-equery", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "George Zahariev <z@georgezahariev.com>", | ||
@@ -39,11 +39,11 @@ "description": "grasp query using example code with wildcards", | ||
"dependencies": { | ||
"prelude-ls": "~1.1.0", | ||
"acorn": "~0.5.0", | ||
"prelude-ls": "~1.1.1", | ||
"acorn": "~0.6.0", | ||
"grasp-syntax-javascript": "~0.1.0" | ||
}, | ||
"devDependencies": { | ||
"LiveScript": "~1.2.0", | ||
"mocha": "~1.8.2", | ||
"istanbul": "~0.1.43" | ||
"LiveScript": "~1.3.1", | ||
"mocha": "~2.1.0", | ||
"istanbul": "~0.3.5" | ||
} | ||
} |
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
17770
+ Addedacorn@0.6.0(transitive)
- Removedacorn@0.5.0(transitive)
Updatedacorn@~0.6.0
Updatedprelude-ls@~1.1.1