{
  "_args": [
    [
      "jsonminify@0.4.1",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "jsonminify@0.4.1",
  "_id": "jsonminify@0.4.1",
  "_inBundle": false,
  "_integrity": "sha1-gF2vuzk5UYjO6atYLIHvlZ1+cQw=",
  "_location": "/jsonminify",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonminify@0.4.1",
    "name": "jsonminify",
    "escapedName": "jsonminify",
    "rawSpec": "0.4.1",
    "saveSpec": null,
    "fetchSpec": "0.4.1"
  },
  "_requiredBy": [
    "/cloudform"
  ],
  "_resolved": "https://registry.npmjs.org/jsonminify/-/jsonminify-0.4.1.tgz",
  "_spec": "0.4.1",
  "_where": "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer",
  "author": {
    "name": "Kei Funagayama",
    "email": "kei.topaz@gmail.com",
    "url": "https://github.com/fkei"
  },
  "bugs": {
    "url": "https://github.com/fkei/JSON.minify/issues",
    "email": "kei.topaz@gmail.com"
  },
  "description": "JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.",
  "devDependencies": {
    "jsdoc": "git://github.com/jsdoc3/jsdoc.git",
    "jshint": "*",
    "mocha": "*",
    "plato": "*",
    "should": "*"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.1.0"
  },
  "homepage": "https://github.com/fkei/JSON.minify",
  "keywords": [
    "node",
    "json",
    "JSON-like",
    "comment"
  ],
  "main": "./minify.json.js",
  "name": "jsonminify",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fkei/JSON.minify.git"
  },
  "scripts": {
    "test": "mocha -r should test/test-*.js"
  },
  "version": "0.4.1"
}
