domelementtype
Advanced tools
Comparing version 1.3.1 to 2.0.0
{ | ||
"name": "domelementtype", | ||
"version": "1.3.1", | ||
"description": "all the types of nodes in htmlparser2's dom", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/fb55/domelementtype.git" | ||
}, | ||
"keywords": [ | ||
"dom", | ||
"htmlparser2" | ||
], | ||
"author": "Felix Boehm <me@feedic.com>", | ||
"license": "BSD-2-Clause" | ||
"name": "domelementtype", | ||
"version": "2.0.0", | ||
"description": "all the types of nodes in htmlparser2's dom", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/fb55/domelementtype.git" | ||
}, | ||
"keywords": [ | ||
"dom", | ||
"htmlparser2" | ||
], | ||
"scripts": { | ||
"test": "npm run lint && prettier --check **/*.{ts,json,md}", | ||
"lint": "eslint **/*.ts", | ||
"format": "prettier --write **/*.{ts,json,md}", | ||
"build": "tsc", | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
], | ||
"author": "Felix Boehm <me@feedic.com>", | ||
"license": "BSD-2-Clause", | ||
"prettier": { | ||
"tabWidth": 4 | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^1.13.0", | ||
"@typescript-eslint/parser": "^1.13.0", | ||
"eslint": "^6.1.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.5.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
4566
6
49
6