{
  "_from": "safe-json-stringify@~1",
  "_id": "safe-json-stringify@1.0.4",
  "_inBundle": false,
  "_integrity": "sha1-gaCY9Efku8P/MxKiQ1IbwGDvWRE=",
  "_location": "/safe-json-stringify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "safe-json-stringify@~1",
    "name": "safe-json-stringify",
    "escapedName": "safe-json-stringify",
    "rawSpec": "~1",
    "saveSpec": null,
    "fetchSpec": "~1"
  },
  "_requiredBy": [
    "/bunyan",
    "/restify-errors"
  ],
  "_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/safe-json-stringify/-/safe-json-stringify-1.0.4.tgz",
  "_shasum": "81a098f447e4bbc3ff3312a243521bc060ef5911",
  "_spec": "safe-json-stringify@~1",
  "_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/bunyan",
  "author": {
    "name": "Debitoor"
  },
  "bugs": {
    "url": "https://github.com/debitoor/safe-json-stringify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Prevent defined property getters from throwing errors",
  "devDependencies": {
    "tape": "4.6.3"
  },
  "homepage": "https://github.com/debitoor/safe-json-stringify",
  "license": "MIT",
  "main": "index.js",
  "name": "safe-json-stringify",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/debitoor/safe-json-stringify.git"
  },
  "scripts": {
    "postversion": "git push && git push --tags",
    "preversion": "npm test",
    "test": "tape test/safe-json-stringify-test.js"
  },
  "version": "1.0.4"
}
