{
  "_from": "jsonify@^0.0.1",
  "_id": "jsonify@0.0.1",
  "_inBundle": false,
  "_integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
  "_location": "/jsonify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsonify@^0.0.1",
    "name": "jsonify",
    "escapedName": "jsonify",
    "rawSpec": "^0.0.1",
    "saveSpec": null,
    "fetchSpec": "^0.0.1"
  },
  "_requiredBy": [
    "/json-stable-stringify"
  ],
  "_resolved": "https://registry.npmmirror.com/jsonify/-/jsonify-0.0.1.tgz",
  "_shasum": "2aa3111dae3d34a0f151c63f3a45d995d9420978",
  "_spec": "jsonify@^0.0.1",
  "_where": "D:\\jenkins\\workspace\\xcjy-fvue\\node_modules\\json-stable-stringify",
  "author": {
    "name": "Douglas Crockford",
    "url": "https://crockford.com/"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/ljharb/jsonify/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "JSON without touching any globals",
  "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"
  },
  "directories": {
    "lib": ".",
    "test": "test"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/jsonify#readme",
  "keywords": [
    "json",
    "browser"
  ],
  "license": "Public Domain",
  "main": "index.js",
  "name": "jsonify",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/jsonify.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "0.0.1"
}
