{
  "_from": "json-stringify-pretty-compact@^2.0.0",
  "_id": "json-stringify-pretty-compact@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-WRitRfs6BGq4q8gTgOy4ek7iPFXjbra0H3PmDLKm2xnZ+Gh1HUhiKGgCZkSPNULlP7mvfu6FV/mOLhCarspADQ==",
  "_location": "/@mapbox/mapbox-gl-style-spec/json-stringify-pretty-compact",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "json-stringify-pretty-compact@^2.0.0",
    "name": "json-stringify-pretty-compact",
    "escapedName": "json-stringify-pretty-compact",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@mapbox/mapbox-gl-style-spec"
  ],
  "_resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-2.0.0.tgz",
  "_shasum": "e77c419f52ff00c45a31f07f4c820c2433143885",
  "_spec": "json-stringify-pretty-compact@^2.0.0",
  "_where": "/Users/arindambose/Development/mapbox-gl-js/src/style-spec",
  "author": {
    "name": "Simon Lydell"
  },
  "bugs": {
    "url": "https://github.com/lydell/json-stringify-pretty-compact/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.",
  "devDependencies": {
    "eslint": "5.13.0",
    "eslint-config-lydell": "13.0.0",
    "eslint-plugin-jest": "22.2.2",
    "eslint-plugin-prettier": "3.0.1",
    "jest": "24.0.0",
    "prettier": "1.16.3"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/lydell/json-stringify-pretty-compact#readme",
  "keywords": [
    "JSON",
    "stringify",
    "pretty",
    "print",
    "pretty-print",
    "compact",
    "indent",
    "format",
    "formatter"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "json-stringify-pretty-compact",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lydell/json-stringify-pretty-compact.git"
  },
  "scripts": {
    "coverage": "jest --coverage",
    "eslint": "eslint .",
    "eslint:fix": "npm run eslint -- --fix",
    "jest": "jest",
    "prepublishOnly": "npm test",
    "prettier": "prettier --write \"**/*.{md,ts}\"",
    "test": "npm run eslint && npm run coverage"
  },
  "version": "2.0.0"
}
