littlefork
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "littlefork", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A sequential data processing pipeline.", | ||
"main": "_dist/index.js", | ||
"main": "_site/index.js", | ||
"bin": { | ||
@@ -12,9 +12,18 @@ "littlefork": "bin/littlefork" | ||
"testDir": "test", | ||
"distDir": "_dist", | ||
"distDir": "_site", | ||
"reporter": "spec" | ||
}, | ||
"scripts": { | ||
"test": "mocha -c --reporter $npm_package_config_reporter --require test/helpers.js", | ||
"build": "coffee -co $npm_package_config_distDir $npm_package_config_srcDir && cp $npm_package_config_srcDir/*.js $npm_package_config_distDir", | ||
"prepublish": "npm run test && npm run build" | ||
"test": "mocha -c --reporter $npm_package_config_reporter --require test/helpers.js --compilers js:babel-register", | ||
"lint:test": "eslint $npm_package_config_testDir", | ||
"lint:src": "eslint $npm_package_config_srcDir", | ||
"lint": "npm run lint:test -s && npm run lint:src -s", | ||
"watch:test": "chokidar $npm_package_config_testDir/**/*.js $npm_package_config_srcDir/**/*.js -c 'npm run test'", | ||
"watch:lint": "chokidar $npm_package_config_testDir/**/*.js $npm_package_config_srcDir/**/*.js -c 'npm run lint'", | ||
"watch:build": "chokidar $npm_package_config_srcDir/**/*.js -c 'npm run build'", | ||
"watch": "parallelshell 'npm run watch:test' 'npm run watch:lint' 'npm run watch:build'", | ||
"prebuild": "npm run clean -s && npm run lint:src -s && npm run test -s", | ||
"build": "babel -d $npm_package_config_distDir $npm_package_config_srcDir", | ||
"clean": "rm -rf $npm_package_config_distDir", | ||
"prepublish": "npm run lint && npm run test && npm run build" | ||
}, | ||
@@ -33,6 +42,14 @@ "repository": { | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-eslint": "^7.0.0", | ||
"babel-preset-es2015": "^6.13.2", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"mocha": "^2.5.3", | ||
"coffee-script": "^1.10.0" | ||
"chai-as-promised": "^6.0.0", | ||
"chokidar-cli": "^1.2.0", | ||
"eslint": "^3.3.0", | ||
"eslint-config-airbnb": "^12.0.0", | ||
"eslint-plugin-import": "^2.0.0", | ||
"jsverify": "^0.7.4", | ||
"mocha": "^3.0.2", | ||
"parallelshell": "^2.0.0" | ||
}, | ||
@@ -39,0 +56,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
62586
12
403
1