{
  "_args": [
    [
      "rdf-canonize@3.0.0",
      "C:\\dev\\git\\react-native-vc-js"
    ]
  ],
  "_from": "rdf-canonize@3.0.0",
  "_id": "rdf-canonize@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-LXRkhab1QaPJnhUIt1gtXXKswQCZ9zpflsSZFczG7mCLAkMvVjdqCGk9VXCUss0aOUeEyV2jtFxGcdX8DSkj9w==",
  "_location": "/rdf-canonize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rdf-canonize@3.0.0",
    "name": "rdf-canonize",
    "escapedName": "rdf-canonize",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/jsonld"
  ],
  "_resolved": "https://registry.npmjs.org/rdf-canonize/-/rdf-canonize-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "C:\\dev\\git\\react-native-vc-js",
  "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/normalization ]; then git clone --depth 1 https://github.com/json-ld/normalization.git test-suites/normalization; 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.0.0"
}
