package.json 2.16 KB
{
  "_args": [
    [
      "redeyed@~0.4.0",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/cardinal"
    ]
  ],
  "_from": "redeyed@>=0.4.0 <0.5.0",
  "_id": "redeyed@0.4.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/redeyed",
  "_npmUser": {
    "email": "thlorenz@gmx.de",
    "name": "thlorenz"
  },
  "_npmVersion": "1.3.22",
  "_phantomChildren": {},
  "_requested": {
    "name": "redeyed",
    "raw": "redeyed@~0.4.0",
    "rawSpec": "~0.4.0",
    "scope": null,
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/cardinal"
  ],
  "_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz",
  "_shasum": "37e990a6f2b21b2a11c2e6a48fd4135698cba97f",
  "_shrinkwrap": null,
  "_spec": "redeyed@~0.4.0",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH/node_modules/cardinal",
  "author": {
    "email": "thlorenz@gmx.de",
    "name": "Thorsten Lorenz",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/redeyed/issues"
  },
  "dependencies": {
    "esprima": "~1.0.4"
  },
  "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": "~0.4.8"
  },
  "directories": {},
  "dist": {
    "shasum": "37e990a6f2b21b2a11c2e6a48fd4135698cba97f",
    "tarball": "http://registry.npmjs.org/redeyed/-/redeyed-0.4.4.tgz"
  },
  "homepage": "https://github.com/thlorenz/redeyed",
  "keywords": [
    "ast",
    "syntax",
    "tree",
    "source",
    "wrap",
    "metadata"
  ],
  "license": "MIT",
  "main": "redeyed.js",
  "maintainers": [
    {
      "email": "thlorenz@gmx.de",
      "name": "thlorenz"
    }
  ],
  "name": "redeyed",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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": "0.4.4"
}