UNPKG

872 BJSONView Raw
1{
2 "name": "redeyed",
3 "version": "2.1.1",
4 "description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
5 "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
6 "main": "redeyed.js",
7 "scripts": {
8 "test": "npm run run-test && npm run lint",
9 "run-test": "tape test/*.js",
10 "lint": "standart",
11 "demo-log": "node examples/replace-log",
12 "demo": "cd examples/browser; open index.html"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/thlorenz/redeyed.git"
17 },
18 "keywords": [
19 "ast",
20 "syntax",
21 "tree",
22 "source",
23 "wrap",
24 "metadata"
25 ],
26 "license": "MIT",
27 "devDependencies": {
28 "cardinal": "~1.0.0",
29 "readdirp": "~2.1.0",
30 "standart": "^6.1.0",
31 "tape": "~4.9.0"
32 },
33 "dependencies": {
34 "esprima": "~4.0.0"
35 }
36}