esprima-fb
Advanced tools
Comparing version 12001.1.0-dev-harmony-fb to 13001.1.0-dev-harmony-fb
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "12001.1.0-dev-harmony-fb", | ||
"version": "13001.1.0-dev-harmony-fb", | ||
"files": [ | ||
@@ -45,6 +45,7 @@ "bin", | ||
"devDependencies": { | ||
"jslint": "~0.1.9", | ||
"eslint": "~0.1.0", | ||
"eslint": "~0.12.0", | ||
"jscs": "~1.10.0", | ||
"istanbul": "~0.2.6", | ||
"complexity-report": "~0.6.1", | ||
"escomplex-js": "1.0.0", | ||
"complexity-report": "~1.1.1", | ||
"regenerate": "~0.5.4", | ||
@@ -56,10 +57,15 @@ "unicode-6.3.0": "~0.1.0", | ||
"scripts": { | ||
"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity", | ||
"lint": "node tools/check-version.js && node node_modules/eslint/bin/eslint.js esprima.js && node node_modules/jslint/bin/jslint.js esprima.js", | ||
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage", | ||
"generate-regex": "node tools/generate-identifier-regex.js", | ||
"test": "node test/run.js && npm run lint && npm run coverage", | ||
"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity", | ||
"check-version": "node tools/check-version.js", | ||
"jscs": "jscs esprima.js test/*test.js", | ||
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js", | ||
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 18 esprima.js", | ||
"coverage": "npm run analyze-coverage && npm run check-coverage", | ||
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js", | ||
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100", | ||
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity", | ||
"analyze-complexity": "node tools/list-complexity.js", | ||
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 31 --silent -l -w esprima.js", | ||
@@ -66,0 +72,0 @@ "benchmark": "node test/benchmarks.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
12
0
1091096
9
30352