{
  "_args": [
    [
      "canonicalize@1.0.5",
      "C:\\dev\\git\\react-native-vc-js"
    ]
  ],
  "_from": "canonicalize@1.0.5",
  "_id": "canonicalize@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-mAjKJPIyP0xqqv6IAkvso07StOmz6cmGtNDg3pXCSzXVZOqka7StIkAhJl/zHOi4M2CgpYfD6aeRWbnrmtvBEA==",
  "_location": "/canonicalize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "canonicalize@1.0.5",
    "name": "canonicalize",
    "escapedName": "canonicalize",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/did-veres-one/jsonld",
    "/did-veres-one/jsonld-signatures/jsonld",
    "/jsonld",
    "/ocapld/jsonld"
  ],
  "_resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "C:\\dev\\git\\react-native-vc-js",
  "bugs": {
    "url": "https://github.com/erdtman/canonicalize/issues"
  },
  "contributors": [
    {
      "name": "Samuel Erdtman",
      "email": "samuel@erdtman.se"
    },
    {
      "name": "Anders Rundgren",
      "email": "anders.rundgren.net@gmail.com "
    }
  ],
  "description": "JSON canonicalize function ",
  "devDependencies": {
    "ava": "*",
    "jsonfile": "*",
    "nyc": "*",
    "semistandard": "*"
  },
  "directories": {
    "example": "examples",
    "lib": "lib"
  },
  "homepage": "https://github.com/erdtman/canonicalize#readme",
  "keywords": [
    "json",
    "canonical",
    "canonicalize",
    "signing",
    "crypto"
  ],
  "license": "Apache-2.0",
  "main": "lib/canonicalize.js",
  "name": "canonicalize",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/erdtman/canonicalize.git"
  },
  "scripts": {
    "coverage": "nyc npm test",
    "coveragehtml": "nyc report -r html",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "precoveragehtml": "npm run coverage",
    "pretest": "semistandard --fix",
    "test": "ava"
  },
  "types": "lib/canonicalize.d.ts",
  "version": "1.0.5"
}
