{
  "_args": [
    [
      "hjson@3.2.2",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "hjson@3.2.2",
  "_id": "hjson@3.2.2",
  "_inBundle": false,
  "_integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q==",
  "_location": "/hjson",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "hjson@3.2.2",
    "name": "hjson",
    "escapedName": "hjson",
    "rawSpec": "3.2.2",
    "saveSpec": null,
    "fetchSpec": "3.2.2"
  },
  "_requiredBy": [
    "/amplify-cli-core"
  ],
  "_resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
  "_spec": "3.2.2",
  "_where": "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer",
  "author": {
    "name": "Christian Zangl"
  },
  "bin": {
    "hjson": "bin/hjson"
  },
  "bugs": {
    "url": "https://github.com/hjson/hjson-js/issues"
  },
  "description": "A user interface for JSON.",
  "devDependencies": {
    "browserify": "^13.3.0",
    "browserify-header": "0.9.2",
    "eslint": "^3.13.1",
    "uglify-js": "^2.7.5"
  },
  "homepage": "https://hjson.github.io",
  "keywords": [
    "json",
    "comments",
    "config",
    "hjson",
    "parser",
    "serializer",
    "human"
  ],
  "license": "MIT",
  "main": "./lib/hjson.js",
  "name": "hjson",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hjson/hjson-js.git"
  },
  "scripts": {
    "build": "npm run build_v1 && npm run build_v2 && npm run test && npm run lint && npm run build_bundle && npm run build_min",
    "build_bundle": "node_modules/browserify/bin/cmd.js -p browserify-header --ignore os -s Hjson -o bundle/hjson.js lib/hjson.js",
    "build_min": "node node_modules/uglify-js/bin/uglifyjs bundle/hjson.js --comments=/^!/ -c -m -o bundle/hjson.min.js",
    "build_v1": "node -e 'console.log(\"module.exports=\\\"\"+eval(\"(\"+process.argv[1]+\")\").version+\"\\\";\");' -- \"`cat package.json`\" > lib/hjson-version.js",
    "build_v2": "node -e 'var v=\" * Hjson v\"+eval(\"(\"+process.argv[1]+\")\").version; if (v!==process.argv[2]) throw new Error(\"ver\");' -- \"`cat package.json`\" \"`grep -E '\\* Hjson v.*$' lib/hjson.js`\"",
    "lint": "node_modules/eslint/bin/eslint.js -f unix bin/hjson lib/*.js",
    "test": "node ./test/test.js"
  },
  "version": "3.2.2"
}
