html-structure-linter
Advanced tools
Comparing version
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const minimist = require("minimist"); | ||
@@ -4,0 +5,0 @@ const index_1 = require("./index"); |
@@ -10,2 +10,3 @@ "use strict"; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const glob = require("glob-all"); | ||
@@ -12,0 +13,0 @@ const fs_promise_1 = require("fs-promise"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const index_1 = require("./index"); | ||
@@ -3,0 +4,0 @@ const path = require("path"); |
{ | ||
"name": "html-structure-linter", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/namics/html-structure-linter/" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/namics/html-structure-linter/" | ||
}, | ||
@@ -37,17 +37,17 @@ "bin": { | ||
"devDependencies": { | ||
"codelyzer": "^2.0.0", | ||
"jest": "^18.1.0", | ||
"npm-run-all": "^4.0.1", | ||
"ts-jest": "^18.0.3", | ||
"tslint": "^4.4.2", | ||
"typescript": "^2.1.6", | ||
"@types/cheerio": "^0.17.31", | ||
"@types/fs-promise": "^1.0.1", | ||
"@types/jest": "^18.1.1", | ||
"@types/cheerio": "^0.22.2", | ||
"@types/fs-promise": "^1.0.3", | ||
"@types/jest": "^20.0.2", | ||
"@types/minimatch": "^2.0.29", | ||
"@types/minimist": "^1.2.0" | ||
"@types/minimist": "^1.2.0", | ||
"codelyzer": "^3.1.2", | ||
"jest": "^20.0.4", | ||
"npm-run-all": "^4.0.2", | ||
"ts-jest": "^20.0.7", | ||
"tslint": "^5.5.0", | ||
"typescript": "^2.4.1" | ||
}, | ||
"dependencies": { | ||
"cheerio": "^0.22.0", | ||
"fs-promise": "^2.0.0", | ||
"fs-promise": "^2.0.3", | ||
"glob-all": "^3.1.0", | ||
@@ -54,0 +54,0 @@ "minimist": "^1.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24019
0.8%378
0.8%1
Infinity%Updated