html-scrape
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name": "html-scrape", | ||
"description": "A lightweight tool that scrapes webpages with ease.", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"main": "./lib", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --reporter spec", | ||
"clean": "rimraf lib", | ||
"compile": "./node_modules/.bin/babel --presets es2015,stage-2 -d lib/ src/", | ||
"prepublish": "npm run clean && npm run compile" | ||
"prepublish": "npm run clean && npm run compile && npm run test" | ||
}, | ||
"author": "Robert Grubb", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -15,2 +18,6 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/RobertGrubb/html-scrape/issues" | ||
}, | ||
"keywords": [ | ||
@@ -39,2 +46,4 @@ "regex", | ||
"babel-preset-stage-2": "^6.5.0", | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5", | ||
"rimraf": "^2.5.2" | ||
@@ -41,0 +50,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# HTML Scrape | ||
# HTML Scrape [![Build Status](https://travis-ci.org/RobertGrubb/html-scrape.svg?branch=master)](https://travis-ci.org/RobertGrubb/html-scrape) | ||
---------------- | ||
@@ -3,0 +3,0 @@ |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
9348
0
1
7