{
  "_from": "sourcemap-to-ast@0.0.2",
  "_id": "sourcemap-to-ast@0.0.2",
  "_inBundle": false,
  "_integrity": "sha1-a+dQispBUvwIwbMvMrDyW8iJ/Uk=",
  "_location": "/sourcemap-to-ast",
  "_phantomChildren": {
    "amdefine": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sourcemap-to-ast@0.0.2",
    "name": "sourcemap-to-ast",
    "escapedName": "sourcemap-to-ast",
    "rawSpec": "0.0.2",
    "saveSpec": null,
    "fetchSpec": "0.0.2"
  },
  "_requiredBy": [
    "/transpile"
  ],
  "_resolved": "https://registry.npmjs.org/sourcemap-to-ast/-/sourcemap-to-ast-0.0.2.tgz",
  "_shasum": "6be7508aca4152fc08c1b32f32b0f25bc889fd49",
  "_spec": "sourcemap-to-ast@0.0.2",
  "_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/transpile",
  "author": {
    "name": "Thiago de Arruda",
    "email": "tpadilha84@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tarruda/sourcemap-to-ast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "estraverse": "~1.3.1",
    "source-map": "~0.1.30"
  },
  "deprecated": false,
  "description": "Updates a mozilla AST(produced by acorn/esprima) with location info from a source map",
  "devDependencies": {
    "acorn": "~0.3.1",
    "chai": "~1.7.2",
    "coffee-script": "~1.6.3",
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-exec-jshint": "~0.0.0",
    "grunt-mocha-debug": "~0.0.6",
    "grunt-newer": "~0.5.4",
    "grunt-release": "~0.5.1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/tarruda/sourcemap-to-ast",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/tarruda/sourcemap-to-ast/blob/master/LICENSE-MIT"
    }
  ],
  "main": "./src/index",
  "name": "sourcemap-to-ast",
  "repository": {
    "type": "git",
    "url": "git://github.com/tarruda/sourcemap-to-ast.git"
  },
  "version": "0.0.2"
}
