page-parser-tree
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "page-parser-tree", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Library to find elements in a dynamic web page", | ||
"main": "js/index.js", | ||
"scripts": { | ||
"prepare": "babel -s inline -d js/ src/ --ignore '*.test.*' && flow-copy-source -v src js --ignore '*.test.*'", | ||
"prepare": "rimraf js && babel -s inline -d js/ src/ --ignore '**/*.test.*' && flow-copy-source -v src js --ignore '**/*.test.*'", | ||
"test": "npm run lint && npm run flow_check && jest", | ||
@@ -43,4 +43,5 @@ "flow_check": "flow check", | ||
"jsdom": "^9.11.0", | ||
"pdelay": "^1.0.0" | ||
"pdelay": "^1.0.0", | ||
"rimraf": "^2.6.1" | ||
} | ||
} |
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
140981
16
17
746