{
  "_args": [
    [
      "safe-stable-stringify@2.3.1",
      "/var/www/PDF-API"
    ]
  ],
  "_from": "safe-stable-stringify@2.3.1",
  "_id": "safe-stable-stringify@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-kYBSfT+troD9cDA85VDnHZ1rpHC50O0g1e6WlGHVCz/g+JS+9WKLj+XwFYyR8UbrZN8ll9HUpDAAddY58MGisg==",
  "_location": "/safe-stable-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "safe-stable-stringify@2.3.1",
    "name": "safe-stable-stringify",
    "escapedName": "safe-stable-stringify",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/logform",
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/var/www/PDF-API",
  "author": {
    "name": "Ruben Bridgewater"
  },
  "bugs": {
    "url": "https://github.com/BridgeAR/safe-stable-stringify/issues"
  },
  "description": "Deterministic and safely JSON.stringify to quickly serialize JavaScript objects",
  "devDependencies": {
    "@types/json-stable-stringify": "^1.0.32",
    "@types/node": "^16.11.1",
    "benchmark": "^2.1.4",
    "clone": "^2.1.2",
    "fast-json-stable-stringify": "^2.1.0",
    "fast-safe-stringify": "^2.0.7",
    "fast-stable-stringify": "^1.0.0",
    "faster-stable-stringify": "^1.0.0",
    "fastest-stable-stringify": "^2.0.2",
    "json-stable-stringify": "^1.0.1",
    "json-stringify-deterministic": "^1.0.1",
    "json-stringify-safe": "^5.0.1",
    "standard": "^15.0.0",
    "tap": "^15.0.9",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    "require": "./index.js",
    "import": "./esm/wrapper.js"
  },
  "homepage": "https://github.com/BridgeAR/safe-stable-stringify#readme",
  "keywords": [
    "stable",
    "stringify",
    "JSON",
    "JSON.stringify",
    "safe",
    "serialize",
    "deterministic",
    "circular",
    "object",
    "predicable",
    "repeatable",
    "fast",
    "bigint"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "safe-stable-stringify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BridgeAR/safe-stable-stringify.git"
  },
  "scripts": {
    "benchmark": "node benchmark.js",
    "compare": "node compare.js",
    "lint": "standard --fix",
    "tap": "tap test.js",
    "tap:only": "tap test.js --watch --only",
    "test": "standard && tap test.js",
    "tsc": "tsc --project tsconfig.json"
  },
  "typings": "index.d.ts",
  "version": "2.3.1"
}
