ast-monkey-traverse
Advanced tools
Comparing version 1.11.39 to 1.11.40
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.11.39 | ||
* Version: 1.11.40 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.11.39 | ||
* Version: 1.11.40 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* ast-monkey-traverse | ||
* Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects) | ||
* Version: 1.11.39 | ||
* Version: 1.11.40 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "ast-monkey-traverse", | ||
"version": "1.11.39", | ||
"version": "1.11.40", | ||
"description": "Utility library to traverse parsed HTML (AST's) or anything nested (plain objects within arrays within plain objects)", | ||
@@ -73,3 +73,2 @@ "license": "MIT", | ||
"badges": { | ||
"contributors": true, | ||
"cov": true, | ||
@@ -88,34 +87,2 @@ "deps": true, | ||
}, | ||
"contribution_types": [ | ||
"Blogposts", | ||
"Bug reports", | ||
"Code", | ||
"Design", | ||
"Documentation", | ||
"Event Organizing", | ||
"Examples", | ||
"Financial", | ||
"Funding Finding", | ||
"Ideas, Planning, & Feedback", | ||
"Infrastructure (Hosting, Build-Tools, etc)", | ||
"Plugin/utility libraries", | ||
"Answering Questions", | ||
"Reviewed Pull Requests", | ||
"Talks", | ||
"Tests", | ||
"Tools", | ||
"Translation", | ||
"Tutorials", | ||
"Videos" | ||
], | ||
"contributors": [ | ||
{ | ||
"contribution": [ | ||
"Code", | ||
"Documentation", | ||
"Tests" | ||
], | ||
"username": "revelt" | ||
} | ||
], | ||
"eslintrc": { | ||
@@ -182,17 +149,17 @@ "add": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.6.0", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/register": "^7.6.0", | ||
"ava": "^2.2.5", | ||
"@babel/core": "^7.6.2", | ||
"@babel/preset-env": "^7.6.2", | ||
"@babel/register": "^7.6.2", | ||
"ava": "^2.2.6", | ||
"babel-plugin-istanbul": "^5.2.0", | ||
"benchmark": "^2.1.4", | ||
"eslint": "^6.4.0", | ||
"eslint": "^6.5.1", | ||
"eslint-config-prettier": "^6.3.0", | ||
"eslint-plugin-ava": "^8.0.0", | ||
"eslint-plugin-ava": "^9.0.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-no-unsanitized": "^3.0.2", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"esm": "^3.2.25", | ||
"js-row-num-cli": "^1.5.45", | ||
"lect": "^0.9.11", | ||
"js-row-num-cli": "^1.5.46", | ||
"lect": "^0.9.13", | ||
"lodash.isequal": "^4.5.0", | ||
@@ -202,3 +169,3 @@ "nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"rollup": "^1.21.4", | ||
"rollup": "^1.22.0", | ||
"rollup-plugin-ascii": "^0.0.3", | ||
@@ -205,0 +172,0 @@ "rollup-plugin-babel": "^4.3.3", |
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
33515