{ "_args": [ [ "rdf-canonize@3.4.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "rdf-canonize@3.4.0", "_id": "rdf-canonize@3.4.0", "_inBundle": false, "_integrity": "sha512-fUeWjrkOO0t1rg7B2fdyDTvngj+9RlUyL92vOdiB7c0FPguWVsniIMjEtHH+meLBO9rzkUlUzBVXgWrjI8P9LA==", "_location": "/rdf-canonize", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "rdf-canonize@3.4.0", "name": "rdf-canonize", "escapedName": "rdf-canonize", "rawSpec": "3.4.0", "saveSpec": null, "fetchSpec": "3.4.0" }, "_requiredBy": [ "/jsonld" ], "_resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-3.4.0.tgz", "_spec": "3.4.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Digital Bazaar, Inc.", "email": "support@digitalbazaar.com", "url": "https://digitalbazaar.com/" }, "browser": { "./lib/MessageDigest.js": "./lib/MessageDigest-browser.js", "rdf-canonize-native": false }, "bugs": { "url": "https://github.com/digitalbazaar/rdf-canonize/issues", "email": "support@digitalbazaar.com" }, "contributors": [ { "name": "Dave Longley", "email": "dlongley@digitalbazaar.com" } ], "dependencies": { "setimmediate": "^1.0.5" }, "description": "An implementation of the RDF Dataset Normalization Algorithm in JavaScript", "devDependencies": { "benchmark": "^2.1.4", "chai": "^4.2.0", "delay": "^5.0.0", "eslint": "^7.23.0", "eslint-config-digitalbazaar": "^2.6.1", "mocha": "^8.3.2", "mocha-lcov-reporter": "^1.3.0", "nsolid": "0.0.0", "nyc": "^15.1.0" }, "engines": { "node": ">=12" }, "files": [ "index.js", "lib/*.js" ], "homepage": "https://github.com/digitalbazaar/rdf-canonize", "keywords": [ "JSON", "Linked Data", "JSON-LD", "RDF", "Semantic Web", "jsonld" ], "license": "BSD-3-Clause", "main": "index.js", "name": "rdf-canonize", "repository": { "type": "git", "url": "git+https://github.com/digitalbazaar/rdf-canonize.git" }, "scripts": { "benchmark": "node benchmark/benchmark.js", "coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm test", "coverage-ci": "NODE_ENV=test nyc --reporter=lcovonly npm run test", "coverage-report": "nyc report", "fetch-test-suite": "if [ ! -e test-suites/rdf-canon ]; then git clone --depth 1 https://github.com/w3c/rdf-canon.git test-suites/rdf-canon; fi", "lint": "eslint '*.js' 'lib/*.js' 'test/*.js' 'benchmark/*.js'", "test": "npm run test-node", "test-node": "NODE_ENV=test mocha -R spec --check-leaks" }, "version": "3.4.0" }