HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/jsonify/package.json
{
  "_args": [
    [
      "jsonify@0.0.1",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "jsonify@0.0.1",
  "_id": "jsonify@0.0.1",
  "_inBundle": false,
  "_integrity": "sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==",
  "_location": "/jsonify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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.npmjs.org/jsonify/-/jsonify-0.0.1.tgz",
  "_spec": "0.0.1",
  "_where": "/home/arjun/projects/buyercall",
  "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"
  },
  "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"
}