netscape-bookmark-export-converter
Version:
Converts Netscape Bookmark Format files used by popular web browsers to an array of objects containing individual bookmarks URI's and their respective folder tags.
52 lines (51 loc) • 1.81 kB
JSON
{
"name": "netscape-bookmark-export-converter",
"version": "1.0.2",
"description": "Converts Netscape Bookmark Format files used by popular web browsers to an array of objects containing individual bookmarks URI's and their respective folder tags.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@types/cheerio": "^0.22.30",
"@types/node": "^16.7.13",
"cheerio": "^1.0.0-rc.10"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"jest": "^27.2.4",
"prettier": "^2.4.1",
"ts-jest": "^27.0.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.2"
},
"scripts": {
"test": "jest",
"build": "tsc",
"format": "prettier --write \"src/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint"
},
"files": ["lib/**/*"],
"repository": {
"type": "git",
"url": "git+https://github.com/glenholmes/netscape-bookmark-export-converter.git"
},
"keywords": ["Netscape", "Chrome", "Bookmarks", "Favorites", "Bookmark", "Favorite", "Converter", "Export"],
"author": "Glen Holmes",
"license": "MIT",
"bugs": {
"url": "https://github.com/glenholmes/netscape-bookmark-export-converter/issues"
},
"homepage": "https://github.com/glenholmes/netscape-bookmark-export-converter#readme"
}