{"maintainers":[{"email":"ljharb@gmail.com","name":"anonymous"}],"keywords":["json","browser"],"dist-tags":{"latest":"0.0.1"},"author":{"name":"Douglas Crockford","url":"https://crockford.com/"},"description":"JSON without touching any globals","readme":"# jsonify <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nThis module provides Douglas Crockford's JSON implementation without modifying any globals.\n\n`stringify` and `parse` are merely exported without respect to whether or not a global `JSON` object exists.\n\n[![build status](https://secure.travis-ci.org/ljharb/jsonify.png)](https://travis-ci.org/ljharb/jsonify)\n\n# methods\n\n``` js\nvar json = require('jsonify');\n```\n\n## json.parse(source, reviver)\n\nReturn a new javascript object from a parse of the `source` string.\n\nIf a `reviver` function is specified, walk the structure passing each name/value pair to `reviver.call(parent, key, value)` to transform the `value` before parsing it.\n\n## json.stringify(value, replacer, space)\n\nReturn a string representation for `value`.\n\nIf `replacer` is specified, walk the structure passing each name/value pair to `replacer.call(parent, key, value)` to transform the `value` before stringifying it.\n\nIf `space` is a number, indent the result by that many spaces.\nIf `space` is a string, use `space` as the indentation.\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install jsonify\n```\n\nTo use this module in the browser, check out\n[browserify](https://github.com/browserify/browserify).\n\n# license\n\npublic domain\n\n[package-url]: https://npmjs.org/package/jsonify\n[npm-version-svg]: https://versionbadg.es/ljharb/jsonify.svg\n[deps-svg]: https://david-dm.org/ljharb/jsonify.svg\n[deps-url]: https://david-dm.org/ljharb/jsonify\n[dev-deps-svg]: https://david-dm.org/ljharb/jsonify/dev-status.svg\n[dev-deps-url]: https://david-dm.org/ljharb/jsonify#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/jsonify.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/jsonify.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/jsonify.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=jsonify\n[codecov-image]: https://codecov.io/gh/ljharb/jsonify/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/ljharb/jsonify/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/jsonify\n[actions-url]: https://github.com/ljharb/jsonify/actions\n","repository":{"type":"git","url":"git+https://github.com/ljharb/jsonify.git"},"users":{"luk":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/ljharb/jsonify/issues"},"license":"Public Domain","versions":{"0.0.0":{"name":"jsonify","version":"0.0.0","description":"JSON without touching any globals","main":"index.js","directories":{"lib":".","test":"test"},"devDependencies":{"tap":"0.0.x","garbage":"0.0.x"},"scripts":{"test":"tap test"},"repository":{"type":"git","url":"git://github.com/substack/jsonify.git"},"keywords":["json","browser"],"author":{"name":"Douglas Crockford","url":"http://crockford.com/"},"license":"Public Domain","_id":"jsonify@0.0.0","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.10","_nodeVersion":"v0.5.0-pre","_defaultsLoaded":true,"dist":{"shasum":"2c74b6ee41d93ca51b7b5aaee8f503631d252a73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsonify/-/jsonify-0.0.0.tgz","integrity":"sha512-trvBk1ki43VZptdBI5rIlG4YOzyeH/WefQt5rj1grasPn4iiZWKet8nkgc4GlsAylaztn0qZfUYOiTsASJFdNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC61s/nPqa652QKaTHHBYN8Fl2yyvd+2O1pof+gVwIpqAiEAtXM78UB22d4GFOZ4Sy20mttbQLxVKc7cOzdj4ZuA/LQ="}]},"maintainers":[{"name":"anonymous","email":"mail@substack.net"}]},"0.0.1":{"name":"jsonify","version":"0.0.1","description":"JSON without touching any globals","main":"index.js","directories":{"lib":".","test":"test"},"devDependencies":{"@ljharb/eslint-config":"^21.0.0","aud":"^2.0.1","auto-changelog":"^2.4.0","eslint":"=8.8.0","garbage":"0.0.x","in-publish":"^2.0.1","npmignore":"^0.3.0","safe-publish-latest":"^2.0.0","tape":"^5.6.1"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","lint":"eslint --ext=js,mjs .","pretest":"npm run lint","tests-only":"tape 'test/**/*.js'","test":"npm run tests-only","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/ljharb/jsonify.git"},"keywords":["json","browser"],"author":{"name":"Douglas Crockford","url":"https://crockford.com/"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"Public Domain","auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"d26197e6c6357c9f3deec052a97056359f0497ac","bugs":{"url":"https://github.com/ljharb/jsonify/issues"},"homepage":"https://github.com/ljharb/jsonify#readme","_id":"jsonify@0.0.1","_nodeVersion":"18.10.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==","shasum":"2aa3111dae3d34a0f151c63f3a45d995d9420978","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/jsonify/-/jsonify-0.0.1.tgz","fileCount":10,"unpackedSize":19360,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC1ySbCHT1LKb3sjBHC7X7jEfa4VN6F0e03iNnmcMSX3gIhAM3OxsqV0icRHCO4B6IU6qki2NlmXSMnMnvw/MxkgyCo"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRlMfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqC7g/+LcpWgc8+6x5IqFVVqOYk+kTxSU81Vqq579RCZSGg96VfZfwv\r\nNNTqGZ+GgygWjrjyU/REIB7TvDWCKkHrWxnwhlRArAnb7zwekcxiwlW5JEEp\r\nasgWT4wcv9vz9d/xpBY/tiSQ9ENZ52VfZ25RRgQUc7UaTYO9J6cObRTUrPq6\r\nXimu/QFcSDtS+LRwFHxTpZlt5PHV9n6XcQSkdSSVXL/HQQLv+yqPLTTJqDBH\r\nR5byn4OJEgR+UPNHcsSsDTEPC1Lg1Y6OiOpuk67/ZnLxcQFRLWYnvtP+A6pi\r\nyz3+lOEDObxUYpdBSfj2+JnQg8MoPUF0eGkMVKcR0/zvNAzZ62OiyFt/huCz\r\nxf4k3yT5QIAA9EVaoQ441riB3OrpfK4XJ0p4rTtrTRRUhZ1sxzTF6EdC5nCb\r\n2KOOJDT2Jg57BV+3qdkpC3+EY2fjcMdFJxXQVjEh3+VTE/waZ8RpPdYoRn4L\r\nrQh1aHBE+u1wSBXap/lOlZ4wA9W9OaYzytPjG0FZ7ZkpQ8xhJzG9VCW3I9hf\r\nQe8ZtlbfqVdUygXVjrvyh8tjCPVPAE2gjny1pMUngssdLj6c0cA7RSbztFPZ\r\n+dhBzGudn4Kg1iMaYyoP+hfjzyEmVroQapajDcD6cVSslm+AKoCOOHRs7Cns\r\nKI60tOpfFRPvdvN8CQ0RwWhvV72pC3mDLdQ=\r\n=wryr\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"maintainers":[{"name":"anonymous","email":"substack@gmail.com"},{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/jsonify_0.0.1_1665553182854_0.92343351834945"},"_hasShrinkwrap":false}},"name":"jsonify","time":{"modified":"2023-07-12T19:07:41.914Z","created":"2011-08-21T12:22:23.032Z","0.0.0":"2011-08-21T12:22:24.348Z","0.0.1":"2022-10-12T05:39:43.093Z"},"readmeFilename":"README.md","homepage":"https://github.com/ljharb/jsonify#readme"}