{"_id":"jsonld-extract","_rev":"2-59d647e36c7c210b9d247bb7bb027f66","name":"jsonld-extract","dist-tags":{"latest":"0.0.8"},"versions":{"0.0.8":{"name":"jsonld-extract","author":{"name":"Gaetan Le Gac","email":"contact@gaetan-legac.fr"},"description":"A damn simple tool to extract json-ld metadata from webpage using jquery like api (jQuery, Cheerio, CashDOM, ...).","keywords":["jsonld","metadata","cheerio","jquery","cashdom","scraping","crawling","html","json"],"version":"0.0.8","license":"MIT","private":false,"main":"bin/index.js","repository":{"type":"git","url":"git://github.com/dopamyn/jsonld-extract.git"},"scripts":{"build":"tsc","watch":"tsc -w","prepare":"npm run build"},"devDependencies":{"typescript":"^4.3.5"},"gitHead":"7920eaf1117a9871811d34457e61826d3fb39054","bugs":{"url":"https://github.com/dopamyn/jsonld-extract/issues"},"homepage":"https://github.com/dopamyn/jsonld-extract#readme","_id":"jsonld-extract@0.0.8","_nodeVersion":"16.8.0","_npmVersion":"7.21.0","dist":{"integrity":"sha512-Ho9aRWJJxmdVaP069cPT/KexD8Fmhj6bNkIYgwFuBHEhMBy+6eWTGgbLiQ8Pt/TS+4WpHbbWZrPX8hITvGYBdg==","shasum":"86cf1c749c76577506752b1b36b3fb0d170a0bd7","tarball":"https://registry.npmjs.org/jsonld-extract/-/jsonld-extract-0.0.8.tgz","fileCount":4,"unpackedSize":6893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMG57CRA9TVsSAnZWagAA+0YP/RJUi8n4CI3QjSbU0gNf\nDMNRYowx7g9ts8GLDd8oQ6iKrawZbJLjbso9AjfYDLtMle42gOzKk0zX+OsT\nAJv5EwRKjFjGxFg2JKQzb1gNVNDhCRHGbcN4njJfAmbdqfhhga1lqf4fIJ/x\nbOJvtnT7mWqWoA8sghr9zlougBHzY34aHfXSgaSUbbH8GOOpwdS+Cusc0JaL\nsQvgoTQJz0hIjoLrh2EZFmruVB6esk/dS26co3Abf3a6LdL5YhEnzdNqGkW8\ncyiqYJu6dauYfVziX1ncu8fOrW7nzqmXDCzhVR0t05FUIxUvTkvgxnAZsmxR\n//aAXJ2r0IuTmlnAa6hI7NUw/2oI7i/JOHtq0wRNcYAo8aXvIax4j97sfq5v\nkLwIu4uk1bcDW+r0iXJK8wcxPyJVQ2jScHF5uHydJ1X9tmROQofZMcRfeZuS\nqhfYQ0+dEsb2yBtAo3wgzMPR+8P3Xy4jf8/CVnKVVbRB2FY+NXdopnQ2EP13\njlPSHLqEvfipNEOQMuQ7Ur/7JlUE0Y5WhmsGNeW12qIsR26OirpP/Hk23zsD\nLIPyYKsqnNX28RbKvRnpR+vh4y0SaOxMi3iwNan1sBc4u6P6K2UeLl+ziRJm\nnYyCP3LBFeAD9Rqj53F9XrrdKq8nx0p3ISmQhKI6enKsp+lo4N00ogvUYPZW\nn/z6\r\n=CzfM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4jShBnbAXmvUMvrAbcAYaLDr4nSwdK8gtZPHwH767ZAiBLNIF6KrB8YgMUaH7TmGa0x6dCwG5JypuE7tXp13fhMg=="}]},"_npmUser":{"name":"dopamyn","email":"contact@gaetan-legac.fr"},"directories":{},"maintainers":[{"name":"dopamyn","email":"contact@gaetan-legac.fr"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonld-extract_0.0.8_1630563962924_0.25763028068769556"},"_hasShrinkwrap":false}},"time":{"created":"2021-09-02T06:26:02.870Z","0.0.8":"2021-09-02T06:26:03.049Z","modified":"2022-05-06T22:51:52.408Z"},"maintainers":[{"email":"contact@gaetan-legac.fr","name":"gaetanlegac"}],"description":"A damn simple tool to extract json-ld metadata from webpage using jquery like api (jQuery, Cheerio, CashDOM, ...).","homepage":"https://github.com/dopamyn/jsonld-extract#readme","keywords":["jsonld","metadata","cheerio","jquery","cashdom","scraping","crawling","html","json"],"repository":{"type":"git","url":"git://github.com/dopamyn/jsonld-extract.git"},"author":{"name":"Gaetan Le Gac","email":"contact@gaetan-legac.fr"},"bugs":{"url":"https://github.com/dopamyn/jsonld-extract/issues"},"license":"MIT","readme":"# Json-LD Extractor\n\nA damn simple tool to extract json-ld metadata from webpage using jquery like api (jQuery, Cheerio, CashDom ...).\n\n[![npm](https://img.shields.io/npm/v/jsonld-extract)](https://www.npmjs.com/package/jsonld-extract)\n\n## Installation\n\n```bash\nnpm install --save jsonld-extract\n```\n\n## Tested APIs\n\n* jQuery\n* Cheerio\n* CashDom\n\n## Usage example (Nodejs)\n\n```javascript\nimport jsonldextract from 'jsonld-extract';\nimport cheerio from 'cheerio';\n\nconst $ = cheerio.load( html );\nconst $jsonld = jsonldextract($);\n\nconst data = $jsonld('product.name');\n\nconsole.log('Extracted data:', data);\n```\n","readmeFilename":"readme.md"}