Comparing version 1.8.6 to 2.0.0
{ | ||
"name": "jsonata", | ||
"version": "1.8.6", | ||
"version": "2.0.0", | ||
"description": "JSON query and transformation language", | ||
@@ -15,7 +15,7 @@ "module": "jsonata.js", | ||
"pretest": "npm run lint", | ||
"mocha": "node ./node_modules/istanbul/lib/cli.js cover --report cobertura --report html ./node_modules/mocha/bin/_mocha -- \"test/**/*.js\"", | ||
"mocha": "nyc ./node_modules/mocha/bin/_mocha -- \"test/**/*.js\"", | ||
"test": "npm run mocha", | ||
"posttest": "npm run check-coverage && npm run browserify && npm run minify && npm run build-es5", | ||
"build-es5": "npm run mkdir-dist && npm run regenerator && npm run browserify-es5 && npm run minify-es5", | ||
"check-coverage": "istanbul check-coverage -statement 100 -branch 100 -function 100 -line 100", | ||
"check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100", | ||
"browserify": "browserify src/jsonata.js --outfile jsonata.js --standalone jsonata", | ||
@@ -28,4 +28,3 @@ "mkdir-dist": "mkdirp ./dist", | ||
"doc": "jsdoc --configure jsdoc.json .", | ||
"cover": "istanbul cover _mocha", | ||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", | ||
"cover": "nyc _mocha", | ||
"minify": "uglifyjs jsonata.js -o jsonata.min.js --compress --mangle", | ||
@@ -50,6 +49,5 @@ "minify-es5": "uglifyjs jsonata-es5.js -o jsonata-es5.min.js --compress --mangle" | ||
"chai-as-promised": "^7.1.1", | ||
"coveralls": "^3.0.9", | ||
"eslint": "^6.8.0", | ||
"eslint": "8.0.0", | ||
"eslint-plugin-ideal": "^0.1.3", | ||
"istanbul": "^0.4.5", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"jsdoc": "^3.6.3", | ||
@@ -59,2 +57,3 @@ "mkdirp": "^1.0.3", | ||
"mocha-lcov-reporter": "^1.3.0", | ||
"nyc": "^15.1.0", | ||
"regenerator": "^0.14.4", | ||
@@ -61,0 +60,0 @@ "request": "^2.88.2", |
@@ -7,5 +7,2 @@ # JSONata | ||
[![Build Status](https://travis-ci.org/jsonata-js/jsonata.svg)](https://travis-ci.org/jsonata-js/jsonata) | ||
[![Coverage Status](https://coveralls.io/repos/github/jsonata-js/jsonata/badge.svg?branch=master)](https://coveralls.io/github/jsonata-js/jsonata?branch=master) | ||
Reference implementation of the [JSONata query and transformation language](http://jsonata.org/). | ||
@@ -12,0 +9,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
871043
16731
8
68