{
  "_args": [
    [
      "coffee-script@1.10.0",
      "/app"
    ]
  ],
  "_from": "coffee-script@1.10.0",
  "_id": "coffee-script@1.10.0",
  "_inBundle": false,
  "_integrity": "sha1-EpOLz5vhlI+gBvkuDEyegXBRCMA=",
  "_location": "/coffee-script",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "coffee-script@1.10.0",
    "name": "coffee-script",
    "escapedName": "coffee-script",
    "rawSpec": "1.10.0",
    "saveSpec": null,
    "fetchSpec": "1.10.0"
  },
  "_requiredBy": [
    "/grunt-contrib-coffee",
    "/sails/grunt"
  ],
  "_resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz",
  "_spec": "1.10.0",
  "_where": "/app",
  "author": {
    "name": "Jeremy Ashkenas"
  },
  "bin": {
    "coffee": "bin/coffee",
    "cake": "bin/cake"
  },
  "bugs": {
    "url": "https://github.com/jashkenas/coffeescript/issues"
  },
  "description": "Unfancy JavaScript",
  "devDependencies": {
    "docco": "~0.7.0",
    "highlight.js": "~8.0.0",
    "jison": ">=0.2.0",
    "uglify-js": "~2.2",
    "underscore": "~1.5.2"
  },
  "directories": {
    "lib": "./lib/coffee-script"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "homepage": "http://coffeescript.org",
  "keywords": [
    "javascript",
    "language",
    "coffeescript",
    "compiler"
  ],
  "license": "MIT",
  "main": "./lib/coffee-script/coffee-script",
  "name": "coffee-script",
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/jashkenas/coffeescript.git"
  },
  "scripts": {
    "test": "node ./bin/cake test",
    "test-harmony": "node --harmony ./bin/cake test"
  },
  "version": "1.10.0"
}
