scrape-35-usc-156-extensions
Version:
scrape USPTO's list of patent terms extended under 35 USC 156
31 lines (30 loc) • 758 B
JSON
{
"name": "scrape-35-usc-156-extensions",
"description": "scrape USPTO's list of patent terms extended under 35 USC 156",
"version": "1.0.1",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)",
"dependencies": {
"cheerio": "^0.22.0"
},
"devDependencies": {
"defence-cli": "^2.0.1",
"replace-require-self": "^1.1.1",
"standard": "^8.6.0",
"standard-markdown": "^2.3.0",
"tv4": "^1.2.7"
},
"files": [
"index.js"
],
"license": "MIT",
"repository": "kemitchell/scrape-35-usc-156-extensions.js",
"keywords": [
"USPTO",
"patent",
"scrape"
],
"scripts": {
"test": "defence README.md | replace-require-self | node",
"lint": "standard && standard-markdown"
}
}