Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "json-mask", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Tiny language and engine for selecting specific parts of a JS object, hiding the rest.", | ||
@@ -8,6 +8,6 @@ "main": "lib/index", | ||
"test": "npm run lint && mocha", | ||
"test:all": "nve 8 10 12 \"*\" mocha", | ||
"test:all": "nve --parallel 8,10,12,14 mocha", | ||
"test-watch": "mocha -w -G -R min", | ||
"test-cov": "nyc --reporter=html --reporter=text mocha", | ||
"lint": "standard 'lib/**/*.js' 'test/**/*.js'", | ||
"lint": "standard 'lib/**/*.js' 'test/**/*.js' 'bin/**/*.js'", | ||
"build-browser": "npm run-script _build-browser-full; npm run-script _build-browser-license; npm run-script _build-browser-min", | ||
@@ -35,8 +35,8 @@ "_build-browser-full": "browserify -s jsonMask -e lib/index.js | sed -e \"s/\\[ *'.*' *\\]/;/\" > build/jsonMask.js", | ||
"devDependencies": { | ||
"browserify": "^16.5.0", | ||
"mocha": "^7.0.1", | ||
"nve": "^8.3.0", | ||
"nyc": "^15.0.0", | ||
"standard": "^14.3.1", | ||
"uglifyjs": "^2.4.11" | ||
"browserify": "^16.5.2", | ||
"mocha": "^7.2.0", | ||
"nve": "^13.0.0", | ||
"nyc": "^15.1.0", | ||
"standard": "^14.3.4", | ||
"uglify-js": "^3.10.4" | ||
}, | ||
@@ -43,0 +43,0 @@ "testling": { |
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
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
76315