{
  "_from": "redeyed@~1.0.0",
  "_id": "redeyed@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-6WwZO0DAgWsArshCaY5hGF5VSYo=",
  "_location": "/redeyed",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redeyed@~1.0.0",
    "name": "redeyed",
    "escapedName": "redeyed",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/cardinal"
  ],
  "_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-1.0.1.tgz",
  "_shasum": "e96c193b40c0816b00aec842698e61185e55498a",
  "_spec": "redeyed@~1.0.0",
  "_where": "/var/www/html/node_modules/cardinal",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/redeyed/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "esprima": "~3.0.0"
  },
  "deprecated": false,
  "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
  "devDependencies": {
    "cardinal": "~0.4.4",
    "readdirp": "~0.3.3",
    "tap": "~5.7.0"
  },
  "homepage": "https://github.com/thlorenz/redeyed#readme",
  "keywords": [
    "ast",
    "syntax",
    "tree",
    "source",
    "wrap",
    "metadata"
  ],
  "license": "MIT",
  "main": "redeyed.js",
  "name": "redeyed",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/redeyed.git"
  },
  "scripts": {
    "demo": "cd examples/browser; open index.html",
    "demo-log": "node examples/replace-log",
    "test": "tap test/*.js"
  },
  "version": "1.0.1"
}
