{
  "_args": [
    [
      "fresh-falafel@^1.2.0",
      "/usr/share/npm/node_modules/esformatter-jsx"
    ]
  ],
  "_from": "fresh-falafel@>=1.2.0 <2.0.0",
  "_id": "fresh-falafel@1.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/fresh-falafel",
  "_nodeVersion": "0.12.0",
  "_npmUser": {
    "email": "royriojas@gmail.com",
    "name": "royriojas"
  },
  "_npmVersion": "2.14.5",
  "_phantomChildren": {},
  "_requested": {
    "name": "fresh-falafel",
    "raw": "fresh-falafel@^1.2.0",
    "rawSpec": "^1.2.0",
    "scope": null,
    "spec": ">=1.2.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/esformatter-jsx"
  ],
  "_resolved": "https://registry.npmjs.org/fresh-falafel/-/fresh-falafel-1.2.0.tgz",
  "_shasum": "5966dee95fb35d2a29b12d2f25168b17225e4b6c",
  "_shrinkwrap": null,
  "_spec": "fresh-falafel@^1.2.0",
  "_where": "/usr/share/npm/node_modules/esformatter-jsx",
  "author": {
    "email": "mail@substack.net",
    "name": "James Halliday",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/node-falafel/issues"
  },
  "dependencies": {
    "acorn": "^1.0.3",
    "foreach": "^2.0.5",
    "isarray": "0.0.1",
    "object-keys": "^1.0.6"
  },
  "description": "transform the ast on a recursive walk",
  "devDependencies": {
    "acorn-jsx": "^2.0.0",
    "covert": "^1.1.0",
    "tape": "^4.0.0"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "dist": {
    "shasum": "5966dee95fb35d2a29b12d2f25168b17225e4b6c",
    "tarball": "https://registry.npmjs.org/fresh-falafel/-/fresh-falafel-1.2.0.tgz"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "gitHead": "7e710ae9ee5a9be07a8b4c7a65e8a61002210973",
  "homepage": "https://github.com/substack/node-falafel#readme",
  "keywords": [
    "ast",
    "burrito",
    "source",
    "syntax",
    "traversal",
    "tree"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "royriojas",
      "email": "royriojas@gmail.com"
    }
  ],
  "name": "fresh-falafel",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/node-falafel.git"
  },
  "scripts": {
    "coverage": "covert test/*.js",
    "test": "node --harmony test/bin/run.js test/*.js"
  },
  "testling": {
    "browsers": {
      "chrome": [
        "20.0"
      ],
      "firefox": [
        "10.0",
        "15.0"
      ],
      "iexplore": [
        "6.0",
        "7.0",
        "8.0",
        "9.0"
      ],
      "opera": [
        "12.0"
      ],
      "safari": [
        "5.1"
      ]
    },
    "files": "test/*.js"
  },
  "version": "1.2.0"
}
