PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
redeyed
{ "name": "redeyed", "version": "0.4.4", "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.", "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "main": "redeyed.js", "scripts": { "test": "tap test/*.js", "demo-log": "node examples/replace-log", "demo": "cd examples/browser; open index.html" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/redeyed.git" }, "keywords": [ "ast", "syntax", "tree", "source", "wrap", "metadata" ], "license": "MIT", "devDependencies": { "tap": "~0.4.8", "readdirp": "~0.3.3", "cardinal": "~0.4.4" }, "dependencies": { "esprima": "~1.0.4" } }
[-] redeyed.js
[edit]
[+]
..
[-] .npmignore
[edit]
[+]
node_modules
[-] package.json
[edit]
[-] Changelog.md
[edit]
[-] config.js
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
examples
[+]
test
[-] LICENSE
[edit]