{ "_args": [ [ "canonicalize@1.0.8", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "canonicalize@1.0.8", "_id": "canonicalize@1.0.8", "_inBundle": false, "_integrity": "sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==", "_location": "/canonicalize", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "canonicalize@1.0.8", "name": "canonicalize", "escapedName": "canonicalize", "rawSpec": "1.0.8", "saveSpec": null, "fetchSpec": "1.0.8" }, "_requiredBy": [ "/jsonld" ], "_resolved": "https://registry.npmjs.org/canonicalize/-/canonicalize-1.0.8.tgz", "_spec": "1.0.8", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "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.8" }