|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.0 KB
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "static-eval",
|
|---|
| 3 | "description": "evaluate statically-analyzable expressions",
|
|---|
| 4 | "version": "2.1.1",
|
|---|
| 5 | "author": {
|
|---|
| 6 | "name": "James Halliday",
|
|---|
| 7 | "email": "mail@substack.net",
|
|---|
| 8 | "url": "http://substack.net"
|
|---|
| 9 | },
|
|---|
| 10 | "contributors": [
|
|---|
| 11 | {
|
|---|
| 12 | "name": "Renée Kooi",
|
|---|
| 13 | "email": "renee@kooi.me"
|
|---|
| 14 | }
|
|---|
| 15 | ],
|
|---|
| 16 | "dependencies": {
|
|---|
| 17 | "escodegen": "^2.1.0"
|
|---|
| 18 | },
|
|---|
| 19 | "devDependencies": {
|
|---|
| 20 | "esprima": "^3.1.3",
|
|---|
| 21 | "tape": "^4.10.1"
|
|---|
| 22 | },
|
|---|
| 23 | "homepage": "https://github.com/browserify/static-eval",
|
|---|
| 24 | "keywords": [
|
|---|
| 25 | "abstract",
|
|---|
| 26 | "analysis",
|
|---|
| 27 | "ast",
|
|---|
| 28 | "esprima",
|
|---|
| 29 | "eval",
|
|---|
| 30 | "expression",
|
|---|
| 31 | "static",
|
|---|
| 32 | "syntax",
|
|---|
| 33 | "tree"
|
|---|
| 34 | ],
|
|---|
| 35 | "license": "MIT",
|
|---|
| 36 | "main": "index.js",
|
|---|
| 37 | "repository": {
|
|---|
| 38 | "type": "git",
|
|---|
| 39 | "url": "git://github.com/browserify/static-eval.git"
|
|---|
| 40 | },
|
|---|
| 41 | "scripts": {
|
|---|
| 42 | "test": "tape test/*.js"
|
|---|
| 43 | },
|
|---|
| 44 | "testling": {
|
|---|
| 45 | "files": "test/*.js",
|
|---|
| 46 | "browsers": [
|
|---|
| 47 | "ie/8..latest",
|
|---|
| 48 | "ff/latest",
|
|---|
| 49 | "chrome/latest",
|
|---|
| 50 | "opera/latest",
|
|---|
| 51 | "safari/latest"
|
|---|
| 52 | ]
|
|---|
| 53 | }
|
|---|
| 54 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.