bd30f769a5a343e033ebadd98c3bfa72b6e6a044.svn-base 1.7 KB
{
  "_from": "redeyed@~2.1.0",
  "_id": "redeyed@2.1.1",
  "_inBundle": true,
  "_integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=",
  "_location": "/tap/redeyed",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redeyed@~2.1.0",
    "name": "redeyed",
    "escapedName": "redeyed",
    "rawSpec": "~2.1.0",
    "saveSpec": null,
    "fetchSpec": "~2.1.0"
  },
  "_requiredBy": [
    "/tap/cardinal"
  ],
  "_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
  "_shasum": "8984b5815d99cb220469c99eeeffe38913e6cc0b",
  "_spec": "redeyed@~2.1.0",
  "_where": "/Users/isaacs/dev/js/tap/node_modules/cardinal",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/redeyed/issues"
  },
  "dependencies": {
    "esprima": "~4.0.0"
  },
  "deprecated": false,
  "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
  "devDependencies": {
    "cardinal": "~1.0.0",
    "readdirp": "~2.1.0",
    "standart": "^6.1.0",
    "tape": "~4.9.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",
    "lint": "standart",
    "run-test": "tape test/*.js",
    "test": "npm run run-test && npm run lint"
  },
  "version": "2.1.1"
}