| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 | {  "title": "CSON",  "name": "cson",  "version": "1.6.2",  "description": "CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects.",  "homepage": "https://github.com/bevry/cson",  "license": {    "type": "MIT"  },  "badges": {    "travis": true,    "npm": true,    "npmdownloads": true,    "david": true,    "daviddev": true,    "gittip": "bevry",    "flattr": "344188/balupton-on-Flattr",    "paypal": "QB8GQPZAH84N6",    "bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",    "wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"  },  "keywords": [    "javascript",    "coffeescript",    "json",    "cson",    "parse",    "stringify"  ],  "author": "2012+ Bevry Pty Ltd <us@bevry.me> (http://bevry.me), 2011 Benjamin Lupton <b@lupton.cc> (http://balupton.com)",  "maintainers": [    "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"  ],  "contributors": [    "attilaolah (https://github.com/attilaolah)",    "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",    "evinugur (https://github.com/evinugur)",    "jasonkarns (https://github.com/jasonkarns)",    "Joel Perras <joel.perras@gmail.com> (https://github.com/jperras)",    "Linus G Thiel <linus@hanssonlarsson.se> (https://github.com/linus)",    "Nicolae Claudius <claudius.nicolae@gmail.com> (https://github.com/clyfe)",    "RobLoach (https://github.com/RobLoach)",    "Ryan LeFevre <meltingice8917@gmail.com> (https://github.com/meltingice)",    "Zearin (https://github.com/Zearin)",    "Zhang Cheng <czhang.oss@gmail.com> (https://github.com/zhangcheng)"  ],  "bugs": {    "url": "https://github.com/bevry/cson/issues"  },  "repository": {    "type": "git",    "url": "http://github.com/bevry/cson.git"  },  "engines": {    "node": ">=0.8.0"  },  "dependencies": {    "ambi": "^2.2.0",    "coffee-script": "~1.8.0",    "extract-opts": "~2.2.0",    "js2coffee": "~0.3.5",    "requirefresh": "~1.1.2"  },  "devDependencies": {    "chai": "~1.10.0",    "joe": "~1.5.0",    "joe-reporter-console": "~1.2.1",    "projectz": "~0.3.17"  },  "directories": {    "lib": "./out/lib"  },  "scripts": {    "preinstall": "node ./cyclic.js",    "test": "node ./out/test/cson-test.js"  },  "bin": {    "cson2json": "./bin/cson2json",    "json2cson": "./bin/json2cson"  },  "main": "./out/lib/cson",  "cakeConfiguration": {    "COFFEE_SRC_PATH": "src"  },  "__npminstall_done": true,  "_from": "cson@1.6.2",  "_resolved": "https://registry.npmmirror.com/cson/-/cson-1.6.2.tgz"}
 |