ogp-parser
Version:
This Package is Open Graph Parser.
76 lines (75 loc) • 1.78 kB
JSON
{
"name": "ogp-parser",
"version": "0.8.1",
"private": false,
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"fast-xml-parser": "^3.16.0",
"he": "^1.2.0",
"iconv-lite": "0.5.1",
"jschardet": "2.1.1"
},
"readmeFilename": "README.md",
"gitHead": "",
"description": "This Package is Open Graph Parser.",
"main": "dist/main.js",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/babel__core": "^7.1.15",
"@types/babel__preset-env": "^7.9.2",
"@types/follow-redirects": "1.13.1",
"@types/he": "^1.1.2",
"@types/jest": "^27.5.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.3.0",
"jest": "^27.5.1",
"minimist": "^1.2.5",
"msw": "^1.2.2",
"nyc": "^15.0.0",
"prettier": "^2.8.8",
"ts-jest": "^27.1.5",
"typescript": "^4.8"
},
"resolutions": {
"minimist": "^1.2.5"
},
"scripts": {
"cleanup": "rm -rf ./dist",
"test": "jest",
"test:watch": "jest --watch",
"lint:tsc": "tsc --noEmit --incremental",
"compile": "tsc --pretty",
"compile:watch": "tsc --watch",
"build": "npm run lint:tsc && npm run test && npm run cleanup && npm run compile",
"prepublishOnly": "npm run build",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/ukyoda/ogpParser.git"
},
"keywords": [
"ogp",
"OpenGraphProtocol",
"open-graph",
"open graph",
"opengraph",
"open-graph-protocol",
"scraping",
"seo",
"twitter card",
"facebook",
"meta",
"oembed"
],
"author": "ukyoda",
"license": "MIT",
"directories": {
"example": "example"
},
"volta": {
"node": "12.22.12"
}
}