{ "_args": [ [ "@frogcat/ttl2jsonld@0.0.9", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "@frogcat/ttl2jsonld@0.0.9", "_id": "@frogcat/ttl2jsonld@0.0.9", "_inBundle": false, "_integrity": "sha512-oT3Abc9sEnwcCx9cTgRCTbz+Y/9fvbqfW22A5V4ChoQ8/P++2eAvlWgUghFoNm2V9U3/CCDSP9HTGJ51D+n1Uw==", "_location": "/@frogcat/ttl2jsonld", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@frogcat/ttl2jsonld@0.0.9", "name": "@frogcat/ttl2jsonld", "escapedName": "@frogcat%2fttl2jsonld", "scope": "@frogcat", "rawSpec": "0.0.9", "saveSpec": null, "fetchSpec": "0.0.9" }, "_requiredBy": [ "/rdflib" ], "_resolved": "https://registry.npmjs.org/@frogcat/ttl2jsonld/-/ttl2jsonld-0.0.9.tgz", "_spec": "0.0.9", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "frogcat" }, "bin": { "ttl2jsonld": "./bin/cli.js" }, "bugs": { "url": "https://github.com/frogcat/ttl2jsonld/issues" }, "description": "Turtle to JSON-LD converter for node.js and browser, no library dependencies", "devDependencies": { "jsonld-streaming-parser": "^2.4.3", "pegjs": "^0.10.0", "rdf-test-suite": "^1.18.0", "tape": "^5.6.3" }, "files": [ "ttl2jsonld.js", "bin/cli.js" ], "homepage": "https://github.com/frogcat/ttl2jsonld#readme", "keywords": [ "rdf", "turtle", "json-ld", "javascript" ], "license": "MIT", "main": "ttl2jsonld.js", "name": "@frogcat/ttl2jsonld", "repository": { "type": "git", "url": "git+https://github.com/frogcat/ttl2jsonld.git" }, "scripts": { "build": "pegjs -o ttl2jsonld.js --format umd --export-var ttl2jsonld spec/ttl2jsonld.pegjs", "spec-turtle": "rdf-test-suite spec/parser.js https://w3c.github.io/rdf-tests/turtle/manifest.ttl -c .rdf-test-suite-cache/", "test": "tape test/*.js" }, "version": "0.0.9" }